3PAR CIM API Programming Reference for InForm OS 2.3.1 (320-200164 Rev B, February 2010)

5.78
Copy Services Subprofile
CIM API Programming Reference InForm OS Version 2.3.1
Quiesce: Stops the copy engine for snapshots and the snapshot no longer consume
space. Not supported.
Unquiesce: Take the link out of the quiesce state. Not supported.
Reset to Sync: Changes the CopyType value of a mirror replica from “Async” to
“Sync”. Not supported.
Reset to Async: Changes the CopyType value of a mirror replica from “Sync” to
“Async”. Not supported.
Start Copy: Initiate a full background copy of the source to the UnSyncAssoc replica.
Replica enters a Frozen state when the copy operation is completed. This performs the
same function as issuing a
createvvcopy again on an existing physical copy.
Stop Copy: Stop the background copy previously started. This performs the same
function as halting a physical copy.
Job: A Job is created as a side-effect of the execution of the method, and a reference to
that Job is returned through this parameter.
Synchronization: The reference to the StorageSynchronized association describing
the storage source/replica relationship.
Table 5-36. Return Values for the Various ModifySynchronization() Operations
ValueMap Values Explanation/Notes
0 Job Completed with No Error Applicable only for Detach
(promote).
4 Failed For example: the
TPD_StorageSynchronized object
does not exist.
5 Invalid Parameter For example: the wrong CopyType
is specified.
0x1000 Method parameters checked – job
started
Does not apply to Detach.