SRM 6.0.0.0 | Fresh vAPP - PowerCycle and Reboot
Issue Description:
APG services remained in a stopped state after a power cycle or reboot of the VM.
Summary:
The APG service softlink was removed during the latest security updates. This caused the service to be set to a disabled state, preventing it from starting automatically after reboot. As a result, all dependent services also remained stopped.
Resolution:
The external automated script ensures the softlink for APG services was re-established, services were set to an enabled state and APG services now start correctly during system upgrades and reboots.
Below steps need to be followed when the above mentioned issue is observed.
Steps:
- Copy the script vAPP_Fresh_PowerCycle_Script.zip
to SRM Frontend VM
- Navigate to the folder where the script is
copied
- Unzip the script using the below command
- unzip -q vAPP_Fresh_PowerCycle_Script.zip
- Run below command to give execution permission
chmod +x *
Execute the below command to collect the details of SRM Servers and establish SSH connections
./vAPP_Fresh_PowerCycle_Script.sh -i
- Execute the below command to perform init.d to systemd changes and create the symbolic links required
- ./vAPP_Fresh_PowerCycle_Script.sh -i
vAPP_Fresh_PowerCycle_Script.zip