SCRIPT DESCRIPTION
 
Purpose of this script of ckall is to help diagnose a group of workstations, it's currenly under "development" and most of the diagnose functions are based on AIX.

Sample of currently available functionality if ckall log, which reports the date of the latest error/message for every workstation in the "cluster" (this code in particular is for AIX, but easily portable to any UNIX).

 
INSTALLATION
 

For istalling the script just copy it in your home directory then add the following
piece of code in your .profile or .bash_profile :


 export CKHOSTS=/home/yourhome/.clusterhosts

This variable points to a file containing a list of hosts used by ckall (so called "cluster"), to execute diagnose function.

Will be updated soon!