Server
Class IBMTSDS_ObjectManager


CIM_ManagedElement
\_CIM_ManagedSystemElement
  \_CIM_LogicalElement
    \_CIM_EnabledLogicalElement
      \_CIM_Service
        \_CIM_WBEMService
          \_CIM_ObjectManager


Description

A type of CIM_Service that defines the capabilities of the CIM Server in which this ObjectManager class resides. Details related to communicating with the ObjectManager, and the Manager's basic capabilities, are stored in instances of the associated CommunicationMechanism class available through the CommMechanismForManager association. It is assumed that Basic Read operations must be supported by all ObjectManager's in order to retrieve any additional detail. There should be one instance of the ObjectManager per CIM Agent.

Subclasses


Referenced By

IBMTSDS_CommMechanismForManager IBMTSDS_NamespaceInManager IBMTSDS_ObjectManagerConformsToProfile IBMTSDS_StgMgmtSysHostsObjMgr

Properties

IdTypeRangeDescription
Key
CreationClassName string
Max Length256
CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. The name of this class is'IBMTSDS_ObjectManager'.
Name string
The Name property is used to uniquely identify a CIM Server. The CIM Server MUST ensure that this value is globally unique. In order to ensure uniqueness, this value will be of the form'IBMTSDS:<IP address of system>'.
SystemCreationClassName string
Max Length256
The scoping System's CreationClassName.
SystemName string
Max Length256
The scoping System's Name.
Read Only
Description string
The description property is used as a description of the CIM Server for human interfaces. For example,"ACME CIM Server version 2.2"). This property is required to support the SLP discovery mechanism.
ElementName string
The ElementName property is used as a name of the CIM Server for human interfaces. For example,"ACME CIM Server"). This property is required to support the SLP discovery mechanism.
OperationalStatus uint16
Unknown0
Other1
OK2
Degraded3
Stressed4
Predictive Failure5
Error6
Non-Recoverable Error7
Starting8
Stopping9
Stopped10
In Service11
No Contact12
Lost Communication13
Aborted14
Dormant15
Supporting Entity in Error16
Completed17
Power Mode18
DMTF Reserved..
Vendor Reserved0x8000..
If you are able to get the OperationalStatus property, then the status should be OK. If the status is not OK, you should not be able to retreive the OperationalStatus property.
Version string
A string representing the complete VRMF software version information - for example,'5.2.0.1'.
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_EnabledLogicalElement
EnabledState, OtherEnabledState, RequestedState, TimeOfLastStateChange, EnabledDefault
 
Inherited from class CIM_Service
Started, StartMode, PrimaryOwnerContact, PrimaryOwnerName
 
Inherited from class CIM_ObjectManager
Description, ElementName, GatherStatisticalData
 

Method Summary

NameDescription
 
Inherited from class CIM_EnabledLogicalElement
RequestStateChange
 
Inherited from class CIM_Service
StartService, StopService
 

Method Detail