Whilst running the disk configure Script for preparing the nodes, the following issue is encountered. Due to Cloud VM Restrictions we cannot rename the VG of the Linux server according to the script.
Error Message:
Resolution: Perform the below steps,
- Edit configureUiPathDisks.sh , with the new names for VG's , bellow lines:
UIPATH_VG="uipathvg"
DATADISK_VG="uipathdatavg"
ETCD_VG="uipathetcdvg"
BUNDLE_VG="uipathbundlevg"
- Run the configureUiPathDisks.sh, installations was successfully with new VG's names.