ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/strtrpmgr.htm

115 lines
3.6 KiB
HTML

<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Start Trap Manager (STRTRPMGR)</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body bgcolor="white">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<a name="STRTRPMGR.Top_Of_Page"></a>
<h2>Start Trap Manager (STRTRPMGR)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#STRTRPMGR.PARAMETERS.TABLE">Parameters</a><br>
<a href="#STRTRPMGR.COMMAND.EXAMPLES">Examples</a><br>
<a href="#STRTRPMGR.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="STRTRPMGR"></a>
<p>Use the Start Trap Manager (STRTRPMGR) command to start the OS/400 SNMP trap manager. An optional Forward Trap parameter may be specified, which enables traps that are received on the system to be forwarded to other Network Management stations, as configured in the Simple Network Management Protocol (SNMP) agent and Distributed Protocol Interface (DPI) interface.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRTRPMGR.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="STRTRPMGR.PARAMETERS.TABLE">Parameters</a></h3>
<table border="1" cellpadding="4" cellspacing="0">
<!-- col1="10" col2="15" col3="30" col4="10" -->
<tr>
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
</tr>
<tr>
<td valign="top"><a href="#STRTRPMGR.FWDTRP"><b>FWDTRP</b></a></td>
<td valign="top">Forward traps</td>
<td valign="top">*YES, <b><u>*NO</u></b></td>
<td valign="top">Optional, Positional 1</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#STRTRPMGR.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="STRTRPMGR.FWDTRP"></a>
<h3>Forward Trap (FWDTRP)</h3>
<p>Specifies whether traps received on the system are to be forwarded to other network management stations.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b><u>*NO</u></b></dt>
<dd>Received traps will not be forwarded. Traps will only be enqueued.
</dd>
<dt><b>*YES</b></dt>
<dd>Received traps will be forwarded using the facilities provided in the SNMP agent and DPI interface.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRTRPMGR.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="STRTRPMGR.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Start Trap Manager Job (Enqueue Traps Only)</b>
</p>
<p>
<pre>
STRTRPMGR
</pre>
</p>
<p>This command starts the trap manager job. Traps received by the trap manager are enqueued only.
</p>
<p><b>Example 2: Start Trap Manager Job (Enqueue &amp; Forward Traps)</b>
</p>
<p>
<pre>
STRTRPMGR FWDTRP(*YES)
</pre>
</p>
<p>This command starts the trap manager job. Traps received by the trap manager are enqueued and forwarded.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRTRPMGR.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="STRTRPMGR.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPFA80D</b></dt>
<dd>Trap manager job already active.
</dd>
<dt><b>CPFA802</b></dt>
<dd>Trap manager not started.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#STRTRPMGR.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>