![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| List of SNMP Traps supported by Solaris 10 | grrajeish | SUN Solaris | 1 | 06-24-2008 07:38 AM |
| net-snmp on solaris 8 | melanie_pfefer | SUN Solaris | 1 | 04-27-2008 11:44 PM |
| SNMP Change keys Issue | anand_rage | UNIX and Linux Applications | 0 | 03-06-2008 09:00 AM |
| Installing SNMP Agent on Solaris Systems | adel8483 | SUN Solaris | 3 | 05-02-2007 08:52 AM |
| net-snmp-5.1.2 Solaris 9 | bubba112557 | SUN Solaris | 1 | 03-20-2005 11:58 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi there,
I know this is a common question, but I have not found a satsifactory solution yet, so pardon me for posting similar questions. My problem is the log /var/adm/messages is filling up with this entry every few minutes Please refer below. Oct 4 21:39:46 host last message repeated 3 times Oct 4 21:41:47 host /usr/lib/snmp/snmpdx: [ID 702911 daemon.error] bind() failed on UDP port 161 [errno: Address already in use(125)] System info :SunOS xxxxxx 5.8 Generic_117350-44 sun4u sparc SUNW,Sun-Fire-V240 Now I have already disabled the native Sun's snmp daemons, and using Net-snmp edited list /etc/rc0.d: moved_K07dmi moved_K07snmpdx /etc/rc1.d: moved_K07dmi moved_K07snmpdx /etc/rc2.d: moved_K07dmi moved_K07snmpdx /etc/rc3.d: moved_K07dmi moved_K07snmpdx /etc/rcS.d: moved_K07dmi moved_K07snmpdx Net-snmp starts using /etc/init.d/netsnmp script which is as follows case "$1" in 'start') /usr/local/sbin/snmpd echo "Daemon snmpd started" ;; 'stop') /usr/bin/pkill -9 -x -u 0 '(snmpd|snmpv2d|mibiisa)' echo "Daemon snmpd stopped" ;; When I do lsof I get the following result snmpd 2264 root 8u IPv4 0x3000dbe1e70 0t0 TCP *:199 (LISTEN) snmpd 2264 root 9u IPv4 0x3000573edb0 0t0 UDP *:62775 (Idle) snmpd 2264 root 11u IPv4 0x3000dbe0c70 0t0 UDP *:161 (Idle) ps return ps -ef| grep snm root 2264 1 0 21:00:01 ? 0:03 /usr/local/sbin/snmpd When I do snmpget I receive this [host] $ snmpget -v 1 -c xxxxxxx localhost sysUpTime.0 DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (344667) 0:57:26.67 snmpwalk returns snmpwalk -v 2c -c xxxxxxx -m ALL localhost .1.3 | more SNMPv2-MIB::sysDescr.0 = STRING: Sun SNMP Agent, Sun-Fire-V240 SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-TC::solaris DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (352998) 0:58:49.98 SNMPv2-MIB::sysContact.0 = STRING: "System Admin" SNMPv2-MIB::sysName.0 = STRING: xxxxxx SNMPv2-MIB::sysLocation.0 = STRING: LOT28 SNMPv2-MIB::sysServices.0 = INTEGER: 0 .... snmpd -f -Le returns [host] $ snmpd -f -Le [init_smux] bind failed: Address already in use Error opening specified endpoint "" Server Exiting with code 1 Why does the log still records the same errors. And why does net-snmp's snmpd -f -Le says bind failed? Please assist. I do not know much about Net-snmp or snmp for the matter. |
| Bookmarks |
| Tags |
| port, snmp, snmp port |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|