Operating System - Linux
1835921 Members
2662 Online
110088 Solutions
New Discussion

pb with hpasm storage part

 
jacquin
New Member

pb with hpasm storage part

I have a Proliant DL380 with Smart Array 5i and Smart Array 5300. I use only the 5300 with 6 HD. My OS is Red Hat Entreprise 2.1 and I installed hpasmd 7.2.0 (hpasm-7.2.0b-204.rhel21.i386.rpm)

I have a monitoring HD problem :

hpasmd does not detect the withdrawal of a HD (ucd-SNMP is launched, hpasmd is launched with cmahostd, cmapeerd and cmathreshd for the foundation, cmastdeqd, cmaperfd and cmahealthd for the server part, cmaeventd and cmafcad for the storage part)

I then installed hpacucli (hpacucli-7.20-16.linux.rpm) and when I look at the controller, it finds Smart Array 5i but not Smart Array 5300)

Somebody with an idea ?

thank you
1 REPLY 1
jacquin
New Member

Re: pb with hpasm storage part

I found from which my problem comes. I use devfs and thus I have
/dev/cciss/c1d0 which is a repertory whereas hpasm wants a device file (which
is in fact /dev/cciss/c1d0/cciss/c1d0).

Without the sources I do not see how to solve this problem.