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

...

*** 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 &

...