man fence_sanbox2 (Administration système) - I/O Fencing agent for QLogic SANBox2 FC switches
NAME
fence_sanbox2 - I/O Fencing agent for QLogic SANBox2 FC switches
SYNOPSIS
fence_sanbox2 [OPTION]...
DESCRIPTION
fence_sanbox2 is an I/O Fencing agent which can be used with QLogic SANBox2 FC switches. It logs into a SANBox2 switch via telnet and disables a specified port. Disabling the port which a machine is connected to effectively fences that machine. Lengthy telnet connections to the switch should be avoided while a GFS cluster is running because the connection will block any necessary fencing actions.
fence_sanbox2 accepts options on the command line as well as from stdin. fenced sends parameters through stdin when it execs the agent. fence_sanbox2 can be run by itself with command line options which is useful for testing.
After a fence operation has taken place the fenced machine can no longer connect to the switch. When the fenced machine is ready to be brought back into the GFS cluster (after reboot) the port on the FC switch needs to be enabled. This can be done by running fence_sanbox2 and specifying the enable action.
OPTIONS
- -a IPaddress
- IP address of the switch.
- -h
- Print out a help message describing available options, then exit.
- -l login
- Login name for the switch.
- -n port
- The port number to disable on the switch.
- -o action
- The action required. disable (default) or enable.
- -p password
- Password for login.
- -q
- Quiet mode: print only 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_sanbox2.
- ipaddr = < hostname | ip >
- IP address or hostname of the switch.
- login = < param >
- Login name.
- option = < param >
- The action required. disable (default) or enable.
- passwd = < param >
- Password for login.
- port = < param >
- The port number to disable on the switch.
SEE ALSO
fence(8), fence_node(8)