09 February 2019

Avamar grid pre-upgrade check

SSH as admin to the Avamar grid and run below commands and send output to EMC

ssh-agent bash
ssh-add ~admin/.ssh/dpnid
unset TMOUT
hostname -f
dpnctl status
status.dpn
rpm -qa | grep dpnserver
avmgr --version
cd proactive_check/
./proactive_check.pl --version
curl -O ftp://avamar_ftp:anonymous@ftp.avamar.com/software/scripts/proactive_check.pl
./proactive_check.pl --preupgrade=18.1.0-33
cat hc_results.txt
mccli server show-prop
mapall --all+ --noerror 'ls -la /EMC*'
psql -p 5555 -U admin mcdb -c "select distinct clients.page_addr,clients.node_addr from clients,cl_plugins where clients.cid=cl_plugins.cid and cl_plugins.pid_number in (1003,7003,8003,10003,14003)"
mapall --all+ uptime
avmaint nodelist | grep hardware

No comments:

Post a Comment

Popular