You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Use the following steps to move your up.time datastore to a different directory:

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

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

\n

Linux or Solaris: # /etc/init.d/uptime_core stop # /etc/init.d/uptime_datastore stop

\n
  • \n
    Copy the \\datastore\\data folder to your desired location.
  • \n
    Edit the \\mysql\\my.ini file by updating the following line so that it points to the new location of the datastore:
\n
\n

datadir="C:/Program Files//uptime software/uptime/datastore/data/"

\n
  • \n
    Start the up.time datastore and data collector services using the following commands:
\n
\n

Windows: > net start "up.time Data Store" > net start "up.time Data Collector"

\n

Linux or Solaris: # /etc/init.d/uptime_datastore start # /etc/init.d/uptime_core start

\n
  • \n
    Confirm the change by checking the timestamps of the ibdata* files in the new datastore directory and verify that you can successfully login to up.time.
  • No labels