Manages the group replica collection sets stored on the partner, including deleting replica collection sets and displaying the replica collections in a replica collection set.
Format
partner select partner_name outbound-repcolset subcommand
Variable
|
partner_name |
Group name of a partner. |
Subcommands
|
delete repcolset |
Deletes the specified outbound replica collection set. This deletes the replicas in the collection. |
|
select repcolset show |
Selects a group replica collection set and displays the replica collections in the set. |
|
show |
Displays the group replica collection sets stored on the partner. |
Examples
The following command displays the group replica collection sets stored on the partner:
> partner select psgroupa outbound-repcolset show
Collection NoOfRepcols Status
-------------------- --------------------- ----------
vc1 2 enabled
The following command displays the replica collections in an outbound replica collection set:
> partner select psgroupa outbound-repcolset select vc1 show
_______________ Replication Information ___________________________
PartnerName: psg34 DesiredStatus: enabled
NoOfRepcols: 2
_________________ Outbound-repcols _______________________________
Name Collection TimeStamp Replicas Schedule
------------------------- ------ --------- -------- --------
vc1.1-2006-03-10-11:24:49.476 vc1 2006-03-10:11:24:49 2 svc1
vc1.1-2006-03-10-11:27:49.477 vc1 2006-03-10:11:27:49 2 svc1
The following command deletes an outbound replica collection set:
> partner select psgroupa outbound-repcolset delete vc1
Outbound-replica collection set deletion succeeded.