HP 3PAR CIM API Programming Reference
• TargetPool: Reference to the StoragePool from which the virtual copy volume is allocated.
This can either be NULL or the TPD_DeltaReplicaStoragePool associated with the
SourceElement volume. Any other values results in a Invalid Parameter error.
• CopyType: Can only be “UnsyncAssoc” (4)
◦ UnsyncAssoc: Creates an unsynchronized virtual copy that is associated to the source
StorageVolume.
Table 55 Return values for CreateReplica() Operation
Explanation/NotesValuesValueMap
Job Completed with No Error0
Failed4
For example: the wrong CopyType is
specified
Invalid Parameter5
STATE TRANSITIONS
Table 56 (page 70) shows the values for SyncState and WhenSynced during various stages of
the virtual copy creation.
Table 56 State Transitions for Virtual Copy Creation
WhenSyncedSyncStateOperation
NULLResyncInProgress (5)Copy in progress
Time when copy is completed.Idle (11)Copy complete
Previous sync time.Broken (12)Copy Failed
PROMOTION
CLI EQUIVALENCE
promotesv
SMI-S METHOD
Virtual copy promote can be done using the
TPD_StorageConfigurationService.ModifySynchronization() method with the
Operation parameter set to Restore (5).
The method execution, if successful, always returns 0x1000, which means that job has started.
STATE TRANSITIONS
Here are the values for SyncState and WhenSynced during various stages of promoting virtual
copy.
Table 57 State Transitions for Virtual Copy Promote
WhenSyncedSyncStateOperation
Previous sync timeRestoreInProgress (10)Promote in progress
Time of when copy is completedIdle (11)Promote complete
Previous sync timeBroken (12)Promote Failed
70 CIM API SMI-S Support