Automation Suite Installation - Rename Volume Groups

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:
19.jpg



Resolution: Perform the below steps,

  1. Edit configureUiPathDisks.sh , with the new names for VG's , bellow lines:

UIPATH_VG="uipathvg"

DATADISK_VG="uipathdatavg"

ETCD_VG="uipathetcdvg"

BUNDLE_VG="uipathbundlevg"

  1. Run the configureUiPathDisks.sh, installations was successfully with new VG's names.