Saturday, June 6, 2015

Veritas storage foundation and replication manula stop and start steps

If we need to stop and start Veritas Storage Foundation and Veritas Replication to avoid reboot, below steps should work.


Steps to stop

umount /some/vxfs/filesystems
service vxfs_replication stop
service vxodm stop
service vxdbdctrl stop
service vxpbx_exchanged stop
service vxrsyncd.sh stop
service vxnm-vxnetd stop
service vxfs stop
service vxvm-boot stop

Steps to start


service vxfs start
service vxvm-boot start
service vxpbx_exchanged start
service vxnm-vxnetd start
service vxdbdctrl start
service vxvm-reconfig start
service vxvm-recover start
service vxodm start
service vxrsyncd.sh start
service vxfs_replication start
mount /some/vxfs/filesystems

No comments:

Post a Comment