Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fence_xcat(8) [debian man page]

fence_xcat(8)						      System Manager's Manual						     fence_xcat(8)

NAME
fence_xcat - I/O Fencing agent for xcat environments SYNOPSIS
fence_xcat [OPTION]... DESCRIPTION
fence_xcat is a wrapper to the rpower(1) command that is distributed with the xCAT project available at http://www.xcat.org. Use of fence_xcat requires that xcat has already been properly configured for your environment. Refer to xCAT(1) for more information on config- uring xCAT. fence_xcat accepts options on the command line as well as from stdin. fenced sends parameters through stdin when it execs the agent. fence_xcat can be run by itself with command line options which is useful for testing. NOTE: It is recommended that fence_bladecenter(8) is used instead of fence_xcat if the bladecenter firmware supports telnet. This inter- face is much cleaner and easier to setup. Vendor URL: http://www.xcat.org OPTIONS
-h Print out a help message describing available options, then exit. -n nodename The nodename as defined in nodelist.tab of the xCAT setup. -o action The action required. on, off, reset (default) or stat. -r rpower The path to the rpower binary. -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_xcat. nodename = < param > The nodename as defined in nodelist.tab of the xCAT setup. action = < param > The action required. on, off, reset (default) or stat. rpower = < param > The path to the rpower binary. SEE ALSO
fence(8), fence_node(8), fence_bladecenter(8), nodelist.tab(8), rpower(1), xCAT(1) fence_xcat(8)

Check Out this Related Man Page

fence_brocade(8)					      System Manager's Manual						  fence_brocade(8)

NAME
fence_brocade - I/O Fencing agent for Brocade FC switches SYNOPSIS
fence_brocade [OPTION]... DESCRIPTION
fence_brocade is an I/O Fencing agent which can be used with Brocade FC switches. It logs into a Brocade 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_brocade accepts options on the command line as well as from stdin. fenced sends parameters through stdin when it execs the agent. fence_brocade 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 Brocade FC switch. When the fenced machine is ready to be brought back into the GFS cluster (after reboot) the port on the Brocade FC switch needs to be enabled. This can be done by running fence_brocade and specifying the enable action. Vendor URL: http://www.brocade.com 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. -S path Full path to an executable to generate the 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_brocade. 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. passwd_script = < param > Full path to an executable to generate the password for login. port = < param > The port number to disable on the switch. SEE ALSO
fence(8), fence_node(8) fence_brocade(8)
Man Page