HP 3PAR CIM API Programming Reference
This method, for a given ReplicationType, returns the default ReplicationSettingData as an instance.
The output DefaultInstance will be constructed according to the table in the section on
GetSupportedReplicationSettingData.
TPD_RemoteStorageSynchronized
TPD_RemoteStorageSynchronized, sub-classed from CIM_StorageSynchronized, represents the
remote replication association between each volume pair in the remote replication group pairs.
The object path of the StorageVolume or ReplicationEntity of the peer system does not have a valid
hostname, as neither the hostname nor IP address of the peer system is known; instead, WWN of
the peer system is used.
Table 111 Relevant Properties of RemoteStorageSynchronized
DescriptionProperties
Source volume; SystemElement and SyncedElement will switch
if the role is reversed.
SystemElement
Target volume; SystemElement and SyncedElement will switch
if the role is reversed.
SyncedElement
When remote copy group is last synced. This property is NULL
for synchronous mode.
WhenSynced
Boolean indicating whether synchronization is maintained.SyncMaintained
CopyState describes the state of the association with respect
to Replication activity. Possible values are:
CopyState
• Initialized (2)
• Unsynchronized (3)
• Synchronized (4)
• Broken (5)
• FailedOver (10)
• Skewed (13)
• Mixed(14)
SyncState describes the state of the association with respect
to Replication activity. Possible values are:
SyncState
• Initialized (2)
• ResyncInProgress (5)
• Synchronized (6)
• Broken (12)
• Frozen (14)
Mode describes whether the target elements will be updated
synchronously or asynchronously. Possible values are:
Mode
• Synchronous (2)
• Asynchronous (3)
Percent synchronized; applicable only when resyncing.PercentSynced
ProgressStatus describes the status of the association with
respect to Replication activity. Possible values are:
ProgressStatus
• Completed (2)
• Synchronizing (6)
• Resyncing (7)
• Restoring (8)
134 CIM API SMI-S Support