This soft copy for use by IBM employees only.
--slot index and subslot index (i.e. <slot>.<subslot>)
--ocInvModTable
ocInvModTable
SYNTAX SEQUENCE OF OcInvModEntry ACCESS
STATUS mandatory
DESCRIPTION
″A list of inventory information related to a module, indexed with respect to slot and subslot location numbers.″
::= { ocInvMods 1 }
ocInvModEntry
DESCRIPTION
″Values to describe a module inventory items.″ INDEX { ocInvModSlotIndex, ocInvModSubSlotIndex } ::= { ocInvModTable 1 }
OcInvModEntry ::=
SEQUENCE { ocInvModSlotIndex
INTEGER,
ocInvModSubSlotIndex
INTEGER,
ocInvModModel DisplayString,
ocInvModSerialNo DisplayString,
ocInvModHWVer DisplayString,
ocInvModSWVer DisplayString,
ocInvModSWBootVer DisplayString,
ocInvModMfr DisplayString,
ocInvModMfrDate DisplayString,
ocInvModNotePad DisplayString
}
ocInvModSlotIndex
DESCRIPTION
″The slot number where this Module is located.″ ::= { ocInvModEntry 1 }
ocInvModSubSlotIndex
ACCESS