Forum Discussion

liuyang's avatar
liuyang
Level 6
11 years ago

How to check VVR replication status

Hi, one of our customers is using storage foundation 6.0 for Windows and they use VVR to replicate volumes from production site to dr site. The replication is in asynchronous mode. My question is: ...
  • mikebounds's avatar
    11 years ago

    Use

    vxrlink -g diskgroup status rlink_name

    or to get status every X seconds use:

    vxrlink -g diskgroup -i X status rlink_name

    To get rlink name, use "vxprint -P"

    You can use these commands in Linux/UNIX too and in Linux you can also use "vradmin repstatus" which is much better as gives more information and windows provides vradmin to (quote from VVR for Windows manual):

    Performs administrative tasks on the RDS and is similar to the vxrds command. This command is supported to maintain parity with the Volume Replicator UNIX commands.

    However, for some strange reason, the "repstatus" keyword is not available in Windows, but Symantec may eventually make this available in later versions.

    You can of course use VEA - just select Monitor View from Replication network.

    Mike