System snmp service is unavailable


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers System snmp service is unavailable
# 15  
Old 03-12-2012
Please code tags.. it is simple
Just highlight the code or output and click the 5th icon after underline button (U) in the menu

Now, post actual output..
# 16  
Old 03-20-2012
Code:
ABJA_PROXY1:/proc # cd
ABJA_PROXY1:~ # cat /etc/issue
Welcome to SUSE Linux Enterprise Server 10 SP1 (x86_64) - Kernel \r (\l).

ABJA_PROXY1:~ # uname -a
Linux ABJA_PROXY1 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 x86_64  x86_64 x86_64 GNU/Linux
ABJA_PROXY1:~ # ls -ltr /var/log/*snmp*
-rw-r--r-- 1 root root 726 Mar  5 12:42 /var/log/net-snmpd.log
ABJA_PROXY1:~ # rpm -qi net-snmp
Name        : net-snmp                     Relocations: (not relocatable)
Version     : 5.3.0.1                           Vendor: SUSE LINUX Products GmbH , Nuernberg, Germany
Release     : 25.31                         Build Date: Thu May 14 10:49:42 2009
Install Date: Thu Nov 17 04:56:20 2011      Build Host: korner.suse.de
Group       : Productivity/Networking/Other   Source RPM: net-snmp-5.3.0.1-25.31 .src.rpm
Size        : 5953587                          License: Other License(s), see pa ckage
Signature   : DSA/SHA1, Thu May 14 10:59:36 2009, Key ID a84edae89c800aca
Packager    : openSUSE:Submitting bug reports - openSUSE
URL         : net-snmp | Free software downloads at SourceForge.net
Summary     : SNMP Daemon
Description :
This package was originally based on the CMU 2.1.2.1 snmp code. It has
been greatly modified, restructured, enhanced, and fixed. It hardly
looks the same as anything that CMU has ever released. It was renamed
from cmu-snmp to ucd-snmp in 1995 and later renamed from ucd-snmp to
net-snmp in November 2000.
 
Authors:
--------
    Wes Hardaker <hardaker@users.sourceforge.net>
Distribution: SUSE Linux Enterprise 10 (X86-64)
ABJA_PROXY1:~ #

# 17  
Old 03-20-2012
what is the contents of the log?
Code:
# cat /var/log/net-snmpd.log

Code:
# tail -f /var/log/net-snmpd.log

Code:
# grep -i error /var/log/net-snmpd.log


Last edited by ygemici; 03-20-2012 at 03:09 PM..
 
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