![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| snmp | manoj.solaris | SUN Solaris | 1 | 09-20-2007 04:43 AM |
| Snmp | capeme | UNIX for Dummies Questions & Answers | 2 | 04-12-2007 06:31 AM |
| Want to set up SNMP with MIB on SCO OS5 | herd5cusa | SCO | 0 | 05-19-2006 02:01 PM |
| SNMP in HP-UX. | Nguyen Quang Vu | HP-UX | 1 | 04-15-2005 08:02 AM |
| Snmp | S.Vishwanath | UNIX for Advanced & Expert Users | 2 | 01-08-2003 09:03 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Snmp
Hi all,
I am trying to enable SNMP port 161 on my solaris 9 machine, I have started the process and here is the output of ps -ef # ps -ef | grep snmp root 83 1 0 Sep 27 ? 0:00 /etc/opt/SUNWconn/atm/bin/atmsnmpd -n root 333 1 0 Sep 27 ? 0:00 /usr/lib/dmi/snmpXdmid -s sunntp01 root 24091 1 0 13:58:20 ? 0:00 /usr/lib/snmp/snmpdx -y -c /etc/snmp/conf However, when I tried to connect to port 161 via telnet # telnet localhost 161 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused It is normal? I trying to add this machine to a monitoring server for alerting monitoring purposes. Please help. Thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I have installed the newest netsnmp package in /usr/local
but when I start the SNMP process again. it said # /usr/local/sbin/snmpd ld.so.1: snmpd: fatal: libcrypto.so.0.9.7: open failed: No such file or directory Killed @_@ |
|
#3
|
|||
|
|||
|
#4
|
|||
|
|||
|
thanks man, however, it works but when I do
# telnet localhost 161 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused is it normal? I thought that port 161 would be opened and listen to any requests. |
|
#5
|
|||
|
|||
|
snmp test
Hi,
You cannot telnet to the snmp port because its UDP and not TCP. In order to test it, you could use snmpget command from the net-snmp package (http://net-snmp.sourceforge.net/tuto...s/snmpget.html). Hope it helped... Shahar. |
|||
| Google The UNIX and Linux Forums |