Versions Compared

Key

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

...

nohup ./report_generate.sh -y 2017 -m 7 >jul >jul_msr.txt &

The script takes approximately anywhere between 10 and 45 minutes to run, when complete the last line of the output file will read:

*** report_generate.sh Complete *** Date / time

*** run: "tail -f ./jul_msr.txt"  — This will give a live update of the bottom content of the file

Once the above script has completed, then run the following script:

nohup ./report_calculate_availability_part2.sh -y 2017 -m 7 >jul >jul_msr_part2.txt &

** The above script can take at least 4 hours to run

...