System snmp service is unavailable


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers System snmp service is unavailable
# 8  
Old 03-05-2012
if you have a valid repo try reinstall snmp
Code:
# yum list net-snmp

check this and if you view package(s) and then
Code:
# yum reinstall net-snmp -y
/etc/init.d/snmpd restart

and then check what is the status of the selinux
Code:
# getenforce


Last edited by ygemici; 03-05-2012 at 08:50 AM..
# 9  
Old 03-05-2012
# yum list net-snmp
-bash: yum: command not found

I guess my only option now is to re-install the snmp package, right?
# 10  
Old 03-05-2012
Quote:
Originally Posted by mena
# yum list net-snmp
-bash: yum: command not found

I guess my only option now is to re-install the snmp package, right?
try yast on the gui (fırst remove and then re-install)
and try restart snmpd
# 11  
Old 03-05-2012
Ok, thanks ygemici. I will do this and let you know the result.
# 12  
Old 03-05-2012
Quote:
Originally Posted by mena
This is the result i got

-bash: rmp: command not found
Not 'rmp'

try
Code:
rpm -V net-snmp

# 13  
Old 03-12-2012
Quote:
Originally Posted by satish51392111
Not 'rmp'

try
Code:
rpm -V net-snmp

Thanks satish, below is the result from rpm -V net-snmp

S.5....T c /etc/snmp/snmpd.conf

Still haven't been able to resolve this issue so i would appreciate all the help i can get here.
# 14  
Old 03-12-2012
dear mena
can you write the outputs*
Code:
# cat /etc/issue
# uname -a
# ls -ltr /var/log/*snmp*
# rpm -qi net-snmp

 
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