HP 3PAR InForm OS 3.1.1 CIM API (QL226-96591, July 2012)
Table 53 StorageSynchronized Property Values for a Virtual Copy (continued)
ValueProperty
Creates an unsynchronized copy and maintains an
association to the source.
“After Delta” (4)ReplicaType
Indicates that the replica is maintained as delta data from
the source object.
Varies; refer to the various “SyncState Transitions” sections
below for each type of operation.
SyncState
FalseSyncMaintained
Synchronization is not maintained between replica and
source volume.
NULL to start with; non-NULL upon successful completion
of a copy. The point in time that the Elements were
synchronized.
WhenSynced
StorageReplicationCapabilities
The ability to create a virtual copy is described by the following instance of
TPD_StorageReplicationCapabilities:
• UnSyncAssoc-Delta – describes the capability of our provider to create an unsynchronized
delta snapshot replica that maintains an association with the source volume
CREATION
CLI EQUIVALENCE
createsv
SMI-S METHOD
A client can create a physical copy from the source volume by using the
TPD_StorageConfigurationService.CreateReplica() method.
uint32 CreateReplica(
[In] string ElementName,
[Out] CIM_ConcreteJob ref Job,
[In, REQ] CIM_LogicalElement ref SourceElement,
[Out] CIM_LogicalElement ref TargetElement,
[In] CIM_StorageSetting ref TargetSettingGoal,
[In] CIM_StoragePool ref TargetPool,
[In, REQ,
Values {"Async", "Sync", "UnSyncAssoc", "UnSyncUnAssoc"},
ValueMap {"2", "3", "4", "5"}]
Uint16 CopyType);
• ElementName: Name of the target snapshot volume.
• Job: No job is created. This is NULL on output.
• SourceElement: Reference to the base StorageVolume to copy from.
• TargetElement: Reference to the target snapshot StorageVolume that is created.
• TargetSettingGoal: The definition for the StorageSetting to be maintained by the target
storage object. Only the BaseID property is applicable.
Copy Services Subprofile 65