About Me

My photo
Kalyan Kumar Pasupuleti B-Tech(Information Technology). • AWS Certified Solutions Architect - Associate • RedHat Certified Engineer(RHCE) • Directory Services and Authentication Certificate of Expertise(LDAP) • Red Hat SELinux Policy Administration Certificate of Expertise(SELinux) • Network Services Security Certificate of Expertise (Network Services) • RedHat Certified Virtualization Administrator(RHCVA) • Red Hat Certified Security Specialist (RHCSS) Working as Cloud DevOps engineer

Wednesday, January 22, 2014

Fix for OpenManage 7.3.2 issue

ERROR: (SNMP) OpenManage is not installed or is not working correctly

  1. After upgrading OpenManage to version 7.3.2 on your server,OpenManage service checks from your monitoring tool(Nagios, Zabbix or op5) might fail and display an error message such as :
    • ERROR: (SNMP) OpenManage is not installed or is not working correctly
  2. To fix this issue, log on to your server as root and run the following commands:
    • sed -r -i 's/^(SNMP)=disable$/\1=enable/' /opt/dell/srvadmin/etc/srvadmin-omilcore/install.ini (Here we are enabling SNMP)
    • Remove dcsnmp.off file : rm /opt/dell/srvadmin/var/lib/srvadmin-deng/dcsnmp.off
    • cd /opt/dell/srvadmin/sbin/
    • Restart the server admin services : srvadmin-services.sh restart
    • Restart snmp daemon : service snmpd restart
  3. Now recheck the OpenManage services in your monitoring tool(Nagios, Zabbix or op5)

No comments:

Post a Comment