- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Smartmontools
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-02-2010 02:45 PM
02-02-2010 02:45 PM
Smartmontools
I installed smartmontools on a DL380G2 running Debian Lenny. I have 6 harddisks so I configured /etc/smartd.conf for 6 disks.
I've setup email and run smartctl for all disks to check their status. All disks are fine.
Now do run some tests and I pull one of the disks.
Running a status report with smartctl I find out that it's no longer showing me any information for disk 5. But I did not pull disk 5, I took out disk 3! So any smart warnings for disk 5 would have gotten me to replace disk 5 where infect I should have replaced disk 3. (I'm ignoring any status lights)
Hoping a restart of the smartd would trigger an allert I now stop the service. But now I notice that I can't start the service anymore.
As long as there is failed/missing disk the smartd won't start. It will also not start after a reboot.
So in case of an abrupt failure I don't get an email warning and after a restart I also lose smart monitoring for the rest of the disks.
So is smartmontool any good? Or should I start looking at other tools? And what other tools will work (stable) on Debian Lenny with the cciss controller?
perhaps try one of these:
http://cciss.sourceforge.net/#cciss_utils
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2010 10:06 PM
02-02-2010 10:06 PM
Re: Smartmontools
How did you configure the disks in smartd.conf?
Goran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 12:49 AM
02-03-2010 12:49 AM
Re: Smartmontools
/dev/cciss/c0d0 -d cciss,X -a -s (L/../../7/02|S/../.././02) -m emailaddres@compagny.nl
(X = disk number 0-5)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 01:36 AM
02-03-2010 01:36 AM
Re: Smartmontools
Perhaps using '-d removable' will help.
Goran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 01:57 AM
02-03-2010 01:57 AM
Re: Smartmontools
Are you suggesting replacing cciss with removable, perhaps adding removable between -d and cciss?
I've tried both but then the service wont start.
WB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 02:27 AM
02-03-2010 02:27 AM
Re: Smartmontools
-d removable -d cciss ...
Goran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 02:55 AM
02-03-2010 02:55 AM
Re: Smartmontools
Is there perhaps an option to get an email when a drive is missing/defective?
And how do I get those smartd.conf disk numbers to correlate with the numbers on the drive cage?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2010 12:55 PM
02-04-2010 12:55 PM
Re: Smartmontools
So for now I run the attached script every 15 minutes and that seems to work when a disk is missing/defect.
If anyone had a better idea or thinks there is a problem with this setup then please let me know.