Man Linux: Main Page and Category List

NAME

       fence_wti - I/O Fencing agent for WTI Network Power Switch

SYNOPSIS

       fence_wti [OPTION]...

DESCRIPTION

       fence_wti  is  an  I/O  Fencing  agent  which  can be used with the WTI
       Network Power Switch (NPS).  It logs into an NPS via telnet or ssh  and
       boots  a  specified plug.  Lengthy telnet connections to the NPS should
       be avoided while a GFS cluster is running because the  connection  will
       block any necessary fencing actions.

       fence_wti  accepts  options  on the command line as well as from stdin.
       fenced sends the  options  through  stdin  when  it  execs  the  agent.
       fence_wti  can  be  run  by  itself  with command line options which is
       useful for testing.

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 or for passphrase.

       -S script
              Script to run to retrieve password.

       -x     Use secure connection over ssh.

       -S path
              Full path to an executable to generate the password for login.

       -T     Test only.  Do not power cycle.  Reports state of the plug.

       -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_wti.

       ipaddr = < hostname | ip >
              IP address or hostname of the switch.

       passwd = < param >
              Password for login or for passphrase.

       passwd_script = < param >
              Script to run to retrieve password.

       identity_file = < param >
              Identity file (private key) for ssh.

       secure = < param >
              Use secure connection over ssh.

       passwd_script = < param >
              Full path to an executable to generate the password for login.

       port = < param >
              The outlet number to act upon.

       test = < param >
              Test only.  Answer NO to the confirmation prompt instead of YES.

SEE ALSO

       fence(8), fence_node(8)

                                                                  fence_wti(8)