JobControl
Class IBMTSSVC_VdiskSyncJob


CIM_ManagedElement
\_CIM_ManagedSystemElement
  \_CIM_LogicalElement
    \_CIM_Job
      \_CIM_ConcreteJob
        \_IBMTSSVC_Job


Description

Introduced with VDisk mirroring. Under normal IO, VDisk copies will remain in sync. However, there are several situations in which they will be out of sync and one may want to check the synchronization progress: 1. When a new VDisk has been created. 2. When a new VDisk copy has been added to an existing VDisk. 3. When a VDisk copy has been offline and has come back online.

Subclasses


Referenced By

IBMTSSVC_HostedVdiskSyncJob

Properties

IdTypeRangeDescription
Key
InstanceID string
Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. In order to ensure uniqueness within the NameSpace, the value of InstanceID will be constructed using the following'preferred'algorithm:<OrgID>:<LocalID>Where<OrgID>and<LocalID>are separated by a colon':', and where<OrgID>must include a copyrighted, trademarked or otherwise unique name that is owned by the business entity creating/defining the InstanceID, or is a registered ID that is assigned to the business entity by a recognized global authority (This is similar to the<Schema Name>_<Class Name>structure of Schema class names.) In addition, to ensure uniqueness<OrgID>must not contain a colon (':'). When using this algorithm, the first colon to appear in InstanceID must appear between<OrgID>and<LocalID>.<LocalID>is chosen by the business entity and will not be re-used to identify different underlying (real-world) elements. If the above'preferred'algorithm is not used, the defining entity must assure that the resultant InstanceID is not re-used across any InstanceIDs produced by this or other providers for this instance's NameSpace.For DMTF defined instances, the'preferred'algorithm must be used with the<OrgID>set to'CIM'.
Read Only
CopyID uint32
Vdisk copy id
EstimatedCompletion string
Estimated completion time in the format YYMMDDHHMMSS.
Vdisk string
Vdisk name
VdiskID uint32
Vdisk ID
Read Write
 
Inherited from class CIM_ManagedElement
Caption, Description, ElementName
 
Inherited from class CIM_ManagedSystemElement
HealthState, InstallDate, Name, OperationalStatus, Status, StatusDescriptions
 
Inherited from class CIM_Job
ElapsedTime, ErrorCode, ErrorDescription, JobStatus, OtherRecoveryAction, Owner, PercentComplete, RecoveryAction, StartTime, TimeSubmitted, DeleteOnCompletion, JobRunTimes, LocalOrUtcTime, Notify, Priority, RunDay, RunDayOfWeek, RunMonth, RunStartInterval, ScheduledStartTime, UntilTime
 
Inherited from class CIM_ConcreteJob
JobState, Name, TimeOfLastStateChange, TimeBeforeRemoval
 
Inherited from class IBMTSSVC_Job
Description, ErrorCode, ErrorDescription, JobState, JobStatus, Name, OperationalStatus, TimeOfLastStateChange, DeleteOnCompletion, PercentComplete, TimeBeforeRemoval
 

Method Summary

NameDescription
 
Inherited from class CIM_Job
KillJob
 
Inherited from class CIM_ConcreteJob
RequestStateChange
 

Method Detail