Reply To: Shutdown/Restart scripts for AIX

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Shutdown/Restart scripts for AIX Reply To: Shutdown/Restart scripts for AIX

#58390
Richard Hart
Participant

    Bill.

    We have a logcycling script (logZip.sh) that searches for and ‘time stamps’ ‘.old’ files before cycling the log process.  We execute this from cron every fours hours

    Our  ‘stopSite.sh’  script loops over the processes within a site, stops them and calls the logzip script.

    Our  ‘startSite.sh’ script loops over the processes within a site, calls the ‘logzip’ script and then starts the process.

    I hope this helps