CopyServices
Class IBMTSSVC_LocalStorageSynchronized


CIM_Synchronized
\_CIM_StorageSynchronized
  \_IBMTSSVC_StorageSynchronized


Description


Subclasses


Referenced By

IBMTSSVC_StorageConfigurationService

Properties

IdTypeRangeDescription
Key
SyncedElement IBMTSSVC_StorageVolume
The Target of the Relationship.
SystemElement IBMTSSVC_StorageVolume
The Source of the Relationship.
Read Only
AutoDelete boolean
Indicates if this mapping be automatically deleted when the copy has completed. Setting the property to true will cause this mapping to be deleted when the copying is complete or will cause immediate deletion if the copying has already completed. Only present on SVC clusters running FW>= v4.2.0. In 4.2.1 and forward this property should not be used, instead the CopyType UnSyncUnAssoc (or Clone Copy) should be used
CleanProgress uint32
The clean progress for the copy by percent. Only present on SVC clusters running firmware>= 4.2.1.
CleanRate uint32
The clean rate for the copy by percent. Only present on SVC clusters running firmware>= 4.2.1.
CopyRate uint16
The copy rate for the copy in percent, default is approximately six percent.
CopyType uint16
Async2
Sync3
UnSyncAssoc4
SyncAssoc5
DMTF Reserved..
Vendor Specific0x8000..
CopyType describes the Replication Policy. Values are:Async: create and maintain an asynchronous copy of the source.Sync: create and maintain a synchronized copy of the source.UnSyncAssoc: create an unsynchronized copy and maintain an association to the source.
DependentMappingCount uint32
The number of Flash Copies that are dependent on this one. Only present on SVC clusters running firmware>= 4.2.0.
Difference uint32
The number of differences for the flash copy.Only present on SVC clusters running firmware>= 4.2.1.
ElementName string
The user friendly name of this association
GrainSize uint32
The size of the grain used for this mapping. Only present on SVC clusters running firmware>= 4.2.1.
Incremental boolean
Is this flash copy an incremental flash copy. Only present on SVC clusters running firmware>= 4.2.1.
IOGroupId uint32
The IO Group ID that this mapping is associated with. Only present on SVC clusters running firmware>= 4.2.1.
IOGroupName string
The IO Group Name that this mapping is associated with. Only on SVC clusters running firmware>= 4.2.1.
Name string
The name which identifies the association.
Progress uint32
The progress of the copy process, if one is ongoing.
ReplicaType uint16
Not Specified0
Full Copy2
Before Delta3
After Delta4
Log5
DMTF Reserved..
Vendor Specific0x8000..
ReplicaType provides information on how the Replica is being maintained. Values are:Full Copy: This indicates that a full copy of the source object is (or will be) generated .Before Delta: This indicates that the source object will be maintained as a delta data from the replica.After Delta: This indicates that the replica will be maintained as delta data from the source object.Log: This indicates that the replica object is being maintained as a log of changes to the source.Not Specified: The method of maintaining the copy is not specified.
StartTime string
The Flash Copy Start Time. Only present on SVC clusters running firmware>= 4.1.1.
SyncedElementID string
The device ID of the Synced Element
SyncedElementName string
The name of the SyncedElement.
SynchronizedSet IBMTSSVC_SynchronizedSet
SynchronizedSetID string
The ID of the SyncrhonizedSet this StorageSynchronized is a member of.
SynchronizedSetName string
The name of the SyncrhonizedSet this StorageSynchronized is a member of.
SyncState uint16
Initialized2
PrepareInProgress3
Prepared4
ResyncInProgress5
Synchronized6
Fracture In Progress7
QuiesceInProgress8
Quiesced9
Restore In Progresss10
Idle11
Broken12
Fractured13
DMTF Reserved..
Vendor Specific0x8000..
SyncState describes the state of the association with respect to Replication activity. Values are:Initialized: The link to enable replication is established.PrepareInProgress: Preparation for Replication is in progress.Prepared: All necessary preparation has completed.ResyncInProgress: Synchronization or Resynchronization is in progress.This may be the initial'copy'or subsequent changes being copied.Synchronized: An Async or Sync replication iscurrently synchronized. When this value is set, SyncMaintained will be true.FractureInProgress: An operation to fracture an Async or Sync replication is in progress.Fractured: An Async or Sync replication is fractured.QuiesceInProgress: A quiesce operation is in progress.Quiesced: The replication has been quiesced and is ready for a change.RestoreInProgress: An operation is in progress to copy the Synced object to the System object.Idle: The'normal'state for an UnSyncAssoc replica.Broken: The relationship is non-functional due to errors in the source, the target, the path between the two or space constraints.
SystemElementID string
The device ID of the System Element
SystemElementName string
The name of the System Element.
Read Write
 
Inherited from class CIM_Synchronized
SyncMaintained, WhenSynced
 
Inherited from class CIM_StorageSynchronized
CopyType, ReplicaType, SyncState
 
Inherited from class IBMTSSVC_StorageSynchronized
CopyType, ElementName, Name, Progress, ReplicaType, SyncedElementID, SyncedElementName, SynchronizedSet, SynchronizedSetID, SynchronizedSetName, SyncState, SystemElementID, SystemElementName
 

Method Summary

NameDescription
SetAutoDeleteThis method can be used to set AutoDelete of a FlashCopy relationship.
SetCleanRateThis method can be used to set CleanRate of a FlashCopyrelationship.
SetCopyRateThis method can be used to set CopyRate of a FlashCopyrelationship.
SetElementNameThis method can be used to set ElementName of a FlashCopyrelationship.
 

Method Detail


SetAutoDelete

Description

This method can be used to set AutoDelete of a FlashCopy relationship.

Parameters

IdTypeRangeDescription
In
enableAutoDelete boolean
Boolean value for AutoDelete flag. Will have the side effect of changing the CopyType
out
none
Return Codes
none

SetCleanRate

Description

This method can be used to set CleanRate of a FlashCopyrelationship.

Parameters

IdTypeRangeDescription
In
cleanRate uint32
Percentage value of the clean rate.
force boolean
Force the setting. If this mapping is part ofa consistency group, the mapping will be dropped from the group
out
none
Return Codes
none

SetCopyRate

Description

This method can be used to set CopyRate of a FlashCopyrelationship.

Parameters

IdTypeRangeDescription
In
copyRate uint16
Percentage value of the copy rate.
force boolean
Force the setting. If this mapping is part ofa consistency group, the mapping will be dropped from the group
out
none
Return Codes
none

SetElementName

Description

This method can be used to set ElementName of a FlashCopyrelationship.

Parameters

IdTypeRangeDescription
In
elementName string
New element name.
force boolean
Force the setting. If this mapping is part ofa consistency group, the mapping will be dropped from the group
out
none
Return Codes
none