man fence_ilo (Administration système) - I/O Fencing agent for HP Integrated Lights Out card

NAME

fence_ilo - I/O Fencing agent for HP Integrated Lights Out card

SYNOPSIS

fence_ilo [OPTION]...

DESCRIPTION

fence_ilo is an I/O Fencing agent used for HP servers with the Integrated Light Out (iLO) PCI card. The agent opens an SSL connection to the iLO card. Once the SSL connection is established, the agent is able to communicate with the iLO card through an XML stream.

fence_ilo depends on the Net::SSLeay or Net::SSL perl module in order to establish the SSL connection to the iLO card. Net::SSL is available in the perl-Crypt-SSLeay package on RHN (http://rhn.redhat.com). Net::SSLeay is available at http://www.cpan.org.

NOTE: fence_ilo deprecates fence_rib.

OPTIONS

-a IPaddress[:port]
IP address or hostname of the iLO card. If the SSL server of the card is not running on the default SSL port, 443, then [:port] will also need to be specified.
-h
Print out a help message describing available options, then exit.
-l login
Login name.
-o action
The action required. reboot (default), off, on or status.
-p password
Password for login.
-r protocol
RIBCL protocol to use. Default is to autodetect.
-v
Verbose.
-V
Print out a version message, then exit.

STDIN PARAMETERS

action = < param >
The action required. reboot (default), off, on or status.
agent = < param >
This option is used by fence_node(8) and is ignored by fence_ilo.
hostname = < hostname | ip >
IP address or hostname of the iLO card.
login = < param >
Login name.
passwd = < param >
Password for login.
ribcl = < param >
RIBCL protocol to use. Default is to autodetect.
verbose = < param >
Verbose mode.

SEE ALSO