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
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:
...