Avamar System Shutdown and Startup Procedures.
Avamar System Shutdown and Startup Procedures.
Avamar System Shutdown and Startup Procedures.
Purpose and Scope: This document is provided for EMC/Avamar customers, which need to shutdown and restart the Avamar grid.
Check for any running cron jobs or if previous cron jobs have completed: ps -efww | grep _cron
When you can verify that no cron processes are running, then it is safe to continue.
Stopping the Avamar software processes Check current software status: dpnctl status
Stop software: dpnctl stop You will be asked if you are sure you want to do this. Type Y to continue with the shutdown. The gsan process may take a while to stop so be patient. Check software status to verify that the gsan / mcs / ems processes are stopped/down: dpnctl status
To Shutdown Linux OS on host systems Switch to the root user. (Default password is changeme) su Load the dpn OpenSSH key and run Linux shutdown: ssh-agent bash ssh-add ~dpn/.ssh/dpnid export SYSPROBEUSER=root mapall --parallel --bg poweroff (remember to use two dashes in front of each option)
This will shut down Linux on the Avamar host system nodes in parallel except for the spare node; KVM output on the systems would show "power down" when the host system is ready to power down. Shutdown the spare node: ssh x root@SPARENODE_IP poweroff
After shutting down the storage and spare nodes, bring down the utility node: poweroff Note: Datastore nodes will not actually power off but will remain at a halted state with power down on the screen. Customer supplied hardware should properly power off. Power down the individual Avamar host systems Once the power off process completes, the Avamar systems and any other components in the configuration can be powered off. (i.e. cabinet power, or any network switches used with the Avamar host systems)
Verify the spare node has properly started up ssh x admin@SPARENODE_IP uptime
Start the Avamar software Check software status to verify processes are stopped/down: dpnctl status
Start software: dpnctl start You will be asked if you are sure you want to do this. Type Y to continue with the startup. The gsan process may take a while to start so be patient.
After you see the gsan / mcs / ems services startup messages, check the status to verify processes are running/up: dpnctl status