Initial implementation of VERITAS Volume Replicator (VVR) (formerly SRVM) Primary and Secondary.
| Article:TECH9097 | | | Created: 2000-01-01 | | | Updated: 2002-01-04 | | | Article URL http://www.symantec.com/docs/TECH9097 |
Problem
Initial implementation of VERITAS Volume Replicator (VVR) (formerly SRVM) Primary and Secondary.
Solution
This technical note will define an initial implementation of a VVR (SRVM) primaryand secondary.
Configuration:
- Primary system: scrollsaw
Secondary system: palday
Primary and Secondary RVG name: testrvg
Primary and Secondary volume name: testvol
Primary and Secondary SRL name: srlvol
Primary to Secondary Rlink: to_palday
Secondary to Primary Rlink: to_scrollsaw
Verify that a remote shell works from each system to the other.
On Secondary:
1. Make the data volume:
- vxassist -g <disk group> make <data volume> <size>
- vxassist -g <disk group> make <SRL volume> <size> mirror=1
- vxmake -g <disk group> rvg <RVG name>
ex. vxmake -g testdg rvg testrvg
- vxmake -g <disk group> rlink <local rlink name>
- vxedit -g <disk group> set remote_host=<remote system> remote_dg=<remote disk group> \
remote_rlink=<remote rlink name> <local rlink name>
- vxvol -g <disk group> assoc <RVG name> <data volume>
- vxvol -g <disk group> aslog <RVG name> <SRL volume>
- vxrlink -g <disk group> assoc <RVG name> <local rlink name>
- vxassist -g <disk group> addlog <data volume>
- vxrlink -g <disk group> att <local rlink name>
- vxrvg -g <disk group> start <RVG name>
1. Make the data volume:
- vxassist -g <disk group> make <data volume> <size>
- vxassist -g <disk group> make <SRL volume> <size> mirror=1
- vxmake -g <disk group> rvg <RVG name>
- vxmake -g <disk group> rlink <local rlink name>
- vxedit -g <disk group> set remote_host=<remote system> remote_dg=<remote disk group> \
remote_rlink=<remote rlink name> <local rlink name>
- vxedit -g <disk group> set primary=true <RVG name>
- vxvol -g <disk group> assoc <RVG name> <data volume>
- vxvol -g <disk group> aslog <RVG name> <SRL volume>
- vxrlink -g <disk group> assoc <RVG name> <local rlink name>
- vxassist -g <disk group> addlog <data volume>
- vxrlink -g <disk group> -a att <local rlink name>
- vxrvg -g <disk group> start <RVG name>
|
|
Legacy ID
233088
Article URL http://www.symantec.com/docs/TECH9097
Terms of use for this information are found in Legal Notices









Thank you.