man fence_wti (Administration système) - I/O Fencing agent for WTI Network Power Switch

NAME

fence_wti - I/O Fencing agent for WTI Network Power Switch

SYNOPSIS

fence_wti [OPTION]...

DESCRIPTION

fence_wti is an I/O Fencing agent which can be used with the WTI Network Power Switch (NPS). It logs into an NPS via telnet and boots a specified plug. Lengthy telnet connections to the NPS should be avoided while a GFS cluster is running because the connection will block any necessary fencing actions.

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

OPTIONS

-a IPaddress
IP address of the switch.
-h
Print out a help message describing available options, then exit.
-n plug
The plug number to power cycle.
-p password
Password for login.
-T
Test only. Do not power cycle. Reports state of the plug.
-q
Quiet operation. Only print out error messages.
-V
Print out a version message, then exit.

STDIN PARAMETERS

agent = < param >
This option is used by fence_node(8) and is ignored by fence_wti.
ipaddr = < hostname | ip >
IP address or hostname of the switch.
passwd = < param >
Password for login.
port = < param >
The outlet number to act upon.
test = < param >
Test only. Answer NO to the confirmation prompt instead of YES.

SEE ALSO