Shawn,

Finally the problem was in the /etc/default/snmpd file.

Originaly the file has

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

This setting "-I -smux"  disable the SMUX feature, so deleting this part fix 
the problem.

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

Thank you,

Luciano

________________________________
From: linux-poweredge-boun...@lists.us.dell.com 
[mailto:linux-poweredge-boun...@lists.us.dell.com] On Behalf Of Luciano 
Giacchetta
Sent: Miércoles, 15 de Julio de 2009 11:38 a.m.
To: McKee, Shawn; patrick_fisc...@dell.com; linux-poweredge@lists.us.dell.com
Subject: RE: OpenManage IT Assistant

Shawn,

Yes, when I restart the srvadmin service in the other nodes all is OK. I'm 
looking for some errors in the few logs that I have but nothing appears.
It's so strange, I did the same thing in others node but only in the first the 
your solution works.

I was thinking about some debian package is missing in the others nodes because 
I used the first node to testing and compile others solutions.
I will check the package difference between the first and others node to 
prevent packages missing.

Regards,

Luciano

________________________________
From: McKee, Shawn [mailto:smc...@umich.edu]
Sent: Martes, 14 de Julio de 2009 06:10 p.m.
To: Luciano Giacchetta; patrick_fisc...@dell.com; 
linux-poweredge@lists.us.dell.com
Subject: RE: OpenManage IT Assistant

Hi Luciano,

If you have snmp running on the other nodes but the query fails it could mean 
the right component isn't running on your server.

Can you restart the srvadmin software on a problematic node and see if it 
restarts OK?  (make sure snmp is already running)

(On linux I would do 'srvadmin-services.sh restart')

Shawn

From: Luciano Giacchetta [mailto:lgiacche...@dineromail.com]
Sent: Tuesday, July 14, 2009 5:06 PM
To: McKee, Shawn; patrick_fisc...@dell.com; linux-poweredge@lists.us.dell.com
Subject: RE: OpenManage IT Assistant

Shawn,

I installed the chkconfig package in one our servers to test the new 
configuration for snmp service.
After I installed chkconfig I ran ´service dataeng enablesnmp´ and I saw when 
restarted dataeng that dsm_sa_snmp32d was started.

Then, I checked my snmpd.conf and the follow line was entered.

# Allow Systems Management Data Engine SNMP to connect to snmpd using SMUX
smuxpeer .1.3.6.1.4.1.674.10892.1

So, I restarted the snmpd service and I could ran a snmpwalk fine..

snmpwalk -v2c -c public 127.0.0.1 .1.3.6.1.4.1.674.10892.1

SNMPv2-SMI::enterprises.674.10892.1.1.1.0 = INTEGER: 5
SNMPv2-SMI::enterprises.674.10892.1.1.2.0 = INTEGER: 8
SNMPv2-SMI::enterprises.674.10892.1.1.3.0 = INTEGER: 0
SNMPv2-SMI::enterprises.674.10892.1.100.1.0 = STRING: "Server Administrator"
SNMPv2-SMI::enterprises.674.10892.1.100.2.0 = STRING: "5.8.0"
SNMPv2-SMI::enterprises.674.10892.1.100.3.0 = INTEGER: 5048
SNMPv2-SMI::enterprises.674.10892.1.100.4.0 = STRING: "Management software for 
Dell systems."
SNMPv2-SMI::enterprises.674.10892.1.100.5.0 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.1.100.6.0 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.1.100.7.0 = STRING: "No Updates"
SNMPv2-SMI::enterprises.674.10892.1.100.8.0 = STRING: 
"https://XXX.XXX.XXX.XXX:1311";
SNMPv2-SMI::enterprises.674.10892.1.100.9.0 = STRING: "en_US"
SNMPv2-SMI::enterprises.674.10892.1.100.10.0 = STRING: "3.5.0"
SNMPv2-SMI::enterprises.674.10892.1.100.11.0 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.1.100.12.0 = INTEGER: 1
SNMPv2-SMI::enterprises.674.10892.1.100.13.0 = STRING: "Dell Inc."
...
...
...
And more...


Buuut, when I try to do the this steps in the other servers ( same configured ) 
, something is wrong and not working, When I ran a snmpwalk this happened..

SNMPv2-SMI::enterprises.674.10892.1 = No Such Object available on this agent at 
this OID

The snmpd service works because I could run a simple snmpget.

Any ideas??

PS: I still looking for a old post in list.us.dell.com for someone with similar 
issue.

Regards,

Luciano


________________________________
From: McKee, Shawn [mailto:smc...@umich.edu]
Sent: Martes, 14 de Julio de 2009 11:14 a.m.
To: patrick_fisc...@dell.com; Luciano Giacchetta; 
linux-poweredge@lists.us.dell.com
Subject: RE: OpenManage IT Assistant

I found (on Scientific Linux) that we needed to also 'enablesnmp' on some 
machines via:

'service dataeng enablesnmp'

On our linux hosts.  Of course we have snmp running and configure with a 
'smuxpeer' line in snmpd.conf.

Make sure you can query (via SNMP) the Dell tree:

'snmpwalk -v2c -c <yourcommunity> <host> .1.3.6.1.4.1.674.10892.1'

Shawn

From: linux-poweredge-boun...@lists.us.dell.com 
[mailto:linux-poweredge-boun...@lists.us.dell.com] On Behalf Of 
patrick_fisc...@dell.com
Sent: Tuesday, July 14, 2009 10:08 AM
To: lgiacche...@dineromail.com; linux-poweredge@lists.us.dell.com
Subject: RE: OpenManage IT Assistant

Hello,

Did you configure SNMP on all boxes or did you discover the Windows machines 
per login credentials and CIM protocol and missed to configure the snmp 
settings on the debian boxes which doesn't support CIM?
Don't know if the unsupported Debian Package includes the Health Agent the IT 
Assistant works with.

Anyone who uses IT assistant from Dell with Debian machines?

Most of the list uses Nagios or scripts to monitor their Hardware.


From: linux-poweredge-boun...@lists.us.dell.com 
[mailto:linux-poweredge-boun...@lists.us.dell.com] On Behalf Of Luciano 
Giacchetta
Sent: 14 July 2009 15:21
To: linux-poweredge-Lists
Subject: OpenManage IT Assistant

Hi guys,

I have a mixed environment with Windows 2003 and Debian Lenny in all ours 
servers. A month ago, I installed the OpenManage IT Assistant in a Virtual 
Machine over Windows 2003 Server. I installed the OpenManage Client all Windows 
Servers and that's ok. In windows servers work the website and OpenManage IT 
Assistant see all windows servers.

The last week I installed OMSA Client for Debian ( the un-official package for 
debian with OMSA 5.5 ) in all ours servers. The OMSA ´s website works very 
fine, but the OpenManage IT Assistant in my Virtual doesn't recognize the Linux 
servers.

Anybody had this issue ?

Regards,

Luciano Giacchetta
Infrastructure Manager
Dineromail.com
_______________________________________________
Linux-PowerEdge mailing list
Linux-PowerEdge@lists.us.dell.com
https://lists.us.dell.com/mailman/listinfo/linux-poweredge
Please read the FAQ at http://lists.us.dell.com/faq

Reply via email to