Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 4. Asynchronous Errata Updates
Note
The latest OpenShift Enterprise Deployment Guide provides general instructions on how to apply asynchronous errata updates within a minor release:
yum update
command on a host installs packages for all pending updates at once. If you are applying multiple asynchronous errata updates at once, any additional update instructions for all releases being installed must be performed. However, the steps can be aggregated in this situation when commands would be unnecessarily repeated. When evaluating which additional steps must be performed for multiple pending asynchronous errata updates, consider the following general workflow:
- Run the
yum update
command on each host. - Restart relevant services.
- Clear the broker and console cache on the broker host, if relevant.
- Run the
oo-admin-upgrade
command on the broker host to upgrade existing gears, if relevant.
Example 4.1. Applying Multiple Asynchronous Errata Updates at Once
- After running the
yum update
command on each host, run the following on each node host:service ruby193-mcollective restart
# service ruby193-mcollective restart
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Run the following on the broker host:
service openshift-broker restart service openshift-console restart oo-admin-broker-cache --console oo-admin-upgrade archive oo-admin-upgrade upgrade-node --version=2.0.7
# service openshift-broker restart # service openshift-console restart # oo-admin-broker-cache --console # oo-admin-upgrade archive # oo-admin-upgrade upgrade-node --version=2.0.7
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Note that theoo-admin-upgrade upgrade-node
command is only run once, using the version for the latest release being applied.
Release | Advisory | Additional Instructions |
---|---|---|
2.0.1 | RHBA-2014:0020 |
After running the
yum update command on each host and ensuring all packages have been updated, restart the ruby193-mcollective service on each node host:
service ruby193-mcollective restart
|
2.0.2 | RHBA-2014:0102 |
After running the
yum update command and ensuring all packages have been updated, restart the ruby193-mcollective service on each node host:
service ruby193-mcollective restart
On the broker host, restart the broker service and, if installed, the console service:
service openshift-broker restart service openshift-console restart
|
RHBA-2014:0117 |
After running the
yum update command and ensuring all packages have been updated, restart the broker service on the broker host:
service openshift-broker restart
| |
2.0.3 | RHBA-2014:0209 |
After running the
yum update command on each host and ensuring all packages have been updated, restart the ruby193-mcollective service on each node host:
service ruby193-mcollective restart
On the broker host, upgrade all nodes using the following commands. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for alternate
oo-admin-upgrade command usage and use 2.0.3 as the target --version .
rm -rf /tmp/oo-upgrade oo-admin-upgrade upgrade-node --version=2.0.3
|
RHBA-2014:0210 |
After running the
yum update command on each host and ensuring all packages have been updated, restart the ruby193-mcollective service on each node host:
service ruby193-mcollective restart
On the broker host, upgrade all nodes using the following commands. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for alternate
oo-admin-upgrade command usage and use 2.0.3 as the target --version .
rm -rf /tmp/oo-upgrade oo-admin-upgrade upgrade-node --version=2.0.3
| |
2.0.4 | RHBA-2014:0309 |
After running the
yum update command on each host and ensuring all packages have been updated, restart the ruby193-mcollective service on each node host:
service ruby193-mcollective restart
On the broker host, restart the broker service:
service openshift-broker restart
|
2.0.5 | RHBA-2014:0417 |
After running the
yum update command on each host and ensuring all packages have been updated, restart the ruby193-mcollective service on each node host:
service ruby193-mcollective restart
|
2.0.6 | RHEA-2014:0599 |
After running the
yum update command on each host and ensuring all packages have been updated, restart the ruby193-mcollective service on each node host:
service ruby193-mcollective restart
On the broker host, restart the broker service and, if installed, the console service:
service openshift-broker restart service openshift-console restart
Clear the broker cache and, if installed, the console cache:
oo-admin-broker-cache --console
On the broker host, archive previous upgrade data and upgrade all nodes using the following commands. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for alternate
oo-admin-upgrade command usage and use 2.0.6 as the target --version .
oo-admin-upgrade archive oo-admin-upgrade upgrade-node --version=2.0.6
|
2.0.7 | RHBA-2014:1097 |
After running the
yum update command on each host and ensuring all packages have been updated, there are no additional update instructions for this release.
|
2.0.8 | RHBA-2015:0053 |
After running the
yum update command on each host and ensuring all packages have been updated, there are no additional update instructions for this release.
|
2.0.9 | RHBA-2015:1588 |
After running the
yum update command on each host and ensuring all packages have been updated, restart the ruby193-mcollective service on each node host:
service ruby193-mcollective restart
Clear the broker cache and, if installed, the console cache:
oo-admin-broker-cache --console
|
2.0.10 | RHEA-2015:1587 |
After running the
yum update command on each host and ensuring all packages have been updated, there are no additional update instructions for this release.
|