- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: bdf/system check scripts
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
03-14-2002 09:44 AM
03-14-2002 09:44 AM
bdf/system check scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 09:49 AM
03-14-2002 09:49 AM
Re: bdf/system check scripts
Here's a link to the "favorite scripts" thread - think there's one in there.
And it contains pointers to other sources as well.
http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0x026250011d20d6118ff40090279cd0f9,00.html
Should be able to find one here I would think.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 09:50 AM
03-14-2002 09:50 AM
Re: bdf/system check scripts
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xcae0f9beca68d511abcd0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 10:44 AM
03-14-2002 10:44 AM
Re: bdf/system check scripts
I was interested in a script to tell me which filesystems were changing size. Hence the attached script, ckfssize. It also reports filesystems over 90% full (if not already listed).
Simply running it from cron will have it mailed to you on the local host. That's all I cared to do. You could capture it's output to a file and email that. Or perhaps pipe the output to mail.
My next reply will have attached the script that creates my "baseline" file, mkbaseline.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2002 10:45 AM
03-14-2002 10:45 AM
Re: bdf/system check scripts
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 12:39 PM
03-15-2002 12:39 PM
Re: bdf/system check scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 12:55 PM
03-15-2002 12:55 PM
Re: bdf/system check scripts
It has two user-definable thresholds, one for non-critical file systems that can go pretty high, and one for critical systems like /var that I want to keep lower.
If a threshold is met, several things happen.
First, it sends email to my pager. It does this until the problem is fixed.
Second, it sends an email to an alias, a list of admins. The mail is only sent once, however, since email to four people every 15 minutes would only add to disk space problems :) I use a file as a flag for that - if the file exists no more mail is sent.