HP 3PAR CIM API Programming Reference (QL226-97722, March 2014)

This is a 3PAR-specific method which is equivalent to creategroupvvcopy and creategroupsv
commands, and allows for client to specify a list of volumes to copy instead of a single one (as is
the case with CreateElementReplica) or a replica group (as is the case with CreateGroupReplica).
Table 99 Parameter Matrix for CreateConsistentReplicaList
Consistent list of virtual
copies
Consistent list of
independent physical copies
Consistent list of async
physical copies
What to Create:
creategroupsvcreategroupvvcopy -p
<parent_VV>:<dest_VV>...
creategroupvvcopy -p
-s
<parent_VV>:<dest_VV>...
CLI equivalence:
SnapshotCloneCloneSyncType:
SynchronousSynchronousAsynchronousMode:
MandatoryNULLNULLTargetNames:
MandatoryMandatoryMandatorySourceGroups:
NULLMandatoryMandatoryTargetGroups:
NYYOutput Job?
If non-NULL, then only
Synchronized is supported
Optional (only valid option
is Synchronized)
Optional (only valid option
is Inactive) the clones will
WaitForCopyState
independent clones will beretain association with the
parent created that detach
automatically
ModifyReplicaSynchronization
uint32 ReplicationService.ModifyReplicaSynchronization(
[IN, Required] uint16 Operation,
[IN, Required] CIM_Synchronized REF Synchronization,
[IN, EmbeddedInstance ( "SNIA_ReplicationSettingData" )]
string ReplicationSettingData,
[IN] CIM_StorageSynchronized REF SyncPair[],
[OUT] CIM_ConcreteJob REF Job,
[IN] boolean Force,
[OUT] CIM_SettingsDefineState REF SettingsState,
[IN] uint16 WaitForCopyState);
Use to modify (or start a job to modify) the synchronization association between two storage objects
or replication groups. Parameters are:
Operation: This parameter describes the type of modification to be made to the replica and/or
to the related associations
Synchronization: The reference to the replication association describing the elements/groups
relationship that is to be modified.
ReplicationSettingData: NULL
SyncPair[]: This parameter applies to AddSyncPair/RemoveSyncPair Operations. It allows a
client to form a StorageSynchronized association between source and target elements and
then add the association to existing source and target groups. Alternatively, a client can
remove a StorageSynchronized association from source and target groups. We do not support
modification of group replicas, so this should always be NULL.
Job
SettingsState: Reference to the association between the source or group element and an
instance of SynchronizationAspect. This should always be NULL since we do not support
SynchronizationAspect.
120 CIM API SMI-S Support