UPDATE ......Confluence has now been updated to version 9.2.6. Please see following page for details and feedback about changes:
Updates
...
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 &
...