...
This scripts calls the following scripts:
echo "*** IP Access *** `date`"
./fix_ip_access.sh -y $year -m $month >> /tmp/cacti_util_ip_access_$year_$month.logecho "*** IP Access IAS *** `date`"
./fix_ip_access_ias.sh -y $year -m $month >> /tmp/cacti_util_ip_access_ias_$year_$month.log
echo "*** IP Access IPv6 *** `date`"
./fix_ip_access_ipv6.sh -y $year -m $month >> /tmp/cacti_util_ip_access_ipv6_$year_$month.logecho "*** Interconnect *** `date`"
./fix_interconnect.sh -y $year -m $month >> /tmp/cacti_util_interconnect_$year_$month.log
echo "*** Interconnect Port Summary *** `date`"
./interconnect_port_summ.sh -y $year -m $month >> /tmp/cacti_util_interconnect_port_summ_$year_$month.log
echo "*** Interconnect IPv6 *** `date`"
./fix_interconnect_ipv6.sh -y $year -m $month >> /tmp/cacti_util_interconnect_ipv6_$year_$month.log
echo "*** Trunks *** `date`"
./fix_trunks.sh -y $year -m $month >> /tmp/cacti_util_trunks_$year_$month.log
echo "*** DWS *** `date`"
./fix_dws.sh -y $year -m $month >> /tmp/cacti_util_dws_$year_$month.logecho "*** GEANT Plus *** `date`"
./fix_plus.sh -y $year -m $month >> /tmp/cacti_util_plus_$year_$month.log
echo "*** LHCone *** `date`"
./fix_lhcone.sh -y $year -m $month >> /tmp/cacti_util_lhcone_$year_$month.logecho "*** EAP *** `date`"
./fix_eap.sh -y $year -m $month >> /tmp/cacti_util_eap_$year_$month.log
** You can see that log files are produced in the /tmp direcory of prod-cacti-fra-de.geant.net. These are useful when diagnosing zero values displayed in the MSR utilisation pages.
...