RHEL Host (RHEV) upgrade:
====================
Applying RHEV updates on Red Hat Enterprise Linux 6
Enable Repos:
#subscription-manager repos --disable=*
#subscription-manager repos --enable=rhel-6-server-rpms
#subscription-manager repos --enable=rhel-6-server-optional-rpms
#subscription-manager repos --enable=rhel-6-server-rhev-mgmt-agent-rpms
#subscription-manager repos –enable=rhel-6-server-supplementary-rpms
Set hosted-engine status to maintenance:
#hosted-engine --vm-status
#hosted-engine --set-maintenance --mode=global
Before installing an update, make sure all previously released errata relevant to the system have been applied.
To access updates when using Red Hat Enterprise Linux 6, launch the graphical update tool through System -> Administration -> Software Update, or from the command line via the following command:
# gpk-update-viewer
For a command line interface, use the following command to update the operating system:
# yum update
To install a specific package, such as vsftpd, use the following command:
# yum install vsftpd
UPGRADING RED HAT ENTERPRISE VIRTUALIZATION MANAGER 3.6
The following procedure outlines the process for upgrading Red Hat Enterprise Virtualization Manager 3.5 to Red Hat Enterprise Virtualization Manager 3.6. This procedure assumes that the system on which the Manager is installed is subscribed to the entitlements for receiving Red Hat Enterprise Virtualization 3.5 packages at the start of the procedure.
IMPORTANT
If the upgrade fails, the engine-setup command will attempt to roll your Red Hat Enterprise Virtualization Manager installation back to its previous state. For this reason, the repositories required by Red Hat Enterprise Virtualization 3.5 must not be removed until after the upgrade is complete as outlined below. If the upgrade fails, detailed instructions display that explain how to restore your installation.
Procedure 3.1. Upgrading to Red Hat Enterprise Virtualization Manager 3.6
-
Subscribe the system on which the Red Hat Enterprise Virtualization Manager is installed to the required entitlements for receiving Red Hat Enterprise Virtualization Manager 3.6 packages:
# rhn-channel --add --channel=rhel-x86_64-server-6-rhevm-3.6
# subscription-manager repos --enable=rhel-6-server-rhevm-3.6-rpms
-
Update the rhevm setup packages:
# yum update rhevm\*setup\*
-
Run the following command and follow the prompts to upgrade the Red Hat Enterprise Virtualization Manager:
# engine-setup
-
Remove or disable the Red Hat Enterprise Virtualization Manager 3.5 channel to ensure the system does not use any Red Hat Enterprise Virtualization Manager 3.5 packages:
# rhn-channel --remove --channel=rhel-x86_64-server-6-rhevm-3.5
# subscription-manager repos --disable=rhel-6-server-rhevm-3.5-rpms
-
Update the base operating system:
# yum update
|
No comments:
Post a Comment