HP 3PAR CIM API Programming Reference
Table 105 SupportedCopyStates for ReplicationType (continued)
TrueInactive (8)
TrueFailedOver (10)
TrueSkewed (13)
This method will return Not Supported (2) error code for any other ReplicationType not listed in
the table above.
GetSupportedGroupCopyStates
uint32 ReplicationServiceCapabilities.GetSupportedGroupCopyStates(
[IN] uint16 ReplicationType,
[OUT] uint16 SupportedCopyStates[] );
For a given ReplicationType, this method returns the supported replication group CopyStates.
Table 106 SupportedGroupCopyStates for ReplicationType
CopyStatesReplicationType
Initialized (2)Synchronous Mirror Remote (4)
Asynchronous Mirror Remote (5)
Synchronized (4)
Unsynchronized (3)
Broken (5)
Interactive (8)
FailedOver (10)
Skewed (13)
Mixed (14)
GetSupportedWaitForCopyStates
uint32 ReplicationServiceCapabilities.GetSupportedWaitForCopyStates(
[IN] uint16 ReplicationType,
[IN] uint16 MethodName,
[OUT] uint16 SupportedCopyStates[] );
This method, for a given ReplicationType and method, returns the supported CopyStates that can
be specified in the method's WaitForCopyState parameter.
Replication Services Profile 127