Verifying the RLINK
Use the
vxrlink verify command to verify the configuration status for the specified RLINK or RVG. This information is useful in determining the reason why the Secondary is in the config error state.
Note: The Secondary may be in a paused state due to a configuration error. If a new configuration error is introduced when the Secondary is already in configuration error state, then the new configuration error is not reflected in the output of thevxrlink verifycommand until the Secondary is resumed.
The
vxrlink verify command can be run either from the Primary or Secondary host. This command is displayed as:
RLINK REMOTE HOST LOCAL HOST STATUS STATE
The information that is displayed consists of the name of the RLINK, the local host that it is connected to, and the remote host that it is connected to. STATUS displays whether the RLINK is verified (OK) or there is some configuration error (ERROR). If the STATUS is ERROR, then a detailed message describing the configuration error is displayed below this. STATE displays the RLINK state.
Syntax for
vxrlink verify command
vxrlink [-g \<diskgroup\>] [-r \<rvg\>]
verify \<rlink\> | \<rvg\>
Example
vxrlink -g vvrdg -r rvg verify rlinkvxrlink -g vvrdg verify rvg
Providing an RVG name displays the configuration information for all the RLINKs in the RVG.
vxrlink -g vvrdg verify rlink_sec_host
When replication is active, the output resembles:
RLINK REMOTE HOST LOCAL HOST STATUS STATE
rlink_sec_host sec_host pri_host ACTIVE
When replication is not active, the output resembles:
vxrlink -g vvrdg verify rlink_sec_host
RLINK REMOTE HOST LOCAL HOST STATUS STATE rlink_sec_host
sec_host pri_host STALE
Related information