HP 3PAR CIM API Programming Reference (QL226-97722, March 2014)
can only be StorageSynchronized since we do not support GroupSynchronized local
replication.
• SyncType: If this parameter is not supplied, all SyncTypes are retrieved.
• Mode: If this parameter is not supplied, all Modes are retrieved.
• Locality: Describes the desired locality. If this parameter is not supplied, all replication
relationships are retrieved, regardless of the locality of elements. Choices are: Local only --
Source and target elements are contained in the same system; and Remote only -- Source and
target elements are contained in two different systems.
• CopyState: Only retrieve synchronization relationships that currently has this CopyState. If this
parameter is not supplied, relationships are retrieved regardless of their current CopyState.
• Job: This will always be NULL.
• Synchronizations[ ]: An array of elements found.
SUMMARY OF REPLICATIONSERVICE METHODS
The following tables shows a summary of the supported ReplicationService methods and their
corresponding CLI commands:
Output
Job(s)?
Which Method to Use
(in ReplicationService class, unless specified
otherwise)
CLI CommandOperation
N for
CreateGroup
CreateGroup
CreateGroupReplicaFromElements – First creates
vvsets for source and destination elements if not
createvvset <vvset>Create vvset
provided. Also creates a clone or snapshot
depending upon the operation. See table entries
below for the applicable operation, and whether
output jobs are generated.
NRemoveGroupremovevvset <vvset>Remove vvset
NAddMemberscreatevvset -add
<vvset> <vv>
Add to vvset
NRemoveMembersremovevvset <vvset>
<vv>
Remove member from
vvset
NReplicaGroup.ModifyInstancesetvvsetModify vvset
YCreateElementReplicacreatevvcopy -p <par>
<dest>
Create clone physical
copy vv
CreateListReplica (if SourceElements array has
only one member)
• SyncType = Clone (8)
• Mode = Synchronous (2)
• WaitForCopyState=Synchronized (4)
YCreateGroupReplicacreatevvcopy -p
set:<par> set:<dest>
Create clone physical
copy vvset
CreateGroupReplicaFromElements – first creates
vvsets for source and destination elements if not
provided
TPD_CreateGroupReplica (deprecated)
• SyncType = Clone (8)
• Mode = Synchronous (2)
• WaitForCopyState=Synchronized (4)
124 CIM API SMI-S Support