How to Start the Veritas Volume Replicator Daemons (VVR) in Unix

book

Article ID: 100047682

calendar_today

Updated On:

Description

Start or stop all the daemons at the same time:

/usr/sbin/vxstart_vvr stop|start

 

Start or stop the individual daemons:

/etc/init.d/vras-vradmind.sh stop|start (vradmind)

/etc/init.d/vxrsyncd.sh stop|start (vxrsyncd)

/etc/init.d/vxnm-vxnetd stop|start (vxnetd)

 

For RHEL 7, SLES 12

systemctl start vras-vradmind.service
systemctl start vxrsyncd.service
systemctl start vxnm-vxnetd.service

 

 

Issue/Introduction

How to Start the Veritas Volume Replicator Daemons (VVR) in Unix