2 configuring an hpi daemon, Table 2-2, Software installation and configuration – Artesyn System Management Interface Based on HPI-B 2.0(Centellis 4620/4440) User's Guide (June 2014) User Manual

Page 21

Advertising
background image

Software Installation and Configuration

System Management Interface Based on BBS HPI-B 2.0 (Centellis 4620/4440) User’s Guide (6806800P21D)

21

The following table lists all HPI-B related directories available on the ATCA-F125/F140 after the
installation.

2.2.2

Configuring an HPI Daemon

At start-up, the HPI daemon reads the following configuration file:
/opt/bladeservices/etc/bbs-hpib/bbs-hpib.conf

.

The only entry which you must configure manually once is the IP address and port used to
access the SAMs in the Centellis 4620/4440. Both SAMs have a virtual IP address assigned to
them which is to be used specifically for RMCP-based accesses. This is the IP address which you
must specify in the configuration file.

The corresponding section in the configuration file is called ipmidirect. Within
ipmidirect

, you need to adapt the entries addr and port, where addr is the IP address and

port

is the port.

In a Centellis 4620/4440 shelf the virtual IP address used to access the SAMs via RMCP is
192.168.24.11 and the port number is 623, by default. Thus, an entry in your configuration file
should look as follows:

handler ipmidirect {

entity_root = "{ADVANCEDTCA_CHASSIS,0}"

name = "lan" # RMCP

addr = "192.168.24.11"

port = "623" # RMCP port

...

Table 2-2 Overview of HPI-B Directories and Files on ATCA-F125/F140

Directory

Description

/opt/bladeservices/bin

Contains HPI-B daemon binaries and compiled client
example applications.

/opt/bladeservices/etc/bbs-

hpib

Contains configuration files used to configure the HPI-
B daemon and clients. See

Configuring an HPI Daemon

on page 21

for details on configuring the HPI daemon.

/etc/init.d

Daemon start/stop script

/opt/bladeservices/lib

Shared libraries

Advertising