System snmp service is unavailable


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers System snmp service is unavailable
# 1  
Old 03-05-2012
System snmp service is unavailable

Hello, am working on a suse linux system and trying to connect the server to the monitoring system we use. On checking the logs, i see that the snmp service is unavailable and would appreciate any help on how to fix this.

snmpd stop - done
snmpd start - done

snmpd status - unused (instead of running).
# 2  
Old 03-05-2012
is there any information about snmpd?
Code:
# grep snmpd /var/log/messages

# 3  
Old 03-05-2012
The only thing related to snmp in /var/log/messages is the line below

Mar 5 11:45:01 ABJA_PROXY1 /usr/sbin/cron[12384]: (iscan) CMD (/usr/iwss/bin/svc_snmpmonitor.sh > /dev/null 2>&1)
# 4  
Old 03-05-2012
this one related a cron job.
what is the output after from these..
Code:
# /etc/init.d/snmpd stop
# /etc/init.d/snmpd start
# ps -ef|grep snmp
# rpm -V net-snmp

# 5  
Old 03-05-2012
# /etc/init.d/snmpd stop
done
# /etc/init.d/snmpd start
done
# ps -ef|grep snmp
root 2557 1744 0 12:43 pts/0 00:00:00 grep snmp
# rpm -V net.snmp
package net.snmp is not installed
# 6  
Old 03-05-2012
Quote:
Originally Posted by mena
# /etc/init.d/snmpd stop
done
# /etc/init.d/snmpd start
done
# ps -ef|grep snmp
root 2557 1744 0 12:43 pts/0 00:00:00 grep snmp
# rpm -V net.snmp
package net.snmp is not installed
try like this
Code:
# rpm -V net-snmp

# 7  
Old 03-05-2012
This is the result i got

-bash: rmp: command not found
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Cannot get sma (net-snmp) service to start.

Hey everyone, so I recently installed sma and disabled snmpdx for system monitoring in Solarwinds on 7 Oracle servers running Solaris 10. It was running just fine until we had to shutdown all systems and power back up (hurricane). Since then I cannot get the sma service to start, it goes into... (4 Replies)
Discussion started by: Zeus18
4 Replies

2. Linux

Apt-get update wont run and gives 503 service unavailable error

Hi, I am running on Ubuntu 12 (precise) 64 bit and came to know that i cannot install any packages using apt-get and aptitude. Linux test01 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux But the same /etc/apt/sources.list file is... (20 Replies)
Discussion started by: prash358
20 Replies

3. Infrastructure Monitoring

SNMP responses failing under high system load

Greetings, I've got a Zenoss v2.5 server monitoring a large video encoding farm. Needless to say, these systems are under high bandwidth and CPU utilization the majority of the time. What I'm running into is that, occasionally, these systems will fail to respond to a standard SNMP request,... (1 Reply)
Discussion started by: Karunamon
1 Replies

4. UNIX for Advanced & Expert Users

fork: Resource temporarily unavailable , server unexpectedly unavailable network connection

Solaris 10 Server refuse to connect :wall: fork: Resource temporarily unavailable , server unexpectedly unavailable network connection , refuse error, disconnect message, fatal error type2, (protocol error type2) Issue has been resolved after taken few steps :b: First of all need to check... (1 Reply)
Discussion started by: taherahmed
1 Replies

5. AIX

SNMP service

dear how can i disable the SNMP service in AIX 6.1 . (2 Replies)
Discussion started by: thecobra151
2 Replies

6. Infrastructure Monitoring

SNMP OID for System Status LED's

I am trying to locate the proper MIB and OID location, to determine if the system attention light is on IBM-702x servers running 5.x. Currently, we get this on our Blade Centers Management Modules at location: 1.3.6.1.4.1.2.3.51.2.2.8.2.1.1.7.xx were xx is the actual Blade number. A value of 1... (0 Replies)
Discussion started by: stamfdf
0 Replies

7. SCO

Disable the SNMP Service

Dear All, Kindly guide how to Disable the SNMP Service on sco unix release 5.0 Regards (2 Replies)
Discussion started by: sak900354
2 Replies

8. UNIX for Advanced & Expert Users

AIX 5.3: Start Service on System startup

Hi, I'm new to AIX, and have to make some services start at system startup. The IBM-Redbook says I have to edit /etc/inittab. As a long time (Debian)-Linux Admin I'm a bit confused. Is there something like /etc/init.d/$SERVICE in AIX? Greetings, Dennis (1 Reply)
Discussion started by: dennis.kuehl
1 Replies

9. UNIX for Dummies Questions & Answers

How can I add my own service when system startup?

Hi All, My OS is redhat 7.1. How can I start my own service (e.g. simple scripts) when the system is started? I found something like /etc/rc.d, /etc/rc.init ... But I have no idea on them, have anyone can help me? regards wilson (6 Replies)
Discussion started by: wilsonchan1000
6 Replies
Login or Register to Ask a Question