physicalPowerSupply
The physicalPowerSupply table represents a power supply unit (PSU) entity.
The following table describes the physicalPowerSupply table.
| Column name | Type | Constraints | Description |
|---|---|---|---|
entityId |
32-bit integer | Foreign key Not null |
The identifier of a network pipe entity from the entityData table. |
fruNumber |
255-character string | Specifies the number assigned to a FRU (field-replaceable unit) by the manufacturer. |
|
fruSerialNumber |
255-character string | Specifies the serial number assigned to a FRU (field-replaceable unit) by the manufacturer. |
|
fwRevision |
255-character string | Firmware version for this entity. |
|
hwRevision |
255-character string | Hardware version for this entity. |
|
manufacturer |
255-character string | Vendor-specific hardware type for this entity. |
|
manufacturingDate |
Timestamp | Date of manufacture for this entity. |
|
model |
255-character string | Model name for this entity. |
|
name |
255-character string | The textual name of the physical entity. The value of this object must be the name of the component as assigned by the local device and is suitable for use in commands entered at the console of the device. Depending on the physical component naming syntax of the device, this value might be a text name, for example console, or a single component number, for example a port number or a module number. |
|
partNumber |
255-character string | Orderable part number for this entity. |
|
relativePosition |
NUMBER(10), | Indication of the relative position of this entity within the containment. |
|
swRevision |
255-character string | Software revision. |
|
serialNumber |
255-character string | The serial number of the entity. |
|
cdmType |
NUMBER(3) | NOT NULL | By default, this field takes the value of 5. |
uuid |
255-character string | Unique identifier of this piece of equipment. |
|
physicalIndex |
NUMBER(10) | The physical index for this entity. |
|
isFRU |
Enumerated value | Indication of whether this piece of equipment is replaceable in the field. Takes one of the following values:
|
|
powerOperStatus |
Enumerated value | See the values for cefcFRUPowerOperStatus in Eumerations table. |
|
powerAdminStatus |
Enumerated value | See the values for cefcFRUPowerAdminStatus in Eumerations table. |
|
vendorType |
255-character string |
Vendor assigned type information. |