This post is more than 5 years old
1 Rookie
•
37 Posts
0
98699
May 10th, 2014 10:00
[Problem] SNMP on Dell Server
Hi All,
I'm currently managing lots of Dell servers: M620,M610,R720,R620,R610..... I am using SNMP to collect informations from my servers. I have some problems with SNMP:
I setuped a collector server ( CentOS) and full mibs file (10892, sotragemanagement, iDRAC-SMIv2, iDRAC-SMIv1...) , using snmpwalk to collect infor from agent (CentOS). On agent server, I already setuped OMSA agent, full mibs (10892, sotragemanagement, iDRAC-SMIv2, iDRAC-SMIv1...) and all of services were working correctly:
[root@agent mibs]# /etc/init.d/dataeng status
dsm_sa_datamgrd (pid 43827 43770) is running
dsm_sa_eventmgrd (pid 43879) is running
dsm_sa_snmpd (pid 43938) is running
* From collector server, i used command:
[root@collector~]# snmpwalk -v2c IP -c Mi725005d1 1.3.6.1.4.1.674.10892.1
MIB-Dell-10892::mIBMajorVersionNumber.0 = INTEGER: 7
MIB-Dell-10892::mIBMinorVersionNumber.0 = INTEGER: 3
MIB-Dell-10892::mIBMaintenanceVersionNumber.0 = INTEGER: 0
MIB-Dell-10892::systemManagementSoftwareName.0 = STRING: "Server Administrator"
MIB-Dell-10892::systemManagementSoftwareVersionNumberName.0 = STRING: "7.3.0"
MIB-Dell-10892::systemManagementSoftwareBuildNumber.0 = INTEGER: 1
........
-> OK for 10892 mib
* It was OK with 10893 mib ( storage management).
* But when i used ooid for iDRAC-SMIv2 mib , iDRAC-SMIv1 mib , it was not OK
[root@collector ~]# snmpwalk -m all -v2c IP -c Mi725005d1 1.3.6.1.4.1.674.10892.5
IDRAC-MIB-SMIv2::outOfBandGroup = No Such Object available on this agent at this OID
[root@collector ~]# snmpwalk -m all -v2c IP -c Mi725005d1 1.3.6.1.4.1.674.10892.4
IDRAC-MIB-SMIv2::server3.4 = No Such Object available on this agent at this OID
Any one can help me this problems?
Many Thanks,
Nampnx
0 events found


Daniel My
12 Elder
•
6.2K Posts
0
May 10th, 2014 15:00
Hello Nampnx
Are all of the other OIDs working or are none of the out-of-band OIDs working?
10892.5 does not have an OID assigned to it. It is just a group, so the message that an OID cannot be found for it is normal. I also don't show 10892.4 as a valid OID.
Do you get a valid return with:
RAC Information Group
The RAC Information Group objects provide information about the iDRAC.
Table 2023.
RAC Name
Name racName
Object ID 1.3.6.1.4.1.674.10892.5.1.1.1.0
Description This attribute defines the product name of a remote access card. Syntax StringType Access Read-only
Or this:
Table 1973.
Message ID
Variable Name alertMsgID
Object ID 1.3.6.1.4.1.674.10892.4.5000.10.7
Description Specifies the enhanced message ID for the object generating the alert. Syntax DisplayString
http://ftp.dell.com/Manuals/all-products/esuprt_software/esuprt_ent_sys_mgmt/esuprt_ent_sys_mgmt_opnmng_svr_admin/dell-opnmang-srvr-admin-v7.4_Reference%20Guide3_en-us.pdf
Thanks
nampnx
1 Rookie
•
37 Posts
0
May 12th, 2014 20:00
Thanks DELL-Daniel My a lots,
This ebook is really good for me.
Many Thanks,
nampnx
nampnx
1 Rookie
•
37 Posts
0
May 14th, 2014 22:00
Hi Dell-Daniel My,
I used oids in your above post but not working:
Object ID 1.3.6.1.4.1.674.10892.5.1.1.1.0
Object ID 1.3.6.1.4.1.674.10892.4.5000.10.7
[root@collector ~]# snmpwalk -v2c 10.72.2.239 -c Mi725005d1 1.3.6.1.4.1.674.10892.4.5000.10.7
IDRAC-MIB-SMIv2::server3.4.5000.10.7 = No Such Object available on this agent at this OID
- out-of-band OIDs require iDRAC-MIB.txt to get info. But I don't see this file in agent location (root/.snmp/mibs). I downloaded dell mib files from DCMIB73_A00: DELL-RAC-MIB.txt, iDRAC-SMIv2.mib, iDRAC-SMIv1.mib but did not have DRAC-MIB.txt.
Where can i download this file?
Thanks,
nampnx