Preparing To Upgrade
Prior to upgrading, you will need to login to your Nagios XI machine as the root user.
It is recommended to backup your existing Nagios XI installation before attempting the upgrade process. Make sure to backup the
following directories prior to upgrade:
/usr/local/nagiosxi
/usr/local/nagios
Getting the Update
On the your Nagios XI server, first change to the /tmp directory:
Next, download the latest stable or development release to the /tmp directory on the Nagios XI server.
Note: You will need to have the link to the Nagios XI version you'd like to download before you can proceed with the next step. You can
find download links by logging in to the Nagios Library and visiting the Nagios XI downloads page at:
http://library.nagios.com/library/produ ... loads/main
To download the latest stable release to your Nagios XI server, use a command similar to the following (replace [downloadlink] with the
link to the version of Nagios XI you want to download):
wget [downloadlink]
For example, to download Nagios XI 2009r1.4b, you would use the following command:
Code: Select all
wget http://assets.nagios.com/downloads/nagiosxi/xi-2009r1.4b.tar.gz
Installing the Update
Unpack the update tarball you just downloaded (change the name to match your download):
Change to the new nagiosxi subdirectory that was created when you unpacked the tarball:
Run the upgrade script:
Verifying the Upgrade
Once the upgrade scripts complete, you should login to the Nagios XI interface and verify things are still working. The Nagios XI
interface can be accessed using a URL like the following:
http://<ipaddress>/nagiosxi
where <ipaddress> is the IP address of your Nagios XI server.
Clearing the Session Cache
Once you've logged into the Nagios XI interface, hold down the shift key and click the reload button in your browser to clear out any old
session variables and clear cached javascript code.