QuantaStor 4.5.2 Upgrade Instructions

From OSNEXUS Online Documentation Site
Jump to: navigation, search

There are three separate options for upgrading to the 4.5.2 release.

Upgrading to 4.5.2 via the WebUI Upgrade Manager

It is recommended that you use the CLI update detailed below to install the latest OS level and Security patches and update to the latest QuantaStor Linux kernel

Upgrading to 4.5.2, the 4.4.0-112-generic kernel and Latest OS Packages and Security updates via Command Line Interface

This is the recommended option for systems running 4.4.3 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.5.2 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.5.2 along with the installation of the 4.4.0-112-generic 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 4.4.0-112-generic Linux Kernel is installed.
    # sudo qs-kernelupgrade
  4. Reboot the Quantastor Appliance to boot to the new kernel:
    # sudo reboot

Upgrading to 4.5.2 via Manual Installation

This option is not recommended unless there is an explicit need to install the 4.5.2.001 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.5.2.001 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.5.2 release on any QuantaStor running a v3 or newer release.

Command Line Instructions to install QuantaStor 4.5.2.001 explicitly:

# sudo apt-get update
# sudo qs-upgrade
# sudo apt-get install -y qstormanager=4.5.2.001-1 qstorservice=4.5.2.001-1 qstortomcat=7.4.2.2.010-1 qstortarget=4.5.0.146-1 qstorrest=4.5.0.011
# sudo apt-get install -f
# sudo qs-kernelupgrade