Ipmi

The IPMI Device Driver allows Iotellect Server to communicate with devices supporting IPMI Protocol. These devices may be connected to the system and, like with all other types of devices, their data is converted into a unified form, so they can be accessed from different Iotellect facilities. See Devices article for more information about the "normalized" representation of devices in Iotellect.

Driver Information

Driver Plugin ID:

com.tibbo.linkserver.plugin.device.ipmi

Global Settings

None defined.

User Level Settings

None defined.

Device Account Properties

Connection Properties

Connection settings define how Iotellect Server communicates with a certain IPMI device. These settings may be accessed using the Edit Device Properties action of Device Context. The following connection properties are available:

Property

Description

IP Address or Host Name

Address of IPMI device.

Port

The port that will be used to communicate with the remote hosts. Must be between 0 and 65535 inclusive.

User

User name.

Password

Password.

Privilege Level

Privilege level.

Retries

Number of retries.

Timeout

Command timeout (default is 1 seconds).

Event Log Properties

Property

Description

Mode

Values: All Events, Last Events and Range.

First Event Id

First received event id for 'Range' mode.

Last Event Id

Last received event id for 'Range' mode.

Last Events

Maximum last events received for 'Last Events' mode.

Sensor Properties

Property

Description

Status Expression

Executing expression for the status field.

Device Assets

Assets are not supported by the driver.

Device Settings

IPMI device driver creates three Device setting variables:

Variable Name

Variable Description

Comments

fru

FRU

Contains the following attributes:

  • ID (id)
  • Property Name (propertyName)
  • Property Value (propertyValue)

sensors

Sensors

Contains the following attributes:

  • ID (id)
  • Name (name)
  • Status Code (statusCode)
  • Status (status)
  • Type (type)
  • Reading (reading)
  • Unit (unit)
  • Upper Non Critical Threshold (upperNonCriticalThreshold)
  • Upper Critical Threshold (upperCriticalThreshold)
  • Upper Non Recoverable Threshold (upperNonRecoverableThreshold)

event log

Event Log

  • ID (id)
  • Type (type)
  • Date (date)
  • Sensor Type (sensorType)
  • Event Assertion (eventAssertion)
  • Event (event)

Device Operations

The IPMI Device Driver context provides the following functions to control chassis:

  • Power Up
  • Power Down
  • Hard Reset.

Device Events

No events provided by the driver.

Connection Handling

This driver makes the device Online if:

  • TCP connection with the device was successfully established

Was this page helpful?