Fix for OpenManage 7.3.2 issue
ERROR: (SNMP) OpenManage is not installed or is not working correctly
- 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
- 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
- Now recheck the OpenManage services in your monitoring tool(Nagios, Zabbix or op5)
No comments:
Post a Comment