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

4. Locality - specifies the relationship between the source and target element. There are two
defined localities:
a. Local - indicates the source and target elements are contained in a single managed system.
b. Remote - indicates the source and target elements are contained in separate managed
systems. In this case, the service must rely on a networking protocol for the copy
operations. HP 3PAR SMI-S supports read-only implementation of remote replication.
SMI-S terminologies can be mapped to HP terminologies.
Table 92 SMI-S/HP Terminology Map
NoteLocalityModeSync TypeType of HP Copy
Independent clone is
created which will
then detach
automatically
LocalSynchronousClonePhysical copy
Clone is created and
does not detach;
target is
synchronized only
manually
LocalAsynchronousClone
Target sv contains
synchronously
updated delta of the
source volume
LocalSynchronousSnapshotVirtual copy
Read-only supportedRemoteSynchronousMirrorRemote copy, with
synchronous mode
volume groups
Read-only supportedRemoteAsynchronousMirrorRemote copy, with
asynchronous
periodic or true
asynchronous mode
volume groups
CIM Classes
TPD_ReplicationGroup
TPD_ReplicationGroup is a volume set that can be used for local clones or snapshots.
Replication Group Key features:
A group can be the source and/or the target of a copy operation, i.e., volume set
Elements of a group may be optionally declared copy relations Consistent
A group may contain zero elements (an empty group)
Volume set is represented by the TPD_ReplicationGroup class, derived from
CIM_ReplicationGroup class. This profile enables management of replication group itself
(create, delete, add member, remove member) as well as copying of the group.
SMI-S also specifies that synchronized groups can maintain replication relationship through the
GroupSynchronized association, as opposed to StorageSynchronized with single volume pair. HP
3PAR OS tracks only the copy relationships between the individual volumes of a vvset, but not
of the vvset itself, hence GroupSynchronized association is not supported for local replication.
Replication Services Profile 105