fence_intelmodular - I/O Fencing agent for Intel MFSYS SNMP devices
.SH SYNOPSIS
.B
fence_intelmodular
[\fIOPTION\fR]...
.SH 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.
\fBNote:\fR
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 \fB-d\fR for command line and
\fIsnmp_version\fR option for your cluster.conf.
.SH OPTIONS
.TP
\fB-a\fP \fIIPaddress\fR
IP address or hostname of the SNMP device. Can be used any syntax supported by snmpget.
.TP
\fB-h\fP
Print out a help message describing available options, then exit.
.TP
\fB-c\fP \fIcommunity\fR
The read/write community string to be used in the request.
.TP
\fB-n\fP \fIname\fR
Name of port to fence or ifIndex.
.TP
\fB-p\fP \fIpassword\fR
Password for login for SNMP v3 (authentication protocol pass phrase).
.TP
\fB-P\fP \fIpassword\fR
Password for privacy for SNMP v3 (privacy protocol password).
.TP
\fB-S\fP \fIscript\fR
Script to run to retrieve password for login for SNMP v3 (authentication protocol pass phrase).
.TP
\fB-R\fP \fIscript\fR
Script to run to retrieve privacy for SNMP v3 (privacy protocol password).