- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: DL360's and Smartd
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
02-22-2006 04:22 AM
02-22-2006 04:22 AM
Is there anyway I can get smartd to work with the raid controller in my DL360?
Can't seem to get it to play nice
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 05:05 AM
02-22-2006 05:05 AM
Re: DL360's and Smartd
The DL360 server as with all HP/Compaq servers has a CD that comes with it and can be downloaded.
You boot off the CD, set up the storage with the GUI and then you can boot off the Linux CD and use the storage.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 05:27 AM
02-22-2006 05:27 AM
SolutionHP provides a s/w for their raid controller monitoring - http://h18004.www1.hp.com/support/files/server/us/locate/1116_5561.html#76
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 05:56 AM
02-22-2006 05:56 AM
Re: DL360's and Smartd
I've installed the proliant support pack which I believe contains the array diagnostics util, but I can't seem to find much in the way of helpful documentation.
Running hpadu -start seems to work but I can't see a way of querying service or setting it up to notify me in the event of problems with the array / disks.
I see that I can run hpaducli -f filename to get a dump of the info, but I really want something to a) notify me of problems and b) an ability to monitor the disks current status & temps etc.
Looks like this might do the job, I could just do with a few more pointers.
I think I might remove the complete PSP and just install the ADU, don't think there's anything else I really need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 06:13 AM
02-22-2006 06:13 AM
Re: DL360's and Smartd
http://h18004.www1.hp.com/support/files/server/us/download/22893.html (for RHEL4)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 07:53 AM
02-22-2006 07:53 AM
Re: DL360's and Smartd
I've now figured out there is a web interface, but that just seems to be a nice view of the same output.
There's no man page or docs that I can find to tell me if I can do anything else.
Is there a way to configure ADU to email alerts on problems (or developing problems)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2006 08:06 AM
02-22-2006 08:06 AM
Re: DL360's and Smartd
I'm guessing I need this as well to have notification on problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2006 10:33 AM
02-27-2006 10:33 AM
Re: DL360's and Smartd
Under HPUX, a variety of mechanisms are automatically set up to let root know when hardware is failing. I'm hoping to at least get find that something in the PSP can be configured to behave like ESM under HPUX, emailing messages to root whenever hardware fails a diagnostic.
In my case on one of my servers I even already know that a disk has failed, so I have a great test case -- but nothing seems to be firing off to let me know about it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2006 08:05 PM
02-27-2006 08:05 PM
Re: DL360's and Smartd
When I come back to this in a week or so, I'm currently thinking of just writing scripts to call the cli commmands, parse the output, and then write a plugin for nagios (which I already use to monitor other things).
I don't have a server with a failed disk in it, so if you could post the output of hpaducli that would help me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2006 01:36 AM
02-28-2006 01:36 AM
Re: DL360's and Smartd
I have a replacement disk on the way - I'll update this post with what happens when I yank out the disk for replacement.
The disk in question hasn't actually failed yet - it's a smart predicted failure. Note the "hard read" field in the attached file, which is the output of hpaducli. Hope it helps.
Not sure if you'd noticed, but there's an entry in /opt/compaq/cma.conf that seems to be meant to cause the insight manager agents to send traps via email to root:
trapemail /bin/mail -s 'HP Insight Management Agents Trap Alarm' root
If you write a nagios check for this, I'd be interested in seeing the code. I run one "system health" check via ssh from a nagios system, and that check in turn checks everything else I'm concerned about - filesystem space, nic speed and duplex, free memory, free swap, the presence of critical processes, overall process count, etc. I may just add a check to that script for changes in the output of hpaducli.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:28 AM
03-23-2006 07:28 AM
Re: DL360's and Smartd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:38 PM
03-23-2006 07:38 PM
Re: DL360's and Smartd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2006 02:11 AM
03-24-2006 02:11 AM
Re: DL360's and Smartd
http://gwfl.daimonic.org/index.pl?p=nagiosplugs
Haven't gotten to play with them yet, but looks very promising.