I have a PE2950 running Centos 6.7, with OpenManage installed and the Dell Repository added. After running an update, which updated OpenManage, there is no hardware information being returned to OpenManage. No System components, no storage, nothing. Before the update, everything was working fine. If I try and restart the OpenManage software, this is what I get:
[root@server ~]# /opt/dell/srvadmin/sbin/srvadmin-services.sh restart
Shutting down DSM SA Shared Services: [ OK ]
Shutting down DSM SA Connection Service: [ OK ]
Stopping Systems Management Data Engine:
Stopping dsm_sa_snmpd: [ OK ]
Stopping dsm_sa_eventmgrd: [ OK ]
Stopping dsm_sa_datamgrd: Not started [FAILED]
Stopping Systems Management Device Drivers:
Stopping dell_rbu: [ OK ]
Starting Systems Management Device Drivers:
Starting dell_rbu: [ OK ]
Starting ipmi driver:
Already started [ OK ]
Starting Systems Management Data Engine:
Starting dsm_sa_datamgrd: [ OK ]
Starting dsm_sa_eventmgrd: [ OK ]
Starting dsm_sa_snmpd: [ OK ]
Starting DSM SA Shared Services: [ OK ]
Starting DSM SA Connection Service: [ OK ]
Notice that dsm_sa_datamgrd fails to stop because it says it is not running, and even though is says it starts OK, I suspect it is crashing and that is why no data is reported back to the software. Does anyone else have this problem? Does anyone know how this can be fixed?