Book Image

CentOS High Availability

Book Image

CentOS High Availability

Overview of this book

Table of Contents (21 chapters)
CentOS High Availability
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

HP iLO management board fencing


To configure the cluster with HP iLO management board fencing, you should know the following information:

  • HP iLO address of each cluster node: This is the IP address of the HP iLO management board. Each cluster node has its own HP iLO IP address.

  • HP iLO login details for each cluster node: These are the username and password to use to successfully connect to the cluster node HP iLO management board. Each cluster node can have different HP iLO login details.

The syntax for configuring the HP iLO management board fencing device is as follows:

<fencedevices>
  <fencedevice agent="fence_ilo" ipaddr="192.168.88.100" login="hpilouser1" name="hpilofence1" passwd="hpilopass1"/>
  <fencedevice agent="fence_ilo" ipaddr="192.168.88.101" login="hpilouser2" name="hpilofence2" passwd="hpilopass2"/>
  <fencedevice agent="fence_ilo" ipaddr="192.168.88.102" login="hpilouser3" name="hpilofence3" passwd="hpilopass3"/>
</fencedevices>

Note

  • agent="fence_ilo...