QuantaStor 4.1.3 Upgrade Instructions

From OSNEXUS Online Documentation Site
Revision as of 18:33, 8 December 2016 by Qadmin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

There are three separate options for upgrading to the 4.1.3 release. This update will require a REBOOT

Upgrading to 4.1.3 via the WebUI Upgrade Manager

This is the recommended upgrade path for systems already running the recent 4.0.8 release that do not require OS level security patches.

This option will result in an upgrade of only the QuantaStor specific packages (as opposed to a complete OS wide package upgrade). We recommend electing for this option if you have recently upgraded using the qs-upgrade command and do not require a full OS level update.

Login to the WebUI with an admin account and run the Upgrade Manager, click Check for Updates and Install the below QuantaStor update packages via the Upgrade manager.

Web Management       4.1.3.878-1
Core Services        4.1.3.878-1

Please note that the upgrade process will log out any WebUI manager sessions you have running.

After the update has completed and the managemenr service is available, close and re-open your QuantaStor WebUI Browswer Tabs.

This will ensure you are running the 4.1.3.878 version of the QuantaStor Web manager. If you have trouble displaying the new QuantaStor Web management via your browser, please use [Ctrl]+[F5] ([Shift]+F5] on Mac OS X) to reload the QuantaStor Web manager and bypass your cache. If your browser does not support forcing a page reload without cache, please clear the cache in your browser.

Upgrading to 4.1.3 the 3.19.0-73-quantastor kernel and Latest OS Packages and Security updates via Command Line Interface

This is the recommended option for systems running 4.0.7 or earlier QuantaStor versions, and systems that may be out of date and require OS level package updates as well.

This update will require a REBOOT.

This procedure will upgrade the QuantaStor system to the latest software version, and also update all OS level packages to their latest versions as well, ensuring the system software has the latest security patches in place.

It is recommended that you schedule a downtime work window as a reboot is required for changes in the 4.1.3 upgrade. You will need to run these commands as a user with sudo access on the QuantaStor appliance, such as the default 'qadmin' account or as root if you have enabled direct root access.

NOTE: Schedule Downtime and disconnect client access before performing these steps.

Login to the CLI to perform a full upgrade to QuantaStor 4.1.3 along with the installation of the 3.19.0-73-quantastor Linux Kernel, the latest ZFS and other driver upgrades and latest Security and OS packages.

  1. Run the qs-upgrade command once to install the newest version of the qs-upgrade script and the base Quantastor packages.
    # sudo qs-upgrade
  2. Run the qs-upgrade command a second time to install all system level updates and dependencies, this will bring all system level and security packages to the latest versions.
    # sudo qs-upgrade
  3. Run the kernel upgrade command to ensure the 3.19.0-73-quantastor Linux Kernel is installed.
    # sudo qs-kernelupgrade
  4. Reboot the Quantastor Appliance to boot to the new kernel:
    # sudo reboot

Upgrading to 4.1.3 via Manual Installation

This option is not recommended unless there is an explicit need to install the 4.1.3.878 version of the software.

The above options will result in an upgrade to the latest available software versions and are the recommended upgrade choices for all customers. The follows steps can be used if there is a specific need to install the 4.1.3.878 version of the software, even if newer software updates are available.

The below commands can be run from the console of a QuantaStor appliance to explicitly install the 4.1.3 release on any QuantaStor running a v3 or newer release.

Command Line Instructions to install QuantaStor 4.1.3.878 explicitly:

# sudo apt-get update
# sudo qs-upgrade
# sudo apt-get install -y qstormanager=4.1.3.878-1 qstorservice=4.1.3.878-1 qstortomcat=7.4.2.2.003-1 qstortarget=4.1.2.877-1
# sudo qs-kernelupgrade