clustermode etc backup

1 HA-PAIR.

On node 1:
set advanced
unlock diag user ( security login unlock -username diag )
set password ( security login password -username diag )
system node systemshell -node nodename
(enter diag as username and the new password).

Now you are in the systemshell.

sudo bash
cd /mroot/etc
tar cvf nodename.etc.tar .
(wait)
scp nodename.etc.tar   linuxhost:/nodename.etc.tar

remove all from the /mroot/etc
rm -rf *

reboot
... (wait)

after the reboot login to the systemshell again
sudo bash
cd /mroot/etc
scp linuxhost:/nodename.etc.tar    .
tar xf nodename.etc.tar
(wait)
reboot

----

This entry was posted in netapp. Bookmark the permalink.

Comments are closed.