此内容没有您所选择的语言版本。
Chapter 9. Upgrading Red Hat Gluster Storage Console
This section covers both updating your Red Hat Gluster Storage Console environment between minor releases, and upgrading to the next major version. Always update to the latest minor version of your current Red Hat Gluster Storage Console version before you upgrade to the next major version.
Upgrading Red Hat Gluster Storage Console involves three main steps:
- Configuring channels and entitlements.
- Updating the required packages.
- Performing the upgrade.
The command used to perform the upgrade is
rhsc-setup
, which provides an interactive interface. While the upgrade is in process, Red Hat Gluster Storage hosts continue to operate independently. When the upgrade is complete, you can then upgrade your hosts to the latest versions of Red Hat Gluster Storage.
9.1. Upgrades between Minor Releases 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
You can upgrade Red Hat Gluster Storage Console between minor releases.
Procedure 9.1. Checking for Red Hat Gluster Storage Console Updates
- Run the following command on the machine on which the Red Hat Gluster Storage Console is installed:
rhsc-upgrade-check
# rhsc-upgrade-check
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - If there are no updates are available, the command will output the text
No upgrade
:Copy to Clipboard Copied! Toggle word wrap Toggle overflow - If updates are available, the command will list the packages to be updated:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
You have checked for updates to the Red Hat Gluster Storage Console.
Procedure 9.2. Updating Red Hat Gluster Storage Console
Updates to the Red Hat Gluster Storage Console are released via Red Hat Network. Before installing an update from Red Hat Network, ensure you read the advisory text associated with it and the latest version of the Red Hat Gluster Storage Release Notes and Red Hat Gluster Storage Technical Notes. A number of actions must be performed to complete an upgrade, including:
- Stopping the
ovirt-engine
service. - Downloading and installing the updated packages.
- Backing up and updating the database.
- Performing post-installation configuration.
- Starting the
ovirt-engine
service.
- Run the following command to update the
rhsc-setup
package:yum update rhsc-setup
# yum update rhsc-setup
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Run the following command to update the Red Hat Gluster Storage Console:
rhsc-setup
# rhsc-setup
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Run the following command to ensure that all packages are up to date:
yum update
# yum update
Copy to Clipboard Copied! Toggle word wrap Toggle overflow If this includes updates to the Nagios plugin (nagios-server-addons), re-run the Nagios configuration command to ensure it is correctly configured after upgrade.configure-gluster-nagios
# configure-gluster-nagios
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
You have successfully updated the Red Hat Gluster Storage Console.