Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

...