If we need to stop and start Veritas Storage Foundation and Veritas Replication to avoid reboot, below steps should work.
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
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
Steps to stop
umount /some/vxfs/filesystemsservice 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