HP 3PAR InForm OS 3.1.1 CIM API (QL226-96591, July 2012)

Table 90 Parameter Matrix for CreateElementReplica (continued)
Optional (if NULL, a name will be
auto-generated)
Optional (applicable only if
TargetElement is not supplied; if NULL,
a name will be auto-generated)
ElementName:
MandatoryMandatorySourceElement:
NULLOptional (if NULL, the target volume
will be created)
TargetElement:
NYOutput Job?
If non-NULL, then only 'Synchronized'
is supported
Synchronized an independent clone
will be created.
WaitForCopyState:
Inactive the clone will retain
association with the parent
CreateGroupReplica
uint32 ReplicationService.CreateGroupReplica(
[IN] string RelationshipName,
[IN, Required] uint16 SyncType,
[IN] uint16 Mode,
[IN] SNIA_ReplicationGroup REF SourceGroup,
[IN] CIM_LogicalElement REF SourceElement,
[IN] CIM_ServiceAccessPoint REF SourceAccessPoint,
[IN, OUT] SNIA_ReplicationGroup REF TargetGroup,
[IN] uint64 TargetElementCount,
[IN] CIM_ServiceAccessPoint REF TargetAccessPoint,
[IN] uint16 Consistency,
[IN, EmbeddedInstance("SNIA_ReplicationSettingData")]
string ReplicationSettingData,
[IN] CIM_ConcreteJob REF Job,
[OUT] CIM_Synchronized REF Synchronization,
[IN] CIM_SettingData REF TargetSettingGoal,
[IN] CIM_ResourcePool REF TargetPool,
[IN] uint16 WaitForCopyState);
Use to create (or start a job to create) a new group of storage objects which are replicas of the
specified source storage or a group of source storage objects (SourceElements), i.e., replications
of vv sets. Parameters are:
RelationshipName: A mandatory user relevent name for the relationship between the source
and target groups or between a source element and a target group (i.e. one-to-many). For
SV, each of the name of the individual target volumes (ElementName) would be constructed
using RelationshipName as prefix followed by \"_n\" sequence number, where n is a number
beginning with 1.
SyncType
Mode
SourceGroup: A group of source storage objects which may be a StorageVolume or storage
object. If this parameter is not supplied, SourceElement is required. Both SourceGroup and
SourceElement shall not be supplied.
SourceElement: This is not supported and should be NULL.
SourceAccessPoint: NULL
100 CIM API SMI-S Support