Versions Compared

Key

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

...

  • Stop the up.time data collector and datastore services using the following commands:

 

No Formatcode
Windows:  
> net stop "up.time Data Collector"  
> net stop "up.time Data Store"

Linux or Solaris:  
# /etc/init.d/uptime_core stop stop 
# /etc/init.d/uptime_datastore stop
  • Copy the \\datastore\\data folder to your desired location.
  • Edit the \\mysql\\my.ini file by updating the following line so that it points to the new location of the datastore:
No Formatcode
datadir="C:/Program Files//uptime software/uptime/datastore/data/"
  • Start the up.time datastore and data collector services using the following commands:
    No Formatcode
    Windows:  
    > net start "up.time Data Store"  
    > net start "up.time Data Collector"
    
    Linux or Solaris:  
    # /etc/init.d/uptime_datastore start start 
    # /etc/init.d/uptime_core start

...