Thursday 28 June 2012

NetApp_Root volume migration procedure


Root volume migration procedure:
1.       vol restrict newroot
2.       vol copy start -S root newroot or ndmpcopy /vol/vol0 /vol/newroot
3.       vol online newroot
4.       vol options newroot root    # aggr options root is from maintenance mode...when done here the aggregate containing newroot will become root since it has the root volume.
5.       vol status   # confirm newroot is "diskroot"
6.       reboot
7.       vol status   # confirm newroot is now root
8.       vol offline root
9.       vol destroy root
10.   vol rename newroot root

### fix cifs shares and nfs exports if needed...
Also, ssl in filerview doesn't usually survive a root vol move...just setup again after reboot
secureadmin disable sssl
secureadmin setup -f ssl
secureadmin enable ssl


No comments:

Post a Comment