This command creates a native replication peer.
Usage
replicationpeer create --name NAME --remote-leading-vip REMOTE_LEADING_VIP --local-vip-pool-id LOCAL_VIP_POOL_ID [--mss MSS]
Required Parameters
|
Specifies the name of the native replication peer. |
|
Specifies any one of the VIPs in the remote peer's replication VIP Pool to use as the remote leading VIP. The remote leading VIP is used to establish an initial connection between the peers. Once the connection is established, the peers share their external network topology and form multiple connections between the VIPs. |
|
Specifies the ID of the replication VIP pool on the local cluster. To create the replication VIP pool, use vippool create and specify |
Options
Example
vcli: admin> replicationpeer create --name vastnativebackup --remote-leading-vip 198.51.100.200 --local-vip-pool-id 3
Comments
0 comments
Article is closed for comments.