Operating System - Linux
1827633 Members
3449 Online
109966 Solutions
New Discussion

Re: Detection of Smartarray controller problems from linux

 
SOLVED
Go to solution
Douglas D. Denney
Frequent Advisor

Detection of Smartarray controller problems from linux

Hello,

I have a DL380 with RHEL ES 2.1 installed on it. It also has a SmartArray controller which is doing a RAID 1 of two 18GB disks. The OS sees one 18GB disk and is oblivious to the second device.

Now, my question is this. How can I determine if a disk on the array controller has failed? If this server was running windows and was using compaq insight manager, all would be well. However, since we're running Linux, things seem to operate differently. Is there some way the OS can detect that the disk failed?

Thanks,
Doug
3 REPLIES 3
Olivier Drouin
Trusted Contributor

Re: Detection of Smartarray controller problems from linux

Don_89
Trusted Contributor
Solution

Re: Detection of Smartarray controller problems from linux

Here is the correct links for the linux agents you need to run.

1) Install the ucd-snmp package

http://h18023.www1.hp.com/support/files/server/us/download/19020.html

(you might have to do rpm -ivh --force )

2) Install the hp agents

http://h18023.www1.hp.com/support/files/server/us/download/18523.html

3) Install the disk controller agents

http://h18023.www1.hp.com/support/files/server/us/download/18574.html

4) https to port 2381 on the server and login.. no management console needed..


I never install the NIC agents because its a bunch of worthless information which I dont need. Plus, you have to compile and use HP's NIC drivers instead of the TG3 that comes with AS 2.1

http://h18023.www1.hp.com/support/files/server/us/download/18572.html
Douglas D. Denney
Frequent Advisor

Re: Detection of Smartarray controller problems from linux

That's what I needed. After looking at the website, I was confused by what I should/should not install. Thanks for clearing it up.