Installation Guide: OpenSAF
Table Of Contents

1-2-1 Starting the SNMP daemon
To start the openhpid daemon, login as root and enter the following:
# service snmpd restart
1-3 Installing TIPC
OpenSAF utilizes the Transparent Inter-Process Communication (TIPC) protocol for intra-cluster
communication. There are two components required to use this module, the TIPC kernel module and
the user space utilities. Fedora 10 and many other Linux distributions include the necessary kernel
module.
1-3-1 Installing the required kernel headers and develo
pment tools
To install the required kernel headers and development tools login as root and enter the following:
# yum groupinstall 'Development Tools'
# yum install kernel-headers kernel-devel
1-3-2 Installing the TIPC utilities
To
download the tipc utilities bundle, login as the root user and enter the following:
# cd /usr/src
# wget http://prdownloads.sourceforge.net/tipc/tipc-1.7.6-bundle.tar.gz?download
# tar zxvf tipc-1.7.6-bundle.tar.gz
# cd tipc-1.7.6-bundle
# tar xvf tipc-1.7.6.tar
# tar xvf tipcutils-1.1.8.ta r
# cd tipcutils-1.1.8/tipc-config/
# make INCLUDE_PATH=../../include/
# cp tipc-config /usr/bin/
1-4 Installing Xerces-c
Xerces-c is only required on controller nodes, nodeA and nodeB. To install Xerces-c, login to each controller node
as root and enter the following:
# yum install xerces-c xerces-c-devel