- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to monitor HDD failure alert
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-01-2007 01:36 PM
02-01-2007 01:36 PM
How to monitor HDD failure alert
I am new in using HP Sim manager, I have install software, but don't know how to setup a rule to detect HDD failure alert.
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2007 03:37 PM
02-01-2007 03:37 PM
Re: How to monitor HDD failure alert
You can use snmp if you wish.
You can write a script to detect failure in /var/log/messages or dmesg output.
Either one has specific strings what can be detected that will definitely let you know when a disk has failed.
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-01-2007 04:11 PM
02-01-2007 04:11 PM
Re: How to monitor HDD failure alert
As I have setup the HP SIM with proliant support pack already, moreover, the SNMP is also enabled.
How to use SNMP ? Can you give me more hint ?
Or for the script, can you give me more?
Regards,
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2007 11:47 PM
02-04-2007 11:47 PM
Re: How to monitor HDD failure alert
if your drives are [P|S]-ATA the smartmontools should work very well.
http://sourceforge.net/projects/smartmontools
They claim that also SCSI drives are supported but I haven't tried out on them yet.
If you have MIB data of the disk (raid) controller that you use you could as well set up SNMP traps in net-snmp, or extend by an own custom plugin script etc.
Without a MIB for your controller I wouldn't know how to access the SMART states from your drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2007 11:53 PM
02-04-2007 11:53 PM
Re: How to monitor HDD failure alert
You simply need to give a valid mail address where you wish to receive notifications if an array gets faulty to the MAILADDR directive within /etc/mdadm.conf at mdadm --monitor start up (e.g. after reboot).
If you wish to send a trap to any sort of magaement system simply supply a working script to POGRAM directive in mdadm.conf