z/OS Common Information Model User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


IBMzOS_PortController

z/OS Common Information Model User's Guide
SC34-2671-00

IBMzOS_PortController

Purpose

The IBMzOS_PortController class represents a logical device corresponding to a hardware network port controller on z/OS. Port controllers provide various features depending on their types and versions. Since it is not possible from inband z/OS instrumentation to distinguish between Ports and PortControllers, the PortController provider returns one instance for each FCPort, using the same key information.

Inheritance

  • CIM_ManagedElement
  • ← CIM_ManagedSystemElement
  • ← CIM_LogicalElement
  • ← CIM_EnabledLogicalElement
  • ← CIM_LogicalDevice
  • ← CIM_Controller
  • ← CIM_PortController
  • ← IBMzOS_PortController

Module name

The module names of the CMPI providers that are registered for a CIM class which are used by the cimprovider command line tool for the administration of CMPI providers are

  • IBMzOS_PortControllerProviderModule
  • IBMzOS_PortControllerIndicationProviderModule

Provider library

The physical names of a CMPI provider’s shared object library stored in the hierarchical file system are

  • libcmpiIBMzOS_PortControllerProvider.so
  • libcmpiIBMzOS_PortControllerIndicationProvider.so

Used by the following CIM profiles

  • Storage HBA profile

Properties

string Caption
Returns IBM z/OS PortController.
string Description
Returns This is a z/OS PortController.
uint16 OperationalStatus []
Returns
2
OK
uint16 EnabledState
Returns
2
enabled
uint16 RequestedState
Returns
2
enabled
uint16 EnabledDefault
Indicates the administrator's default or startup configuration for the enabled state of an element.

Returns

2
enabled
string SystemCreationClassName
Returns IBMzOS_ComputerSystem.
string SystemName
Displays the fully qualified host name of the system.
string CreationClassName
Returns IBMzOS_PortController.
string DeviceID
Displays the CHPID as a unique ID for the logical device.
uint16 ControllerType
Returns
4
FC

Associations

IBMzOS_ControlledBy
Source
IBMzOS_PortController
Target
IBMzOS_FCPort
see
Association IBMzOS_ControlledBy
IBMzOS_ElementSoftwareIdentity
Source
IBMzOS_SoftwareIdentity
Target
IBMzOS_PortController
see
Association IBMzOS_ElementSoftwareIdentity

Indications

CIM_InstCreation
A life cycle indication that indicates that an instance of the IBMzOS_PortController class has been created.

CIM_IndicationFilter query string: 

"SELECT * FROM CIM_InstCreation
WHERE SourceInstance ISA CIM_PortController"
CIM_InstDeletion
A life cycle indication that indicates that an instance of the IBMzOS_PortController class has been deleted.

CIM_IndicationFilter query string: 

"SELECT * FROM CIM_InstDeletion
WHERE SourceInstance ISA CIM_PortController"

For more information on how to subscribe to an indication, see CIM subscription mechanism. Specify your queries using the CIM_IndicationFilter query string (see also CIM_IndicationFilter).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014