Monday, November 1, 2010

Veritas: Displaying the Status of VVR Links

The status of VVR links can be displayed by running the folloing commands, as root, on the appropriate host.





  • Log in to the primary host of the relevant VVR link and su to root
  • To view the status of the link, run the command
 # /usr/sbin/vxrlink -g disk-group-name status rlink-name
  • Or the following command to update every 5 seconds
 # /usr/sbin/vrlink -g disk-group-name -i 5 status rlink-name
  • Another option to show link status is to use the following vradmin command. This command displays more information than the previous one, including SRL size, current mode, and the amount of time (if any) that replication is behind.
 # /usr/sbin/vradmin -g disk-group-name repstatus rvg-name
  • To view the amount of traffic being sent over the network for a VVR Link, run the following command, notice how I use the option "stats" instead of "status" here.
 # /usr/sbin/vrlink -g disk-group-name -i 5 stats rlink-name


 

No comments:

Post a Comment