This article offers the detailed process on how to effectively shut down and start up VCF Operations for Networks deployments, in connection with maintenance activities. Such maintenance activities may include following:
Before doing any of these maintenance activities, the virtual machine snapshot process must be used to provide a revert point, in case something goes wrong during the maintenance activity.
Obtaining revert point(s) is done via the virtual machine snapshot technique, by taking snapshots while the VM is in a powered off state.
For a simple deployment (one platform node), the process is simple -- the platform node and any collector node(s) are shut down and revert point(s) taken using the virtual machine snapshot technique.
For a clustered deployment (more than one platform node), the script attached to this KB article must be used to shut the VMs down before creating the revert points using the virtual machine snapshot technique.
The script attached in this KB is applicable for ALL VCF Operations for Networks deployments, unless you are using Aria Suite Lifecycle (vRSLCM) version 8.18 patch 5 specifically.
NOTE: VCF Operations for Networks was formerly named Aria Operations for Networks (AON), and prior to that was named vRealize Network Insight (vRNI).
PROCEDURE:
scp vrni-cluster-shutdown-script.sh support@<platform1-IP>:/home/support/ubsudo mv /home/support/vrni-cluster-shutdown-script.sh /home/ubuntu/vrni-cluster-shutdown-script.shsudo chown ubuntu:ubuntu vrni-cluster-shutdown-script.shsudo chmod +x vrni-cluster-shutdown-script.sh./vrni-cluster-shutdown-script.sh shutdown 127.0.0.1 "/home/ubuntu/vrni-cluster-shutdown-script$(date +%s).log"support account.ub./vrni-cluster-shutdown-script.sh start-services 127.0.0.1 "/home/ubuntu/vrni-cluster-shutdown-script$(date +%s).log"ub./vrni-cluster-shutdown-script.sh start-services 127.0.0.1 "/home/ubuntu/vrni-cluster-shutdown-script$(date +%s).log"
Important Notes: