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

Table 50 State Transitions for Physical Copy Promotion
SyncStateOperation
Frozen (14)Promote in progress
There are no corresponding SyncState in SMI-S for
detaching, so SyncState remains in Frozen until operation
is complete
N/A StorageSynchronized gonePromote complete
Broken (12)Promote Failed
START PHYSICAL COPY
CLI EQUIVALENCE
createvvcopy p <parvol> -s <destvol>
SMI-S METHOD
Copy can be done on an existing physical copy using the
TPD_StorageConfigurationService.ModifySynchronization() method with the
Operation parameter set to Start Copy (12).
The method execution, if successful, always returns 0x1000, which means that job has started.
See “StorageReplicationCapabilities (page 59) for possible return values.
STATE TRANSITIONS
Table 51 (page 63) shows the values for SyncState and WhenSynced during various stages of
start physical copy.
Table 51 State Transitions for Physical Copy to an Existing Copy
WhenSyncedSyncStateOperation
Previous sync timeCopyInProgress (15)Copy in progress
Time of when copy is completedFrozen (14)Copy complete
Previous sync timeBroken (12)Copy Failed
HALT PHYSICAL COPY
CLI EQUIVALENCE
createvvcopy halt
SMI-S METHOD
Copy can be halted using the
TPD_StorageConfigurationService.ModifySynchronization() method with the
Operation parameter set to Stop Copy(13).
This operation is synchronous and does not require a job. The job that is produced as a side-effect
of the physical copy can also be terminated by TPD_ConcreteJob.RequestStateChange.
STATE TRANSITIONS
Table 52 (page 64) shows the values for SyncState and WhenSynced during various stages of
halting a physical copy.
Copy Services Subprofile 63