NAME
fence_alom - I/O Fencing agent for Sun Advanced Lights Out Manager
(ALOM)
SYNOPSIS
fence_alom [OPTION]...
DESCRIPTION
fence_alom is an I/O Fencing agent which can be used with ALOM
connected machines.
fence_alom accepts options on the command line as well as from stdin.
Fenced sends parameters through stdin when it execs the agent.
fence_alom can be run by itself with command line options. This is
useful for testing and for turning outlets on or off from scripts.
OPTIONS
-a IPaddress
IP address or hostname of ALOM.
-h Print out a help message describing available options, then
exit.
-l login
Login name.
-o action
The action required. This can be reboot (default), status, off
or on.
-p password
Password for login.
-B script
Script to run to retrieve password.
-x Use secure connection over ssh (this is default, and can’t be
disabled)
-T Test only. Answer NO to the confirmation prompt instead of YES.
-v Verbose. Record session to stdout, or debug file if specified
(see -D).
-D Specifies file, where will be written debug messages from
session.
-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_alom.
ipaddr = < hostname | ip >
IP address or hostname of ALOM.
option = < param >
The action required. This can be reboot (default), off or on.
passwd = < param >
Password for login.
passwd_script = < param >
Script to run to retrieve password.
secure = < param >
Use secure connection over ssh (this is default, and can’t be
disabled)
test = < param >
Test only. Answer NO to the confirmation prompt instead of YES.
verbose = < param >
Verbose. Record session to stdout, or debug file if specified
(see debug).
debug = < param >
Specifies file, where will be written debug messages from
session.
SEE ALSO
fence(8), fence_node(8)
fence_vmware(8)