JobControl
Class IBMTSSVC_RepairVdiskCopyJob


CIM_ManagedElement
\_CIM_ManagedSystemElement
  \_CIM_LogicalElement
    \_CIM_Job
      \_CIM_ConcreteJob
        \_IBMTSSVC_Job


Description

A job instance is used to monitor the progress of a VDisk repair operation. This job is used to monitor a repair of a mirrored VDisk. It should not be confused with the separate job used to monitor repair of a space efficient VDisk or VDisk copy.

Subclasses


Referenced By

IBMTSSVC_HostedRepairVdiskCopyJob

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 otherproviders 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
Mirror copy ID.
Description string
EstimatedCompletion string
Estimated completion time in the format YYMMDDHHMMSS.
RepairType uint8
Validate0
Medium1
Resync2
What sort of repair is being performed: Validate: does not change any data on the VDisk copies. Simply reports if the copies are identical. Medium: converts sectors which are different to virtual medium errors.Resync: corrects sectors which are different by copying from the primary VDisk copy.
Vdisk string
The name of the VDisk being repaired.
VdiskID uint32
The ID of the VDisk being repaired.
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