Enables you to select a partner and manage the group replica collections stored on the partner, including deleting an outbound replica collection and displaying the replicas in a collection.
Note: You cannot delete the most recent replica, or the only replica in a set.
Format
partner select partner_name outbound-repcol subcommand
Variable
|
partner_name |
Group name of a partner. |
Subcommands
|
delete repcol |
Deletes the specified outbound replica collection. This deletes the replicas in the collection. |
|
select repcol show |
Selects a group replica collection and displays the replicas in the collection |
|
show [custom] |
Displays the group replica collections stored on the partner. Specify custom to display custom replica collections. |
Examples
The following command displays the replica collections stored on the partner:
> partner select psgroupa outbound-repcol show
Name Collection TimeStamp Replicas Schedule
-------------------- ---------- --------- -------- ------
vc1.1-2006-03-10-11:07:04.470 vc1 2006-03-10:11:07:04 2 svc1
vc1.1-2006-03-10-11:10:05.471 vc1 2006-03-10:11:10:05 2 svc1
The following command displays the replicas in an outbound replica collection:
> partner select psgroupa outbound-repcol select vc1.1-2006-03-10-11:15:49.473 show
_____________ Outbound-repcol Information _________________________
Name: vc1.1-2006-03-10-11:15:49.473 CreationTime: 2006-03-10:11:15:49
NoOfReplicas: 2 Schedule: svc1
_____________________ Replicas ___________________________________
Name TimeStamp
---------------------------------- ------------------------------
v1.1-2006-03-10-11:15:49.939 2006-03-10:11:15:49
v2.1-2006-03-10-11:15:49.940 2006-03-10:11:15:49
The following command deletes an outbound replica collection:
> partner select psgroupa outbound-repcol delete vc1.1-2006-03-10-11:15:49.473
Outbound-replica collection deletion succeeded.