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
Related Articles
SRM vApp External Automated Upgrade Script
Overview This script automates the SRM update process for vApp environments. It supports both All-in-One (AIO) and Distributed deployments. Important Notes Windows SRM environments are not updated by this script they are skipped and must be handled ...
SRM 6.1.x.x: vApp External Automated Upgrade Script
Overview This script automates the SRM update process for vApp environments. It supports both All-in-One (AIO) and Distributed deployments. Important Notes Windows SRM environments are not updated by this script they are skipped and must be handled ...
Storage MnR vApp External Automated Upgrade Script
Overview This script automates the SMR update process for vApp environments. Important Notes Windows servers are not updated by this script; they are skipped and must be handled manually. Prerequisites Before running the script, ensure the following ...
SRM: Webservice Gateway (WSG) Service Failed to Start After Fresh RHEL_Binary Deployment
Summary: After a fresh RHEL_Binary deployment, The SRM Webservice Gateway (WSG) service fails to start in SRM VM's. Detailed Article Symptoms: WSG service unable to start/restart in ABE environment. Services stopped right after fresh installation. ...
SRM | Virtual Machines (VMs) Boots with Incorrect Kernel Version
Summary In some environments, virtual machines (VMs) may boot using an older or incorrect kernel version instead of the intended one. This results in network interfaces not initializing properly, which leads to all SRM VMs becoming unreachable on the ...