1 .TH OSASNMPD 8 "Apr 2006" "s390-tools"
3 osasnmpd \- IBM OSA-Express network card SNMP subagent.
5 \fBosasnmpd\fR [-h] [-v] [-f] [-l \fIlogfile\fR | -L] [-A] [-P \fIpidfile\fR]
6 [-x \fIagentx-socket\fR]
8 \fBosasnmpd\fR is an SNMP subagent for the ucd-snmp 4.2.x package
9 and the net-snmp 5.1.x package.
10 It supports the MIBs provided by an IBM OSA-Express network card.
11 The subagent communicates via the AgentX protocol with the snmpd daemon.
12 Hence the snmpd daemon must be already started on the same system before
13 osasnmpd can start successfully.
18 Print usage message and exit.
22 Print Version information and exit.
26 Don't fork() from the calling shell.
29 \fB-l\fR \fIlogfile\fR
30 Logs all output from the subagent (including stdout/stderr) to
33 (By default logfile=/var/log/osasnmpd.log)
37 Append to the logfile rather than truncating it.
41 Print warnings/messages to stdout/stderr.
44 \fB-P\fR \fIpidfile\fR
45 Save the process ID of the subagent in \fIpidfile\fR.
48 \fB-x\fR \fIagentx-socket\fR
49 Uses the specified socket as AgentX connection rather than the
50 default '/var/agentx/master'. The socket can either be a Unix
51 domain socket path, or the address of a network interface.
52 If a network address of the form inet-addr:port is given, then
53 the subagent will use the port specified. If a network address
54 of the form inet-addr is given, then the subagent will use the
55 default AgentX port, 705.
56 The agentx sockets of the snmpd daemon and osasnmpd must match.
60 This man-page was written by Thomas Weber <tweber@de.ibm.com>
61 and is maintained by Ursula Braun <ursula.braun@de.ibm.com>