Volume Replicator 7.4.2 Administrator's Guide - Windows
- Understanding Volume Replicator
- About Volume Replicator
- Basic Volume Replicator terms
- Building blocks of Volume Replicator
- Understanding replication in the Volume Replicator environment
- Modes of replication
- Understanding data flow in Volume Replicator asynchronous mode
- Managing data during failure and recovery
- Replication concepts
- About using Volume Replicator as a disaster recovery tool
- Understanding how Volume Replicator logs writes to the Replicator Log
- Understanding replication settings for a Secondary
- Measures to protect log overflow and replication latency
- Pausing the replication
- Synchronizing the Secondary
- Understanding Volume Replicator support for FlashSnap
- About Synchronized Snapshots
- Understanding Bunker replication
- Understanding Volume Replicator Support for TCP Multi-Connection
- About Volume Replicator memory monitoring and control support
- About Volume Replicator Graphs
- Setting up replication
- Security considerations for Volume Replicator
- Setting up replication using the Setup Replicated Data Set wizard
- Setting up the Bunker RVG for replication
- Using the VEA Console for Volume Replication Operations
- Monitoring replication
- Interpreting the information in the Volume Replicator views
- Monitoring replication using the VEA console
- Checking replication performance using vxrlink stats
- Administering Volume Replicator
- Adding volumes
- Administering the RVG
- Administering replication
- Managing checkpoints
- Pausing replication using Volume Replicator
- Creating snapshots for the data volumes
- Creating synchronized snapshots using the VSS Snapshot wizard
- Administering Bunker replication
- Performing disaster recovery operation
- Deleting Volume Replicator objects
- Accessing data on Secondary host
- Performing automated system recovery (ASR)
- Alternative methods to synchronize the Secondary faster
- Obtaining statistical information through Volume Replicator Graphs
- Using the command line interface
- Administering the RDS using the vxrds command
- Resizing the data volumes
- Displaying the network statistics for the RLINK
- Administering the RVGs using the vxrvg command
- Displaying information using the vxprint command
- Creating snapshots using the vxsnap command
- Administering replicated volumes using the vxvol command
- Displaying and changing replication ports using the vrport command
- Administering the RVG using the vxedit
- Administering the RVG using the vxassist command
- Tuning Volume Replicator
- Examples: Using the command line
- Example 1: Setting up replication using the command line interface
- Example 3: Using Bunker node for disaster recovery
- Example 4: Using synchronized snapshots to restore data
- Configuring Volume Replicator in a VCS environment
- Components of a VCS cluster
- Illustrating a highly available Volume Replicator setup
- How the agents work
- Configuring the agents
- Working with existing replication service groups
- Configuring Volume Replicator with Hyper-V
- Advanced settings in Volume Replicator
- Troubleshooting Volume Replicator
- Recommendations and checks
- Recovering from problems in a firewall or NAT setup
- Recovering from problems during replication
- Error when configuring the VxSAS Service
- Operation time-out errors
- Problems when configuring Volume Replicator in a VCS environment
- Problems when setting performance counters
- Appendix A. Services and ports
- Appendix B. Using the vxrsync utility
- Appendix C. VR Advisor (VRAdvisor)
vxrclient
The vxrsync utility contains the vxrclient component.
This component of the vxrsync utility can be used to:
Synchronize the remote systems with the source on which the vxrclient is running
Verify the data on the volumes between the source and the target.
The command syntax varies depending on the options that it is used with. To perform full synchronization you must use the -full option. To verify the data between the source and the target systems, use the -verify option. Using the command without either of these options, which is the default, results in difference-based synchronization.
The vxrclient command, by default, does not lock all the volumes before synchronizing or verifying the volumes. If you choose to proceed with the default, a warning message is displayed.
Note:
Veritas recommends that you use the command with the -x option to make sure that the all volumes in the RDS are locked before performing any operation on them.
Syntax for the vxrclient command:
vxrclient [-noreport] [-reportinterval <secs>] [-full|-swiftsync] [-blocksize|-bs <blksize_KB>] [-blockgroupcount|-bc <numblocks>] [-x]will be [-use <host>] -to <host> [[<host>]...] [-port <serverportnumber>] {-for | -g} <groupname> | -r <rvgname> | -vol <volumename>[[,<volumename>] ...][-dg <diskgroupname>]
Note:
You can use the swiftsync option to leverage the NTFS or ReFS file systems.
Syntax for verifying the vrclient command against remote or target host:
vxrclient -verify|-quick[verify] [-noreport] [-reportinterval <secs>] [-blocksize|-bs <blksize_KB>] [-blockgroupcount|-bc <numblocks>] [-x] [-use <host>] -with <host> [[<host>]...] [-port <serverportnumber>] {-for | -g} <groupname> | -r <rvgname> | -vol <volumename>[[,<volumename>] ...] [-dg <diskgroupname>]
The following table describes the vxrclient command usage with the basic options to perform the required operations:
Table: Command usage for vxrclient
Operation | Command | Description |
---|---|---|
Full synchronization | vxrclient -full -use <host> -to <host> -r <rvgname> | This command enables you to perform full synchronization between the source and target volumes. The RVG name is used as input by the command. The -x parameter can be optionally specified if you want all the volumes in the RDS to be locked. |
vxrclient -full -use <host> -to <host> -vol <vol1>, <vol2> | This command enables you to perform a full synchronization between the source and target volumes. A comma-separated list of volumes is used as input to the command. | |
vxrclient -full -use <host> -to <host> -g <groupname> | This command enables you to perform a full synchronization between the source and target volumes. A configuration file is used as input to the command. | |
Difference-based synchronization | vxrclient -use <host> -to <host> -r <rvgname> | This command enables you to perform a difference-based synchronization between the source and target volumes. The RVG name is used as input to the command. |
vxrclient -use <host> -to <host> -vol <vol1>, <vol2> | This command enables you to perform a difference-based synchronization between the source and target volumes. A comma-separated list of volumes is used as input to the command. | |
vxrclient -use <host> -to <host> -g <groupname> | This command enables you to perform a difference-based synchronization between the source and target volumes. A configuration file is used as input to the command. | |
Swiftsync synchronization | vxrclient swiftsync -use <host> -to <host> -r <rvgname> | This command enables you to perform a swiftsync synchronization between the source and target volumes. The RVG name is used as input to the command. Note: If you use this option with an NTFS or ReFS file system, only the used blocks are synced between the source and target volumes. |
Data Verification | vxrclient -verify -use <host> -with <host> -r <rvgname> | This command enables you to perform data verification between the source and target volumes. The RVG name is used as input to the command. |
vxrclient -verify -use <host> -with <host> -vol <vol1>, <vol2> | This command enables you to perform data verification between the source and target volumes. A comma-separated list of volumes is used as input to the command. | |
vxrclient -verify <host> -with <host> -g <groupname> | This command enables you to perform data verification between the source and target volumes. A configuration file is used as input to the command. |
The following table lists the command options available with vxrclient.
Table: Command options for vxrclient
Option | Description |
---|---|
-v|-version | Prints the version number of vxrclient command. |
-?|/?|-h|-help | Prints a brief summary of command line options. |
-longhelp | Prints a detailed summary of command line options and an explanation of the operation of vxrclient command. |
-noreport | Specifies that the performance and progress information does not require to be printed. |
-reportinterval <secs> | Updates the performance and progress information every <secs> seconds where you can specify the value for the report interval. The default value is 10 seconds. |
-full | Copies all the data, and not just differences from the source volume to the target volume. This option is useful to create the initial volume copies. The default is to transfer only data differences. |
-swiftsync | Acts like -full option, if the volume is not an NTFS or ReFS volume. For NTFS or ReFS volumes, only the blocks that are used by these volumes are transferred. This option is useful for creating the initial volume copies. |
-blocksize|-bs <KB> | Sets the size of the block of data to be examined, and then transfers it as a unit. The default is 8 KB. |
-blockgroupcount|-bc <numblocks> | Sets the number of blocks of size that is specified in -blocksize|-bs option, that are sent in one network message. The default is 200 blocks. |
-x | Specifies that all the volumes on the client system are locked. |
-use <hostname_or_ip> | If the client system has more than one network interface card (NICs), specifies which interface to use when connecting to the required server systems either by providing the host name or IP address of the local network connection to use. |
-to <host> [[<host]...] | Synchronizes one or more remote host systems from this client system. All the host names with the corresponding information must be found in the configuration file. |
-port | Specifies the port number on which the server listens for requests from the client. This parameter does not need to be specified if the configuration file is used as input. |
-verify | Verifies the client's volumes with one or more remote host systems and lists any differences that are found. |
-quick[verify] | Verifies the client's volumes with one or more remote host systems. Halt this operation upon detection of any difference. This option does not perform any synchronization. |
-with <host> [[<host>]...] | Specifies the host name or IP of the remote host system(s) with which this client system's volumes should be verified. |
-for|-g <groupname> | Identifies the group of volumes for this operation. The group name corresponds to an ASCII configuration file that describes all possible host systems and the relationship and paths of the volumes that should be synchronized or verified together as a unit. |
-dg <disk group name> | Identifies the SFW disk group name. The disk group name is used to uniquely identify the specified RVG or volumes. |
-r <rvgname> | Identifies the RVG whose volumes are used for the required operation. |
-vol <volumename> [[,volumename].....] | Identifies the volumes that are used for the required operation. If there is more than one volume, they are indicated by a comma-separated list. Note: A volume or a set of volumes that are synchronized using swiftsync option, when verified through vxrclient and vxrserver, would show differences. This is because the swiftsync option has synchronized only the NTFS or ReFS used blocks, it has ignored the rest of the blocks, even though they may be different between source and destination volumes. See vxrserver. |