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
...
*** report_generate.sh Complete *** Tue Jan 23 12:16:59 UTC 2018
2nd Script:
Once the above script has completed, then run the following script:
Switch to root (sudo su)
cd to /opt/msr-reports/reports
nohup ./report_calculate_availability_part2.sh -y 2017 -m 7 >jul_msr_part2.txt &
...