Start a Conversation

Unsolved

This post is more than 5 years old

16569

May 26th, 2009 16:00

OpenManage and StorageManagement and PERC Issue

CentOS 5.2 64-Bit + Nagios

During yum install srvadmin-all I receive:

Installing: srvadmin-storage #######################
[13/34]
WARNING: srvadmin-storage configuration not performed;
'/etc/omreg.cfg' is missing or damaged.

It is indeed there. I found a few threads regarding that.

rpm -e --nodeps srvadmin-storageservices-5.5.0-364
yum install srvadmin-storageservices-5.5.0-364.i386
srvadmin-services.sh start

Appears to install it properly but I believe there is still an underlying issue as in

./check_dell_openmanage -H xx.xx.xx.xx -P 1099 -C string -2 -T dellom_storage
WARNING:StorageManagementGlobalSystemStatus=Non-Critical

everything provides an ok status but storagemanagement.

srvadmin-services.sh start does result in:

/etc/delloma.d/oma/../cm/invcol/invcol: line 350: ./invcol: Permission denied

Copied over 32-bit version of pam_hulk.so

cd /lib/security/
wget http://www.website.com/pam_hulk.so
chmod 755 pam_hulk.so
srvadmin-services.sh restart

does not appear to correct the issue with it. I am sure that is a separate issue.

Everything in SNMP is working BUT storagemanagement with the PERC controller which is the only thing I really need anyhow as hard drives go out typically must faster than any other component.

Any ideas?


Thank you!

6 Posts

May 26th, 2009 17:00

Hmmm, possibly driver/kernel related:

./check_om_storage
STORAGE: OK [ Ctrl 0 (PERC 5/i Integrated is Non-Critical (Degraded: driver mismatch: running: 00.00.03.15-RH1, required: 00.00.03.20)) ]

I'll try the following address tonight during non-peak hours.
http://www.5dollarwhitebox.org/drupal/node/81

 

 

6 Posts

May 26th, 2009 23:00

Ran...

 

rpm -Uvh dkms-2.0.19-1.noarch.rpm
yum install kernel kernel-devel --disableexcludes=all

rebooted. Updated kernel which updated driver. Still receiving

"WARNING:StorageManagementGlobalSystemStatus=Non-Critical"

from remote SNMP check. Looks like I need some help! Anyone else run into this?

 

Thank you.

No Events found!

Top