Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fence_rackswitch(8) [debian man page]

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

NAME
fence_rackswitch - I/O Fencing agent for RackSaver RackSwitch SYNOPSIS
fence_rackswitch [OPTION]... DESCRIPTION
fence_rackswitch is an I/O Fencing agent which can be used with the RackSaver RackSwitch. It logs into the RackSwitch and boots a speci- fied plug. Using the http interface to the RackSwitch should be avoided while a GFS cluster is running because the connection may inter- fere with the operation of this agent. fence_rackswitch accepts options on the command line as well as from stdin. fenced sends the options through stdin when it execs the agent. fence_rackswitch can be run by itself with command line options which is useful for testing. Vendor URL: http://www.bladenetwork.net 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. -S path Full path to an executable to generate the password for login. -l username Username for login. -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_rackswitch. ipaddr = < ip > IP address of the switch. username = < param > Username for login. password = < param > Password for login. passwd_script = < param > Full path to an executable to generate the password for login. port = < param > The port (outlet) number to act upon. SEE ALSO
fence(8), fence_node(8) fence_rackswitch(8)

Check Out this Related Man Page

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

NAME
fence_rsb - I/O Fencing agent for Fujitsu-Siemens RSB SYNOPSIS
fence_rsb [OPTION]... DESCRIPTION
fence_rsb is an I/O Fencing agent which can be used with the Fujitsu-Siemens RSB management interface. It logs into an RSB device via tel- net and reboots the associated machine. Lengthy telnet connections to the RSB device should be avoided while a GFS cluster is running because the connection will block any necessary fencing actions. fence_rsb accepts options on the command line as well as from stdin. Fenced sends parameters through stdin when it execs the agent. fence_rsb can be run by itself with command line options. This is useful for testing. Vendor URL: http://www.fujitsu.com OPTIONS
-a IPaddress IP address or hostname of the RSB device. -h Print out a help message describing available options, then exit. -l login Login name. -n telnet_port The port number on which the telnet service listens. -o action The action required. This can be reboot (default), off, on, or status. -p password Password for login. -S path Full path to an executable to generate the password for login. -v Verbose. Print informational messages to standard out. -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_rsb. ipaddr = < hostname | ip > IP address or hostname of the device. telnet_port = < port number > The port number on which the telnet service listens. login = < param > Login name. option = < param > The action required. This can be reboot (default), off, on, or status. passwd = < param > Password for login. passwd_script = < param > Full path to an executable to generate the password for login. SEE ALSO
fence(8), fence_node(8) fence_rsb(8)
Man Page