SNMP Setup on Sco
The following describes how to setup SNMP under SCO.
Follow instructions in
http://www.aplawrence.com/Jeffl/snmp_install.htmlTo a lesser extent reference
http://osr5doc.ca.sco.com:457/NetAdminG/snmpD.hostmib.htmlbelow is a quick howto.........
See also "SNMP Commands"
Logon as root and run the following commands.
# mkdev snmp
# vi /etc/snmpd.conf
Change the "contact" and "System Location" only.
If you have lines starting with "rocommunity" and "trapsink" comment them out.
save and quit
# vi /etc/snmpd.comm
set up your community string and access permissions i.e.
public 0.0.0.0 READ
# vi /etc/snmpd.peers
comment out the supplied wrong host mib below...
#"hostmib" 1.3.6.1.4.1.32.99.1 "aintNoThing"
....and add the correct one below...
"hostmib" 1.3.6.1.2.1.25 "aintNoThing"
# vi /etc/snmpd.trap
Comment out any "trapsink" lines.
Verify that SNMP is working with:
# getmany localhost public iso
# mkdev hostmib
Select install. Verify that the line:
/etc/smuxtcl /etc/sysadm.d/hostmib.tcl
is in the process table with:
ps -ef | grep smux
# cd /etc/sysadm.d
# post_mosy -i hostmib.defs -o hostmib.dfn
# /etc/rc2.d/S89hostmib stop
# ps -e | grep snmpd
# kill -1
# /etc/rc2.d/S89hostmib start
other SCO Unix Related Tips...