Page History
...
Officially supported UIM upgrade paths include:
Current Version | Upgrade Version |
---|---|
7.1 | 7.2 |
7.3 | |
7.2 | 7.3 |
7.4 | |
7.3 | 7.4 |
7.5 | |
7.4 | 7.5 |
If you are running an earlier version of Uptime Infrastructure Monitor, please refer to Upgrading to UIM 7.1 or earlier and complete your upgrade to UIM 7.1 before proceeding.
...
Info |
---|
|
Applying UIM installers
- Download the Installer file from the UIM 7.6 Monitoring Station Installer Files (includes up.time Controller) section of the Support site. The current names of the UIM installer files are listed below.
UIM version: 7.5Info On earlier UIM versions, there were separate installers for Red Hat & SUSE, as well as separate packages for upgrading vs. a full installation. Going forth is now a single installer that covers both versions of Linux, as well both upgrades and full installs.
Platform & installer files:- Windows: up.time-7.5.0-windows.exe
- Linux: up.time-7.5.0-linux.bin
- Copy the installer file to your monitoring station. If using FTP, ensure you use binary mode.
- Review the version release notes for any specific upgrade instructions.
- Back up your current UIM deployment. We recommend at least the following steps, which will back up the configuration information but not the historical performance data. Please review Backing up and recovering UIMUptime Infrastructure Monitor for additional backup suggestions.
- Generate a Problem Report with full configuration data.
- From within the
- UIM web
- UI, navigate to the Config tab
- , and click Problem Reporting from the left side menu.
- Check the Include configuration and service monitor status history for the
- past box.
- Change the default option of 3 months of configuration data to 120 months.
- Click Generate Report and wait for the
- problem report to complete.
- Download and make a copy of the resulting .zip file somewhere other than the
- monitoring station.
- The problem report will make a copy of all the various config files & configuration data used by
- UIM. But you should also make a back-up of the following files/directories as these maybe overwritten during the upgrade process.
- Any Scripts/Plugin Monitors configured on the
- monitoring station. Typically located in subdirectories in the <uptime_dir>/scripts/ directory. (i.e. <uptime_dir>/scripts/MonitorLogScanner etc etc).
- Any custom Dashboards downloaded from
- The Grid typically located as sub-directories in the <uptime_dir>/GUI/ directory. (i.e. <uptime_dir>/GUI/mobile or <uptime_dir>/GUI/world_map etc).
- If you made any
- customizations to the <uptime_dir>/logging.conf, this will needed to be backed up, as this file has been revised in the new release.
- customizations to the <uptime_dir>/logging.conf, this will needed to be backed up, as this file has been revised in the new release.
- Generate a Problem Report with full configuration data.
...
Info
...
To guarantee full retention of historical performance data, perform a full database backup prior to upgrading using one of the options from the Knowledge Base
...
article Backing up and
...
- Log out of the
...
- UIM user interface before proceeding with the upgrade. Note that if this step is not followed, you may receive a "Database is
...
- not responding" error when attempting to restart
...
- UIM after the upgrade.
- Stop the
...
- UIM services before executing the
...
- installer.
- If you've previously installed the separate
...
- up.time Controller
...
- while running
...
- UIM 7.1, you will need to manually un-install this before proceeding as the up.time Controller is now integrated into
...
- UIM and later Installer packages.
- Uninstalling the up.time Controller on Windows:
- Open the Programs and Features Control Panel.
- Select the up.time Controller.
- Click Uninstall.
- Follow the on-screen prompts.
- Uninstalling the up.time Controller on Linux:
- Navigate to the /controller/uninstaller directory ( The default Uptime Infrastructure Monitor install directory is /usr/local/uptime/ ).
- Run the uninstaller.sh shell script.
- Uninstalling the up.time Controller on Windows:
- Continue to apply the
...
- UIM upgrade.
For Linux installations, run the following commands.
...
Info On earlier
...
UIM versions, there were separate installers for Redhat & SUSE, as well as separate packages for upgrading vs. a full installation. Going forth is now a single installer that covers both versions of Linux, as well both upgrades and full installs.
Code Block language sql # cd /to/your/upgrade/file/path
...
# chmod +x up.time-7.5.0-linux.
...
bin # ./up.time-7.5.0-linux.bin
...
Follow the directions presented during the upgrade script.
For Windows installations
...
- , right click on the installer, and
...
- select Run As Administrator
...
- . This will ensure that the installer runs as a local administrator account and has the permissions needed.
- Depending on your specific environment, you may need to re-apply certain changes to the config files that were backed up as part of Step #4. Do not directly re-apply the backed up copies though, as there are various changes to these config files between versions. If you are unsure of what changes to do after the upgrade, please contact
...
- UIM support directly, and provide the PR taken before the upgrade.
- If any custom files have been removed, copy them back to their respective folders (e.g. plug-in monitors reside in the uptime scripts folder). Do not overwrite any files that already exist within the scripts directory after the upgrade. Because like the config files, there are intended changes to these files between Uptime Infrastructure Monitor versions. If you are unsure of what scripts to re-apply after the upgrade, please contact
...
- UIM Support directly, and provide of the PR taken before the upgrade. (ex. SSL lines in httpd.conf will need to be readded after an upgrade.)
- If your
...
- UIM deployment includes a UI instance, please review the additional steps required for Gadgets/Dashboards to work correctly across both instances as outlined in the Release Notes
...
- .
...