(temporary)

Disk space statistics

Space usage added to Oracle table

On every data sever a cron job (ScaDiskSpaceTable) records the disk usage values and writes them to nfs, 

Another cron job (running on a fermilnx machine as glastdat) loads the data into Oracle.

Hourly space usage (shown on web page)

There are two trscron jobs (as user wilko) that show the disk usage values in a web page.

ScaDiskSpaceTable: Create a html table with the space usage. The same values that are loaded into the database are used.

fg_list_diskspace_cron.sh: create hourly disk space reports that are shown it in a web page. ssh is used to obtain the values from the server.

  • No labels