| | 45 | After a reboot, the screen session also need to be checked and rebooted. As ippitc on ipp113 check them using: |
| | 46 | {{{ |
| | 47 | screen -list |
| | 48 | }}} |
| | 49 | and restart screens using: |
| | 50 | {{{ |
| | 51 | screen -S RoboCzar (or CzarPoll) |
| | 52 | }}} |
| | 53 | once in the screen session, launch the script using: |
| | 54 | {{{ |
| | 55 | cd /data/ippc64.1/ippitc/src/ippMonitor/czartool |
| | 56 | ./roboczar.pl (or ./czarpoll.pl) |
| | 57 | }}} |
| | 58 | and get out using CTRL-a d |
| | 59 | |
| | 60 | Finally, upon reboot, clear active processes from the pantasks by using: |
| | 61 | {{{ |
| | 62 | ./check_systems.sh stop |
| | 63 | }}} |
| | 64 | and set the pantasks back to run after jobs have cleared, using: |
| | 65 | {{{ |
| | 66 | ./check_systems.sh run |
| | 67 | }}} |
| | 68 | Remember, if there is any non-standard (i.e. not nightlyscience) processing happening, these are not affected by the check_systems script and need to be done by hand. |
| | 69 | |
| | 70 | |
| | 71 | |
| | 72 | |