[Contents] [Prev] [Next] [Index] [Report an Error]


Clearing the Operation Status Table

The JUNOScope Operations Status table adds a record and grows in file size whenever you perform an archive or restore an archive of a configuration file. Eventually, the file can consume too much disk space on the JUNOScope software server. To clear the Operations Status table, you must have superuser privileges.

To clear the Operations Status table and reduce file size, follow these steps:

  1. On the UNIX server where you installed the JUNOScope software, change to the following location:
  2. hostname% <install-directory>/jtk/bin
    
    
    
  3. Run the following script:
  4. hostname% clear_status_table.sh -m <months>
    
    
    

Where -m <months> is the number of months back to clear records from the Operations Status table file. For example, the following command clears records from the last 12 months:

hostname% clear_status_table.sh -m 12

If you do not include the -m <months> argument, by default the script deletes all records older than 6 months.


[Contents] [Prev] [Next] [Index] [Report an Error]