fence_rps10(8) - Linux man page
Name
fence_rps10 - Fence agent for WTI RPS-10 over serial portDescription
fence_rps10 is an I/O Fencing agent which can be used with the WTI RPS-10 series power switch. It logs into device via serial port and reboots a specified outlet.
fence_rps10 accepts options on the command line as well as from stdin. Fenced sends parameters through stdin when it execs the agent. fence_apc can be run by itself with command line options. This is useful for testing and for turning outlets on or off from scripts.
Vendor URL: http://www.wti.com
Parameters
- -o <action>
- Fencing Action (Default Value: reboot)
- -n <id>
- Physical plug number or name of virtual machine (Default Value: 0)
- -d <device>
- Serial device to use (Default Value: /dev/ttyS0)
- -s <speed>
- Set speed for serial device (Default Value: 9600)
- -v
- Verbose mode
- -V
- Display version information and exit
- -h, --help
- Display help and exit
Actions
- on
- Power on machine.
- off
- Power off machine.
- reboot
- Reboot machine.
Stdin Parameters
- action
- Fencing Action (Default Value: reboot)
port Physical plug number or name of virtual machine This parameter is always required.
- verbose
- Verbose mode
- device
- Serial device to use (Default Value: /dev/ttyS0)
- speed
- Set speed for serial device (Default Value: 9600)