Opened 14 years ago

Closed 14 years ago

#50 closed defect (fixed)

Under Debian with omsa_2_deb, dataeng doesn't populate snmp

Reported by: mbellerose@… Owned by: bas
Priority: major Milestone:
Version: 6.0.1 Keywords: snmp omsa daraeng
Cc:

Description

Hello,

Under Debian with omsa_2_deb, dataeng doesn't populate snmp.

Running on a Debian serveur vs a Redhat Ent. server the following command: snmpwalk -v 1 -OS -c public localhost .1.3.6.1.4.1.674.10892.1

Results in an empty tree under debian and a populated tree under redhat.

This is true for both version 5.5 and 6.0.1

Change History (3)

comment:1 Changed 14 years ago by bas

  • Owner set to bas
  • Status changed from new to assigned

I am now free for 5 weeks. But did you enabled smp via the dataeng init.d script

comment:2 Changed 14 years ago by mbellerose@…

Yes, I have executed the following commands:

/etc/init.d/dataeng enablesnmp /etc/init.d/dataeng restart;/etc/init.d/snmpd restart

comment:3 Changed 14 years ago by mbellerose@…

  • Resolution set to fixed
  • Status changed from assigned to closed

The solution was in http://www.ubergeek.co.uk/blog/2008/05/dell-openmanage-on-linux-debian/

# vim /etc/default/snmpd

And change SNMPDOPTSÂ to look like this (thanks to the guys on this list http://ubuntuforums.org/archive/index.php/t-473880.html):-

SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -p /var/run/snmpd.pid'

Then re-excute :

/etc/init.d/dataeng enablesnmp /etc/init.d/dataeng restart;/etc/init.d/snmpd restart

Note: See TracTickets for help on using tickets.