Man Linux: Main Page and Category List

NAME

       fence_intelmodular - I/O Fencing agent for Intel MFSYS SNMP devices

SYNOPSIS

       fence_intelmodular [OPTION]...

DESCRIPTION

       fence_intelmodular is an I/O Fencing agent which can be used with Intel
       Modular device (tested on Intel MFSYS25, should work  with  MFSYS35  as
       well). Agent internally uses snmpget, snmpset and snmpwalk command.

       fence_intelmodular  accepts options on the command line as well as from
       stdin.  Fenced sends parameters through stdin when it execs the  agent.
       fence_intelmodular  can  be  run  by  itself with command line options.
       This is useful for testing.

       Note: Since firmware update version  2.7,  SNMP  v2  write  support  is
       removed, and replaced by SNMP v3 support. So agent now has default SNMP
       version 3. If you are  using  older  firmware,  please  supply  -d  for
       command line and snmp_version option for your cluster.conf.

OPTIONS

       -a IPaddress
              IP  address  or  hostname  of  the  SNMP device. Can be used any
              syntax supported by snmpget.

       -h     Print out a help  message  describing  available  options,  then
              exit.

       -c community
              The read/write community string to be used in the request.

       -n name
              Name of port to fence or ifIndex.

       -p password
              Password  for  login  for  SNMP v3 (authentication protocol pass
              phrase).

       -P password
              Password for privacy for SNMP v3 (privacy protocol password).

       -S script
              Script to run  to  retrieve  password  for  login  for  SNMP  v3
              (authentication protocol pass phrase).

       -R script
              Script  to run to retrieve privacy for SNMP v3 (privacy protocol
              password).

       -l login
              Login name for SNMP v3 (security name).

       -d version
              SNMP version (1,2c,3). Default is 3.

       -b auth_protocol
              SNMP authentication protocol (MD5|SHA).

       -E sec_level
              SNMP security level (noAuthNoPriv|authNoPriv|authPriv).

       -B priv_protocol
              SNMP privacy protocol (DES|AES).

       -u udp_port
              UDP/TCP port to use.

       -o action
              The  action  required.   off  (default),  on,  status,  list  or
              monitor.  Deprecated  options  (enable -> on and disable -> off)
              can be used too.

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

       ipaddr = < param >
              IP  address  or  hostname  of  the  SNMP device. Can be used any
              syntax supported by snmpget.

       community = < param >
              The read/write community string to be used in the request.

       port = < param >
              Name of port to fence or ifIndex.

       passwd = < param >
              Password for login for SNMP  v3  (authentication  protocol  pass
              phrase).

       snmp_priv_passwd
              Password for privacy for SNMP v3 (privacy protocol password).

       passwd_script = < param >
              Script  to  run  to  retrieve  password  for  login  for SNMP v3
              (authentication protocol pass phrase).

       snmp_priv_passwd_script = < param>
              Password for privacy for SNMP v3 (privacy protocol password).

       login = < param >
              Login name for SNMP v3 (security name).

       snmp_version = < param >
              SNMP version (1,2c,3). Default is 3.

       snmp_auth_prot = < param >
              SNMP authentication protocol (MD5|SHA).

       snmp_sec_level = < param >
              SNMP security level (noAuthNoPriv|authNoPriv|authPriv).

       snmp_priv_prot = < param >
              SNMP privacy protocol (DES|AES).

       udpport = < param >
              UDP/TCP port to use.

       action = < param >
              The  action  required.   off  (default),  on,  status,  list  or
              monitor.  Deprecated  options  (enable -> on and disable -> off)
              can be used too.

       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_intelmodular(8)