STEPS TO FOLLOW WHEN BOOTING CHEROKEE:
======================================

1. power on

2. login as trace

3. check if pbs_server, pbs_sched and pbs_mom are running:
   ps -elf|grep pbs

4. If pbs is not running, then it can be restarted by root with the command:
   /etc/rc2.d/S99pbs start

5. If pbs is running (the most likely case) then check the status of the queue:
   /usr/local/bin/qstat

6. There should be two jobs named Proc_DPS, one running and one queued.
   If there is no running job, then you can restart it with:
   qsub -j oe -o ~/Qproc_dps /tsw/idl/ops/go_proc_dps.pbs

   That should do it. You may end up with a few extra jobs in the queue,
   but they don't hurt anything.

7. start egse on winterm (without '&'): 
   egse

8. if not working start CFL Monitor:
   Toolchest -> EGSE -> CFL Monitor -> "start CFL Monitor" -> EXIT

9. try again: 
   egse

10. to connect to FOT/DPS type: 
    conn ac1


-----------------------------------------------------------------------------

STEPS TO FOLLOW WHEN EXTERNAL DISKS CAUSE PROBLEMS:
====================================================

Symptoms:
- the disk is not accessible anymore. All lights at the front of the
  enclosure for the particular disk are on.
  (if the problem disk is disk6 it will most likely hang up the whole system
   since the user home-dirs (incl. dps and trace) are on this disk)

Problem fix:
- shutdown cherokee
- FULL POWER OFF disk enclosure (at the back of the enclosure)
- wait a few secondes and turn power on again at disk enclosure
- reboot cherokee
- go thru above startup routine to see if all jobs are running and start EGSE

