UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
- Run "sudo dos2unix ./fix*" inside "/home/cactiuser/scripts"
- THEN run "sudo ./fix_monthly_utilisation.sh -y 2017 -m 7" ** Pay attention to the year and the month value in the command.
Some circuits will be missing from the MSR GUI, and some circuits will show zeros, to fix that I have added those circuits in bash scripts which you can run, as below:
On prod-cacti01 "/home/cactiuser/scripts"
- Run this script "sudo ./missingCircuitsinip_util_lhconePage.sh -y2019 -m10" , this is for this page: http://test-msr.geant.net:8888/msr/ip_util_lhcone.jsp?type=percent
- Run this script "sudo ./missingCircuitsINip_util_ipv6Page.sh -y2019 -m10" , this is for this page: http://test-msr.geant.net:8888/msr/ip_util_ipv6.jsp
- Run this script "sudo ./missingCircuitsINint_util_details.sh -y2019 -m10" , this is for this page: http://test-msr.geant.net:8888/msr/int_util_details.jsp
- Run this script "sudo ./TooManyZerosIP_UTIL_IP-page.sh -y2019 -m10" , this is for this page http://test-msr.geant.net:8888/msr/ip_util_ip.jsp
The scripts below are what you've already generated from cacti-utilisation application and copied them from fix-scripts folder.
...