The NC_IPMI table contains the inventory data associated with an IPMI device.
|
Column |
Key |
Type |
Null |
Description |
|---|---|---|---|---|
|
ComponentOID |
PK, FK |
binary(16) |
No |
Internal ID number used as a primary key. |
|
FirmwareRevision |
|
varchar2(12) |
|
The Firmware revision. |
|
IPAddress |
varchar2(42) |
The IP address associated with an IPMI device. |
||
|
SubnetMask |
FK |
varchar2(42) |
No |
The Subnet Mask associated with an IPMI device . |
|
DefaultGateway |
varchar2(42) |
The Default Gateway. |
||
|
BMCMACAddress |
varchar2(12) |
The BMC Mac address. |
||
|
IsPresent |
bit |
No |
True(1) indicates if IPMI is present. |
|
|
IsEnabled |
bit |
No |
True(1) indicates if IPMI is enabled. |
NOTE:The ComponentOID foreign key references the ComponentOID primary key column of the NC_IPMIComp table.