UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
report_calculate_availability_part1.sh
Switch to root (sudo su)
Run the report_generate.sh with relevant year and month
Example of running the report generator script for July 2017:
nohup ./report_generate.sh -y 2017 -m 7 >jul_msr.txt &
The script takes approximately 10 minutes to run, when complete the last line of the output file will read:
*** report_generate.sh Complete *** Date / time
Once the above script has completed, then run the following script:
...