- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: cciss driver notification
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 01:24 AM
12-26-2003 01:24 AM
cciss driver notification
With the old cpqarray driver, when a disk would go back in an array I would start to see kernel messages coming from that driver. With cciss, however, we've lost numerous drives and we don't know about it until we walk back to the machine room and see those evil lights.
Is there any way to get the cciss driver to throw up some kind of notice in the kernel log when something fishy comes up?
I've looked at the cmastor agents which would be great, but unfortunately they don't run under Gentoo Linux and I haven't been able to shoehorn it in yet.
TIA & Cheers!
-Corey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 09:44 AM
01-03-2004 09:44 AM
Re: cciss driver notification
What version of cpqarray are you using ?
Another point, did you update the disk array controller with the latest firmware ?
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 10:59 AM
01-03-2004 10:59 AM
Re: cciss driver notification
To answer your other question, we are up to the latest firmware as of about 3 weeks ago.
So the big issue is that when a drive goes bad, we have no way of knowing it (no notification).
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 11:03 AM
01-03-2004 11:03 AM
Re: cciss driver notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 11:33 AM
01-03-2004 11:33 AM
Re: cciss driver notification
When I was trying 2.4.x on the box, I was able to get the hpasm kernel modules to work. The agents and rest of the package took some work because it came in a RedHat-specific RPM, but all of that changed when we went to 2.6 anyway. HP has told me that right now there are no plans to port the hpasm kernel modules to 2.6. I'm sure they would build, but the module build environment is too different in 2.6 and I really don't have the time to fuss with it (I'll buy a 6-pack for the guy who does, though). I think the program we need to query the drives is the "survey" program. This is distributed as a binary that depends on the hpasm kernel modules. I'm sure the binary would run under Gentoo with no problem, but where we are running a 2.6 kernel without those modules, survey doesn't do us much good.
All of this trouble lead me to ask about the module itself, because if the kernel module supports some kind of error when something goes wrong, we don't need the extra mess. One would think that some kind of checking would/could be done at the module level, but then again I am not a driver hacker. :)
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 11:38 AM
01-03-2004 11:38 AM
Re: cciss driver notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 06:13 AM
05-13-2004 06:13 AM
Re: cciss driver notification
http://buttersideup.com/files/hpasm-2.6-prelim.patch
I got a couple of modules compiled, but gave up when the cpqevt module seemed to refuse to load - despite having no remaining unresolved symbols...
Once installed, each module would need to be made like this:
make V=1 -C /usr/src/linux-2.6.5/ SUBDIRS=$PWD modules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 06:18 AM
05-13-2004 06:18 AM
Re: cciss driver notification
Isn't this sort of thing your job? Based on this apparent level of support, do you think I'll recommend Compaq, or Rackable Systems hardware to my clients?