HP 3PAR CIM API Programming Reference (OS 3.1.2 MU2) (QL226-97015, June 2013)

Table 96 Parameter Matrix for ModifyReplicaSynchronization
ReplicationService MethodOperation
ModifyReplicaSynchrnonization
Operation = Resync Replica (14)
Resync physical copy
ModifyReplicaSynchrnonization
Operation = Dissolve (9)
Promote physical copy
ModifyReplicaSynchrnonization
Operation = Abort (2)
Halt physical copy
ModifyReplicaSynchrnonization
Operation = Restore from Replica (15)
Promote sv
ModifyReplicaSynchrnonization
Operation = Return to Resource Pool (19)
Delete the copy
ModifyListSynchronization
uint32 ReplicationService.ModifyListSynchronization(
[IN, Required] uint16 Operation,
[IN, Required] CIM_Synchronized REF Synchronization[],
[IN, EmbeddedInstance ( "SNIA_ReplicationSettingData" )]
string ReplicationSettingData,
[OUT] CIM_ConcreteJob REF Job,
[OUT] SettingState
[IN] boolean Force,
[IN] uint16 WaitForCopyState);
Operation: This parameter describes the type of modification to be made to the replica and/or
to the related associations.
Synchronization: An array of references to the replication association describing the
elements/groups relationship that is to be modified. All elements of this array shall have the
same SyncType, the same Mode, and the Operation must be valid for the ReplicationType --
SyncType, Mode, Local/Remote.
ReplicationSettingData: NULL
Job
Force: Some operations may cause an inconsistency among the target elements. If true, the
client is not warned and the operation is performed if possible. This shall always be NULL
since we do not support this.
WaitForCopyState
This is similar to ModifyReplicaSynchronization, but allows for operation on multiple replica pairs
in one request.
TPD_ModifyGroupReplicaSynchronization
uint32 ReplicationService.TPD_ModifyGroupReplicaSynchronization(
[IN, Required] uint16 Operation,
[IN, Required] TPD_ReplicaGroup REF TargetGroup,
[OUT] CIM_ConcreteJob REF Jobs[]);
Replication Services Profile 113