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

Consistency: This parameter overrides the default group consistency. For example, "No
Consistency", "Sequential Consistency". For us this can only be "Sequential Consistency".
ReplicationSettingData: NULL
Job: For physical copy of vv sets, InFormOS actually spawns one task for each of the vv pair
in the set and not one task for the whole set. However, this job parameter can only contain
reference to one job, so as a compromise, only the job of the first vv pair copy will be returned.
Synchronization: Refers to the created association between the source element (or source
replication group) and the target replication group. InFormOS does not have the capability
to keep track of which vv set is synchronized with which other vv set; only individual sync-ed
vv pair is known. Therefore, as a compromise, only the StorageSynchronized association of
the first vv pair in the vv set will be returned.
TargetSettingGoal: NULL
TargetPool: NULL
WaitForCopyState
Table 94 Parameter Matrix for CreateGroupReplica
Synchronous
snapshots of remote
Virtual copy (snapshot
volume)
Physical copyWhat to Create:
copy volumes, on both
primary and
secondary arrays
SnapshotSnapshotCloneCloneSync Type:
OptionalOptionalAsynchronous)Synchronous (default)Mode:
(can only be
Synchronous)
(can only be
Synchronous)
MandatoryMandatoryNULLNULLRelationshipName:
MandatoryMandatoryMandatoryMandatorySourceGroup:
TPD_RemoteReplicationGroupTPD_ReplicationGroupTPD_ReplicationGroupTPD_ReplicationGroup
NULLNULLMandatoryMandatoryTargetGroup:
NNYYOutput Job?
If non-NULL, then only
'Synchronized' is
supported
If non-NULL, then only
'Synchronized' is
supported
Optional (only valid
option is Inactive)
the clones will retain
Optional (only valid
option is
Synchronized)
WaitForCopyState:
association with the
parent
independent clones
will be created that
detach automatically
TPD_CreateGroupReplica
Due to the inadequacies of the SMI-S defined CreateGroupReplica in supporting vv set replication
and consistent volume list replication, a couple of proprietary methods are defined.
uint32 ReplicationService.TPD_CreateGroupReplica(
[IN] string RelationshipName,
[IN, Required] uint16 SyncType,
[IN] uint16 Mode,
[IN] SNIA_ReplicationGroup REF SourceGroup,
[IN] SNIA_ReplicationGroup REF TargetGroup,
[OUT] TargetElements
[OUT] CIM_ConcreteJob REF Jobs[],
[OUT] CIM_Synchronized REF Synchronizations[]);
110 CIM API SMI-S Support