Popular Articles
Reasons For and Against Human Cloning
Globalization of the USA
The Pros and Cons of Capital Punishment
World's Stupidest Game
Latest Articles
How to Help Humanity
Why Economists Miss the Mark
Daylight Saving Time
Natural Log Proof
Subscribe to 
Main Menu
HOME
SAVE HUMANITY
(42)
HELP THE WORLD
(96)
IMPROVE GOVERNMENTS
(87)
PERSONAL DEVELOPMENT
(238)
COMPUTER HELP
(125)
ARCHIVE (all articles)
SEARCH THIS SITE
CONTACT US
DISCLAIMER
PLEASE HELP: DONATE
|
ClearCase Support: Automate Checking of ClearCase VOBs
I also periodically and automatically check all ClearCase VOBs using a UNIX Perl script. I do this by using the below script that does several basic checks. Here are the four primary features of this script:
- Checks each VOB if it is functioning and read accessible.
- Checks each VOB for valid owner and group permissions.
- Checks if the VOB Storage Partitions are almost running out of disk space.
- Checks if the VOB Registry has any issues.
You can modify the limits of each requirement to your environment's needs. From my experience, I recommend running this script about once a week via cron.
Here is how to execute this script.
You can download this Perl script here, or you can copy-n-paste from here:
This script was written for www.philforhumanity.com.
by Phil B.
|