Start of change

IBMi_DisplayController

This provider returns instances of all display controllers available on the system when an enumerated list of instances is asked for, or the provider looks up the resource based on the logical resource name provided as the key under the DeviceID property.

Table 1. IBMi_DisplayController
Property name Property description Value or value location
string Description A textual description of the object.  
string ElementName A user-friendly name of the object. DeviceID
uint16 HealthState The current health of the element.  
string Name (1024) The label by which the object is known. DeviceID
uint16 OperationalStatus[] The current statuses of the element.  
string StatusDescriptions[] The various OperationalStatus array values.  
uint16 EnabledDefault = 2 An enumerated value indicating an administrator's default or startup configuration for the Enabled State of an element. 7
uint16 EnabledState = 5 An integer enumeration that indicates the enabled and disabled states of an element.  
string OtherEnabledState A string that describes the enabled or disabled state of the element when the EnabledState property is set to 1. powered off or not connected
uint16 RequestedState = 12 An integer enumeration that indicates the last requested or desired state for the element. 5
uint16 Availability The primary availability and status of the device.  
string SystemCreationClassName (Key) (256) The scoping system's CreationClassName. IBMOS400_ComputerSystem
string SystemName (Key) (256) The name of the scoping system.  
string CustomerCardID Customer card identification number.  
string CardID The physical location where the device or feature is plugged into the bus.  
string Model Model number.  
string PartNumber A manufacturing identifier that represents similar types of hardware.  
string SerialNumber The manufacturing sequence number of designation for the resource.  
string LocationCode The physical location of the hardware resource in the system.  
string PhysicalName Assigned physical name.  
string EmulatingModel A model number for which the resource is emulating.  
string EmulatingType The object type number that the resource is emulating.  
string LogicalHierarchy[] Logical hierarchy.  
string LogicalCategories[] Logical categories.  
string LogicalAddress[] Logical address.  
string DevicePosition The relative device position of the resource.  
sint32 BoardNumber A numerical representation of a section of the bus into which the card is plugged.  
sint32 BusNumber A numerical representation of the path connection of the system processor to the card.  
sint32 CardNumber A numerical representation of the location of the card on the bus.  
sint32 PortNumber The port number of the resource.  
sint32 SessionNumber The shared session number of the resource.  
string RCTTLevel The Reference Code Translation Table (RCTT) identifier.  
boolean ReportedIPL A property that indicates whether the resource reported the initial program load.  
boolean IsOEM Original equipment manufacturer.  
string ConsoleUsage A property that indicates whether the resource is the primary console, the secondary console, or not used as a console of the system.  
string FullLogicalAddress[] Full logical address.  
string SpecialIndicators Special indicators, such as load source disk units, work station console IOPs, and non-reporting resources.  
string ResourceKind[] The kind of the resource.

The field consists of 24 bytes of hexadecimal numbers.

 
string Caption (64) A short textual description of the object. Display Controller DeviceID
string DeviceID(key) (64) An address or other identifying information to uniquely name the logical device.  
string CreationClassName (Key) (256) A property that indicates the name of the class or the subclass used in the creation of an instance. IBMi_DisplayController
End of change