Versions Compared

Key

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

...


Back up your current configuration

Review Backing up & and Recovering up.time for full instructions.

Download and Install the same up.time version on the new Monitoring Station

...

Login to up.time on the new Monitoring Station. Since it will be a fresh up.time install, it will ask you to set the admin password and SMTP server. These values will be reset once the configuration is copied from the old Monitoring Station.
Enter the new license key when prompted.

Shut down up.time on both the current and new Monitoring Stations

To stop the up.time services on a Windows platform, stop the following Windows services in the specified order:

 

up.time Web Server
up.time Data Collector
up.time Data Store

 

To stop the up.time services on a Unix platform, run the following commands in the specified order:

 

# /etc/init.d/uptime_httpd stop
# /etc/init.d/uptime_core stop
# /etc/init.d/uptime_datastore stop

review - Starting and Stopping up.time 


Move the DataStore

The up.time datastore contains all relevant configuration information for your up.time installation. To move the datastore, copy the following directory to the same location on your new Monitoring Station:

 

...

Code Block
<uptime_dir>/datastore

...

Note

...

Consider compressing the data within this directory before moving the configuration information to minimize transfer time. Also ensure that file transfers are completed in BINARY mode as datastore files may be corrupted if they are transferred in ASCII.


Start up.time on the new Monitoring StationAfter the datastore directory has been moved to the new Monitoring Station, start the up.time services in the following order.

 

On Windows:

 

up.time Data Store
up.time Data Collector
up.time Web Server

 

On Unix:

 

# /etc/init.d/uptime_datastore start
# /etc/init.d/uptime_core start
# /etc/init.d/uptime_httpd start

on the new Monitoring Station review - Starting and Stopping up.time 

 

Set up other Settings

Some settings may not be included with the configuration and performance data and may need to be individually configured. These parameters may include: 

  • SMTP/Email Settings (under Config > SMTP Server)
  • Java Heap Size
  • Scripts and/or plug-in monitors
  • UI Only / Reporting Instance Setting

...

When the Monitoring Station is running on the new system, ensure that all agent systems continue to return new performance data and that up.time is registering alerts. 

If any functionality stops working after moving to the new system, please contact [email protected] and provide a description of what is not working along with a Problem Report (Config > Problem Reporting).

...