Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Ensure that the DataStore service is running.
  2. Use the resetdb utility to delete and then recreate the up.time database structure by running one of the following commands:

     

    Code Block
    languagetext
    On Windows:
    >net stop "up.time Data Collector" 
    >C:>Program Files>uptime software>uptime>resetdb --nodata really 
    
     On Linux or Solaris: 
     /etc/init.d/uptime_core stop 
     /usr/local/uptime/resetdb --nodata really
  3. Run the following command:

    Code Block
    languagetext
    fulldatabaseimport path/<filetoimport>.xml.gz
    

    Where path/<filetoimport>.xml.gz is the path to and file name of the archived contents of your DataStore. For example, to import the archive that is located in up.time's root installation directory, enter:

    Code Block
    languagetext
    fulldatabaseimport uptimedump_2007-01-02.xml.gz
  4. Restart the up.time Data Collector service by running the following command:

    Code Block
    On Windows: >net start "up.time Data Collector"
    On Linux or Solaris: /etc/init.d/uptime_core start 

...