1. Bundled Software for the Server
Express5800/R320d-E4, R320d-M4 Installation Guide (VMware 5.5)
70
Chapter 2 Installing Bundled Software
1.1.1
Preinclination
SNMP is used for reporting to NEC ESMPRO Manager. Provide settings for SNMP as shown below.
1.
Log in to ftSys Management Appliance as a root user.
2.
Edit the /etc/snmp/snmpd.conf.
Change the /etc/snmp/snmpd.conf, and, for ESMPRO MIB (.1.3.6.1.4.1.119.2.2.4.4), set a right of the
community in "READ WRITE".
In the example below, "READ WRITE" authority is given to all MIB (.1 subordinates) of default
community (public).
Example
Note
Refer to Help of snmpd.conf for detailed procedure. Run man command to open Help of
snmpd.conf.
3.
Check the runlevel 3 and 5 of snmpd is on.
# /sbin/chkconfig --list snmpd
- In the case of on, restart snmpd.
# /etc/init.d/snmpd restart
- In the case of off, change setting of snmpd, and start snmpd.
# /sbin/chkconfig --level 35 snmpd on
# /etc/init.d/snmpd start
4.
Check the runlevel 3 and 5 of portmap is on.
# /sbin/chkconfig --list portmap
- In the case of on, it is not necessary to change setting of portmap.
- In the case of off, change setting of portmap, and start portmap.
# /sbin/chkconfig --level 35 portmap on
# /etc/init.d/portmap start
portmap 0:off 1:off 2:off 3:on 4:off 5:on 6:off
snmpd 0:off 1:off 2:off 3:on 4:off 5:on 6:off
####
# Third, create a view for us to let the group have rights to:
# name incl/excl subtree mask(optional)
#view systemview included .1.3.6.1.2.1.1
#view systemview included .1.3.6.1.2.1.25.1.1
view all included .1 80
####
# Finally, grant the group read-only access to the systemview view.
# group context sec.model sec.level prefix read write notif
#access notConfigGroup "" any noauth exact systemview none none
access notConfigGroup "" any noauth exact all all none
Modify these lines.
–
Comment out the existing
description.
–
Add new descriptions.