man fence_ipmilan (Administration système) - I/O Fencing agent for Bull machines controlled by IPMI over LAN.

NAME

fence_ipmilan - I/O Fencing agent for Bull machines controlled by IPMI over LAN.

SYNOPSIS

fence_ipmilan [OPTION]...

DESCRIPTION

fence_ipmilan is an I/O Fencing agent which can be used with Bull's NovaScale machines controlled by IPMI. This agent calls Bull's support software provided by the NSMasterHW RPM available from Bull, but is known to work using other versions of ipmitool (http://ipmitool.sf.net/).

fence_ipmilan accepts options on the command line as well as from stdin. fenced sends the options through stdin when it execs the agent. fence_ipmilan can be run by itself with command line options which is useful for testing.

OPTIONS

-a IPaddress
IP address or hostname of the IPMI controller.
-h
Print out a help message describing available options, then exit.
-l login
Login (if required) with administrative privileges.
-o option
Action to perform (on, off, reboot).
-p password
Password (if required) for login.
-A Authentication Type
Can be set to none, password, md2, or md5.
-q
Quiet operation. Only print out error messages.
-V
Print out a version message, then exit.
-v
Verbose mode.

STDIN PARAMETERS

ipaddr = < hostname | ip >
IP address or hostname of the IPMI controller.
login= < param >
Login (if required) with administrative privileges.
option = < param >
Action to perform (on, off, reboot).
passwd = < param >
Password (if required) for login.
auth = < param >
Authentication type (none, password, md2, md5).

SEE ALSO