This article offers detailed recommendations on how to effectively shutdown and take snapshots and restore Aria Operations for Networks Clustered deployment, specifically focusing on platform/collector nodes, during maintenance activities such as:
This script helps ensuring the process is smooth and well-prepared and ready for above mentioned activities.
This script can be executed for Clustered deployments that have 3, 5, 7, 10 or 15 Platform Nodes.
This script attached in this KB is applicable for ALL Aria Operations for Networks deployments even those which are managed by Aria Suite Lifecycle (vRSLCM) until an issue with the shutdown logic in vRSLCM is released.
Follow the below given sequence of steps needs to followed as in order mentioned below:
scp (Secure Copy Protocol) command or any other secure file transfer method to copy the script to the platform 1.scp:scp vrni-cluster-shutdown-script.sh support@<platform1-IP>:/home/support/
After the password prompt, input the support user password to copy the file.
Alternatively, WinSCP tool can be used to copy the file to Platform1 under location /home/support.
Validate the downloaded script file against the below mentioned details and any one of the checksum values mentioned in below section.
Filename, size and checksum values details:
Filename: vrni-cluster-shutdown-script.sh
File size: 14.5 KB
Checksum Values:
MD5: EAD841F0AF75CEE0D2C4DFEBE19BDB24
SHA-1: E5E1FA7DECCA25FDA9188FAE5ED0B182DDA1966E
SHA-265: 257DF2738CC48DD3F880F2E725A681952F9D305AF36CE00868E944373A313C2F
For checksum values use any one of the below commands :
Type md5sum followed by the file name
Press Enter
The md5sum of the file will be displayed
or
Type sha1sum followed by the file name
Press Enter
The sha1sum sum of the file will be displayed
or
Type sha256sum followed by the file name
Press Enter
The sha256sum sum of the file will be displayed
ub which will change the prompt from support to ubuntusudo 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"
./vrni-cluster-shutdown-script.sh start-services 127.0.0.1 "/home/ubuntu/vrni-cluster-shutdown-script$(date +%s).log"
./vrni-cluster-shutdown-script.sh start-services 127.0.0.1 "/home/ubuntu/vrni-cluster-shutdown-script$(date +%s).log"
Now login to Aria Operations for Networks GUI and proceed with performing the upgrade/apply GA /Hot patches.
Important Notes:
Additional Notes: