Reconfiguring a Native Agent on UNIX
Chapter
11
Using SNMP to Monitor Servers
217
To Restart the Native Agent
•
At the command prompt, enter
snmpd -P
portNumber
(specified in the
CONFIG
file)
For example, on the Solaris platform, using the port in the sample
CONFIG
file
above, you would enter
snmpd -P 1161
Reconfiguring a Native Agent on UNIX
If your native agent supports SMUX, you don’t need to install a master agent.
However, you do need to change the native agent’s configuration.
UNIX uses several configuration files to screen its communications. One of them,
etc/snmp/conf/snmpd.conf
, needs to be changed so that the native agent accepts
incoming messages from SMUX subagents. To change the file, add a line defining
each subagent by its object identifier.
For example, you might add this line to
snmpd.conf
:
smux 1.3.6.1.4.1.1.1450.1 ““ IPAddress netMask
where
IPAddress
is the IP address of the host on which the subagent is running
and
netMask
is the network mask of that host (for instance,
255.255.0.0
).
For more information on configuring SNMP and SMUX, see the online manual
page for
snmpd.conf
.
NOTE
Do not use the loopback address 127.0.0.1; use the host’s actual IP
address instead.
Summary of Contents for NETSCAPE CONSOLE 6.0 - MANAGING SERVERS
Page 1: ...Managing Servers with Netscape Console Netscape Console Version6 0 December 2001 ...
Page 18: ...Getting Additional Help 18 Managing Servers with Netscape Console December 2001 ...
Page 20: ...20 Managing Servers with Netscape Console December 2001 ...
Page 40: ...Uninstallation 40 Managing Servers with Netscape Console December 2001 ...
Page 42: ...42 Managing Servers with Netscape Console December 2001 ...
Page 80: ...Working with Netscape Servers 80 Managing Servers with Netscape Console December 2001 ...
Page 110: ...110 Managing Servers with Netscape Console December 2001 ...
Page 118: ...The Netscape Administration Page 118 Managing Servers with Netscape Console December 2001 ...
Page 166: ...166 Managing Servers with Netscape Console December 2001 ...
Page 208: ...Using Client Authentication 208 Managing Servers with Netscape Console December 2001 ...
Page 226: ...Using the Windows NT SNMP Service 226 Managing Servers with Netscape Console December 2001 ...
Page 228: ...228 Managing Servers with Netscape Console December 2001 ...
Page 264: ...Managing Certificates 264 Managing Servers with Netscape Console December 2001 ...
Page 280: ...The SSL Handshake 280 Managing Servers with Netscape Console December 2001 ...
Page 302: ...302 Managing Servers with Netscape Console December 2001 ...