MSISCSITARGET_StorageSynchronized class

Associates two storage objects in a replication relationship.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Dynamic, Provider("MSiSCSITargetProv"), Association, Version("1.0.0")]
class MSISCSITARGET_StorageSynchronized : CIM_StorageSynchronized
{
  datetime               WhenSynced;
  boolean                SyncMaintained;
  uint16                 CopyState;
  uint16                 Mode;
  uint16                 PercentSynced;
  uint16                 ProgressStatus;
  uint16                 RequestedCopyState = 15;
  uint16                 SyncType;
  datetime               WhenActivated;
  datetime               WhenDeactivated;
  datetime               WhenEstablished;
  datetime               WhenSuspended;
  datetime               WhenSynchronized;
  uint16                 CopyRecoveryMode;
  boolean                FailedCopyStopsHostIO = FALSE;
  CIM_ManagedElement REF SystemElement;
  CIM_ManagedElement REF SyncedElement;
  uint16                 CopyType;
  uint16                 ReplicaType;
  uint16                 SyncState;
  uint16                 CopyPriority;
  uint16                 CopyMethodology;
  uint16                 UndiscoveredElement;
  uint16                 ReadOnly;
};

Members

The MSISCSITARGET_StorageSynchronized class has these types of members:

Properties

The MSISCSITARGET_StorageSynchronized class has these properties.

CopyMethodology

Data type: uint16

Access type: Read-only

Qualifiers: Experimental

CopyMethodology specifies what copy methodology the service uses to create and/or maintain the target element.

Values are:

Not Specified: The method of maintaining the copy is not specified.

Full Copy: This indicates that a full copy of the source object is (or will be) generated .

Incremental-Copy: Only changed data from source element is copied to target element.

Differential-Copy: Only the new writes to source element are copied to the target element.

Copy-On-Write: Affected data is copied on the first write to the source or to the target elements.

Copy-On-Access: Affected data is copied on the first access to the source element.

Delta-Update: Difference based replication where after the initial copy, only updates to source are copied to target.

Snap-And-Clone: The service creates a snapshot of the source element first, then uses the the snapshot as the source of the copy operation to the target element.

This property is inherited from CIM_StorageSynchronized.

Not Specified (0)

Other (1)

Implementation decides (2)

Full Copy (3)

Incremental-Copy (4)

Differential-Copy (5)

Copy-On-Write (6)

Copy-On-Access (7)

Delta-Update (8)

Snap-And-Clone (9)

DMTF Reserved

10 32767

Vendor Specific

32768 65535

CopyPriority

Data type: uint16

Access type: Read/write

Qualifiers: Experimental

CopyPriority allows the priority of background copy engine I/O to be managed relative to host I/O operations during a sequential background copy operation.

Values are: Low: copy engine I/O lower priority than host I/O. Same: copy engine I/O has the same priority as host I/O. High: copy engine I/O has higher priority than host I/O. Urgent: copy operation to be performed as soon as possible, regardless of the host I/O requests.

This property is inherited from CIM_StorageSynchronized.

Not Managed (0)

Low (1)

Same (2)

High (3)

Urgent (4)

DMTF Reserved

5 32767

Vendor Specific

32768 65535

CopyRecoveryMode

Data type: uint16

Access type: Read-only

Qualifiers: Experimental

Describes whether the copy operation continues after a broken link is restored.

Automatic: copy operation resumes automatically.

Manual: CopyState is set to Suspended after the link is restored. It is required to issue the Resume operation to continue.

This property is inherited from CIM_Synchronized.

Unknown (0)

Automatic (2)

Manual (3)

DMTF Reserved

4 32767

Vendor Specific

32768 65535

CopyState

Data type: uint16

Access type: Read-only

Qualifiers: Experimental

CopyState describes the state of the association with respect to Replication activity. Values are:

Initialized: The link to enable replication is established and source/replica elements are associated, but the data flow has not started.

Unsynchronized: Not all the source element data has been copied to the target element.

Synchronized: For the Mirror, Snapshot, or Clone replication, the target represents a copy of the source.

Broken: The relationship is non-functional due to errors in the source, the target, the path between the two or space constraints.

Fractured: Target is split from the source.

Split: The target element was gracefully (or systematically) split from its source element -- consistency is guaranteed.

Inactive: Data flow has stopped, writes to source element will not be sent to target element.

Suspended: Data flow between the source and target elements has stopped. Writes to source element are held until the association is Resumed.

Failedover: Reads and writes to/from the target element. Source element is not reachable.

Prepared: Initialization is completed, the data flow has started, however, the data flow has not started.

Aborted: The copy operation is aborted with the Abort operation. Use the Resync Replica operation to restart the copy operation.

Skewed: The target has been modified and is no longer synchronized with the source element or the point-in-time view.

Mixed: Applies to the CopyState of GroupSynchronized. It indicates the StorageSynchronized associations of the elements in the groups have different CopyState values.

Partitioned: State of replication relationship can not be determined, for example, due to a connection problem.

Invalid: The array is unable to determine the state of the replication relationship, for example, after the connection is restored; however, either source or target elements have an unknown status.

This property is inherited from CIM_Synchronized.

Initialized (2)

Unsynchronized (3)

Synchronized (4)

Broken (5)

Fractured (6)

Split (7)

Inactive (8)

Suspended (9)

Failedover (10)

Prepared (11)

Aborted (12)

Skewed (13)

Mixed (14)

Not Applicable (15)

Partitioned (16)

Invalid (17)

DMTF Reserved

18 32767

Vendor Specific

32768 65535

CopyType

Data type: uint16

Access type: Read-only

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.

UnSyncUnAssoc: create an unsynchronized copy with a temporary association that is deleted upon completion of the copy operation.

This property is inherited from CIM_StorageSynchronized.

Async (2)

Sync (3)

UnSyncAssoc (4)

UnSyncUnAssoc (5)

DMTF Reserved

6 32767

Vendor Specific

32768 65535

FailedCopyStopsHostIO

Data type: boolean

Access type: Read-only

Qualifiers: Experimental

If true, the storage array tells host to stop sending data to source element if copying to a remote element fails.

This property is inherited from CIM_Synchronized.

Mode

Data type: uint16

Access type: Read-only

Qualifiers: Experimental

Mode describes whether the target elements will be updated synchronously or asynchronously. If NULL, implementaton decides the mode.

This property is inherited from CIM_Synchronized.

Unknown (0)

Synchronous (2)

Asynchronous (3)

DMTF Reserved

4 32767

Vendor Specific

32768 65535

PercentSynced

Data type: uint16

Access type: Read-only

Qualifiers: Experimental

Specifies the percent of the work completed to reach synchronization. Must be set to NULL if implementation is not capable of providing this information.

This property is inherited from CIM_Synchronized.

ProgressStatus

Data type: uint16

Access type: Read-only

Qualifiers: Experimental

ProgressStatus describes the status of the association with respect to Replication activity. Values are: Completed: The request is completed. Data flow is idle.

Dormant: Indicates that the data flow is inactive suspended or quiesced.

Initializing: In the process of establishing source/replica association and the data flow has not started.

Preparing: preparation-in-progress.

Synchronizing: sync-in-progress.

Resyncing: resync-in-progess.

Restoring: restore-in-progress.

Fracturing: fracture-in-progress.

Splitting: split-in-progress.

Failing over: in the process of switching source and target.

Failing back: Undoing the result of failover.

Detaching: detach-in-progress.

Aborting: abort-in-progress.

Mixed: Applies to groups with element pairs with different statuses. Generally, the individual statuses need to be examined.Suspending: The copy operation is in the process of being suspended.

Requires fracture: The requested operation has completed, however, the synchronization relationship needs to be fractured before further copy operations can be issued.

Requires resync: The requested operation has completed, however, the synchronization relationship needs to be resynced before further copy operations can be issued.

Requires activate: The requested operation has completed, however, the synchronization relationship needs to be activated before further copy operations can be issued.

Pending: The flow of data has stopped momentarily due to limited bandwidth or busy system.

This property is inherited from CIM_Synchronized.

Unknown (0)

Completed (2)

Dormant (3)

Initializing (4)

Preparing (5)

Synchronizing (6)

Resyncing (7)

Restoring (8)

Fracturing (9)

Splitting (10)

Failing over (11)

Failing back (12)

Aborting (13)

Mixed (14)

Not Applicable (15)

Suspending (16)

Requires fracture (17)

Requires resync (18)

Requires activate (19)

Pending (20)

Detaching (21)

DMTF Reserved

22 32767

Vendor Specific

32768 65535

ReadOnly

Data type: uint16

Access type: Read-only

Qualifiers: Experimental

This property specifies whether the source, the target, or both elements are "read only" to the host.SystemElement: The source element.

SyncedElement: The target element.

Both: Both the source and the target elements.are read only to the host.

This property is inherited from CIM_StorageSynchronized.

SystemElement (2)

SyncedElement (3)

Both (4)

DMTF Reserved

5 32767

Vendor Specific

32768 65535

ReplicaType

Data type: uint16

Access type: Read-only

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.

This property is inherited from CIM_StorageSynchronized.

Not Specified (0)

Full Copy (2)

Before Delta (3)

After Delta (4)

Log (5)

DMTF Reserved

6 32767

Vendor Specific

32768 65535

RequestedCopyState

Data type: uint16

Access type: Read-only

Qualifiers: Experimental, ModelCorrespondence ("CIM_Synchronized.CopyState")

RequestedCopyState is an integer enumeration that indicates the last requested or desired state for the association. The actual state of the association is represented by CopyState. Note that when CopyState reaches the requested state, this property will be set to 'Not Applicable.

This property is inherited from CIM_Synchronized.

SyncedElement

Data type: CIM_ManagedElement

Access type: Read-only

SyncedElement represents the Storage that is the target of the replication.

This property is inherited from CIM_StorageSynchronized.

SyncMaintained

Data type: boolean

Access type: Read-only

Boolean indicating whether synchronization is maintained.

This property is inherited from CIM_Synchronized.

SyncState

Data type: uint16

Access type: Read-only

SyncState describes the state of the association with respect to Replication activity. Values are:

Initialized: The link to enable replication is established.

and source/replica elements are associated, but the Copy engine has not started.

PrepareInProgress: Preparation for Replication is in progress and the Copy engine has started.

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 is currently 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.

Frozen: All blocks copied from source to an UnSyncAssoc replica and the copy engine is stopped.

CopyInProgress: A deferred background copy operation is in progress to copy the source to the replica target for an UnSyncAssoc association.

Broken: The relationship is non-functional due to errors in the source, the target, the path between the two or space constraints.

This property is inherited from CIM_StorageSynchronized.

Initialized (2)

PrepareInProgress (3)

Prepared (4)

ResyncInProgress (5)

Synchronized (6)

Fracture In Progress (7)

QuiesceInProgress (8)

Quiesced (9)

Restore In Progresss (10)

Idle (11)

Broken (12)

Fractured (13)

Frozen (14)

Copy In Progress (15)

DMTF Reserved

16 32767

Vendor Specific

32768 65535

SyncType

Data type: uint16

Access type: Read-only

Qualifiers: Experimental

SyncType describes the intended outcome of the replication.Values are:

Mirror: create and maintain a copy of the source.

Snapshot: create a PIT, virtual copy of the source.

Clone: create a PIT, full copy the source.

This property is inherited from CIM_Synchronized.

DMTF Reserved

0 5

Mirror (6)

Snapshot (7)

Clone (8)

DMTF Reserved

9 32767

Vendor Specific

32768 65535

SystemElement

Data type: CIM_ManagedElement

Access type: Read-only

SystemElement represents the Storage that is the source of the replication.

This property is inherited from CIM_StorageSynchronized.

UndiscoveredElement

Data type: uint16

Access type: Read-only

Qualifiers: Experimental

This property specifies whether the source, the target, or both elements involved in a copy operation are undiscovered. An element is considered undiscovered if its object model is not known to the service performing the copy operation. The values are:

SystemElement: The source element.

SyncedElement: The target element.

Both: Both the source and the target elements. If both the source and the target elements are discovered, the value of this property shall be NULL.

This property is inherited from CIM_StorageSynchronized.

SystemElement (2)

SyncedElement (3)

Both (4)

DMTF Reserved

5 32767

Vendor Specific

32768 65535

WhenActivated

Data type: datetime

Access type: Read-only

Qualifiers: Experimental

Specifies when point-in-time was taken or when the replication association is activated, reactivated, resumed or restablished. Must be set to NULL if implementation is not capable of providing this information. A value of 0 indicates the information is not known.

This property is inherited from CIM_Synchronized.

WhenDeactivated

Data type: datetime

Access type: Read-only

Qualifiers: Experimental

Specifies when the association was deactivated. A deactivated association is reactivated.Must be set to NULL if implementation is not capable of providing this information. A value of 0 indicates the information is not known.

This property is inherited from CIM_Synchronized.

WhenEstablished

Data type: datetime

Access type: Read-only

Qualifiers: Experimental

Specifies when the association was established. Must be set to NULL if implementation is not capable of providing this information. A value of 0 indicates the information is not known.

This property is inherited from CIM_Synchronized.

WhenSuspended

Data type: datetime

Access type: Read-only

Qualifiers: Experimental

Specifies when the association was suspended. A suspended association is resumed.Must be set to NULL if implementation is not capable of providing this information. A value of 0 indicates the information is not known.

This property is inherited from CIM_Synchronized.

WhenSynced

Data type: datetime

Access type: Read-only

The point in time that the Elements were synchronized.

This property is inherited from CIM_Synchronized.

WhenSynchronized

Data type: datetime

Access type: Read-only

Qualifiers: Experimental

Specifies when the CopyState has a value of Synchronized. Must be set to NULL if implementation is not capable of providing this information. A value of 0 indicates the information is not known.

This property is inherited from CIM_Synchronized.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\CIMv2\Storage\iScsiTarget
MOF
SmIscsiTarget.mof
DLL
SMiSCSITargetProv.dll

See also

CIM_StorageSynchronized

iSCSI Target Server Reference

MSISCSITARGET_StorageConfigurationService

MSISCSITARGET_StorageSynchronized