SRM 6.0.0.0 | Fresh vAPP - PowerCycle and Reboot

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:
  1. Copy the script vAPP_Fresh_PowerCycle_Script.zip to SRM Frontend VM
  2. Navigate to the folder where the script is copied
  3. Unzip the script using the below command
    1. unzip -q vAPP_Fresh_PowerCycle_Script.zip
  4. Run below command to give execution permission
    1. chmod +x  *
  5. Execute the below command to collect the details of SRM Servers and establish SSH connections
    1. ./vAPP_Fresh_PowerCycle_Script.sh -i
  6. Execute the below command to perform init.d to systemd changes and create the symbolic links required 
    1. ./vAPP_Fresh_PowerCycle_Script.sh -i

    Info
     Script:
           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 ...
      • 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 6.0.0.0 | CIAM Environment Setup Configuration for Single sign-on (SSO)

        Summary: Steps to generate a secret key and configure the CIAM server environment for Linux (vApp and Binary) and Windows Binary SRM deployments. Instructions Follow the steps below on the SRM Frontend CLI/PuTTY to configure and start the CIAM ...
      • SRM Linux External Automated Upgrade Script

        Overview This script automates the update process for SRM binary linux platforms, including RHEL and SLES. It supports both All-in-One (AIO) and Distributed environments. Important Notes Windows SRM environments are not updated by this script; they ...
      • 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. ...