이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 5. Asynchronous Errata Updates


Security, bug fix, and enhancement updates for OpenShift Enterprise 2.2 are released as asynchronous errata through the Red Hat Network. All OpenShift Enterprise 2 errata is available on the Red Hat Customer Portal at https://rhn.redhat.com/errata/rhel6-rhose2-errata.html. See https://access.redhat.com/support/policy/updates/openshift for more information about asynchronous errata.
Red Hat Customer Portal users can enable errata notifications in the account settings for Red Hat Subscription Management (RHSM) or Red Hat Network (RHN) Classic. When errata notifications are enabled, users are notified via email whenever new errata relevant to their registered systems are released.

Note

Red Hat Customer Portal user accounts must have systems registered and consuming OpenShift Enterprise entitlements for OpenShift Enterprise errata notification emails to generate.
Additional Update Instructions per Release

The latest OpenShift Enterprise Deployment Guide provides general instructions on how to apply asynchronous errata updates within a minor release. Some errata have additional instructions specific to that release that must be performed to fully apply the update to a host. The general instructions provided in the OpenShift Enterprise Deployment Guide reference Table 5.1, “Additional Update Instructions per Release” in this section, which details the releases that require additional steps.

Running the 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:
  1. Run the yum update command on each host.
  2. Restart relevant services.
  3. Import, activate, and migrate the latest cartridge manifests on the broker host, if relevant.
  4. Run the oo-admin-upgrade command on the broker host to upgrade existing gears, if relevant.
Table 5.1, “Additional Update Instructions per Release” details whether certain parts of the above workflow are relevant to the errata updates you are applying.

Example 5.1. Applying Multiple Asynchronous Errata Updates at Once

For example, if you are updating an OpenShift Enterprise release 2.2.0 deployment to release 2.2.2, see Table 5.1, “Additional Update Instructions per Release” and read through the additional instructions for releases 2.2.1 and 2.2.2. The instructions listed for these two releases can be aggregated into the following steps:
  1. After running the yum update command on each host, run the following on each node host:
    # service ruby193-mcollective restart
    Copy to Clipboard Toggle word wrap
  2. Restart the routing daemon, if installed:
    # service openshift-routing-daemon restart
    Copy to Clipboard Toggle word wrap
  3. Run the following on the broker host:
    # service openshift-broker restart
    # service openshift-console restart
    # oo-admin-ctl-cartridge -c import-node --activate --obsolete
    # oo-admin-ctl-cartridge -c migrate
    # oo-admin-upgrade archive
    # oo-admin-upgrade upgrade-node --version=2.2.2
    Copy to Clipboard Toggle word wrap
    Note that the oo-admin-upgrade upgrade-node command is only run once, using the version for the latest release being applied.
Expand
Table 5.1. Additional Update Instructions per Release
Release Advisory Additional Instructions
2.2.1 RHBA-2014:1903
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
Copy to Clipboard Toggle word wrap
On the broker host, import and activate the latest cartridge manifests, then migrate old cartridge versions to the latest active versions. Note that this may also activate cartridges that you have previously deactivated, so you may need to again deactivate any cartridges that you want to remain deactivated.
# oo-admin-ctl-cartridge -c import-profile --activate --obsolete
# oo-admin-ctl-cartridge -c migrate
Copy to Clipboard Toggle word wrap
On the broker host, archive previous upgrade data and upgrade all nodes. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for other oo-admin-upgrade command usage and use 2.2.1 as the target --version.
# oo-admin-upgrade archive
# oo-admin-upgrade upgrade-node --version=2.2.1
Copy to Clipboard Toggle word wrap
2.2.2 RHBA-2014:1979
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
Copy to Clipboard Toggle word wrap
On the broker host, restart the broker service and, if installed, the Management Console service:
# service openshift-broker restart
# service openshift-console restart
Copy to Clipboard Toggle word wrap
Restart the routing daemon, if installed:
# service openshift-routing-daemon restart
Copy to Clipboard Toggle word wrap
On the broker host, import and activate the latest cartridge manifests, then migrate old cartridge versions to the latest active versions. Note that this may also activate cartridges that you have previously deactivated, so you may need to again deactivate any cartridges that you want to remain deactivated.
# oo-admin-ctl-cartridge -c import-profile --activate --obsolete
# oo-admin-ctl-cartridge -c migrate
Copy to Clipboard Toggle word wrap
On the broker host, archive previous upgrade data and upgrade all nodes. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for other oo-admin-upgrade command usage and use 2.2.2 as the target --version.
# oo-admin-upgrade archive
# oo-admin-upgrade upgrade-node --version=2.2.2
Copy to Clipboard Toggle word wrap
RHBA-2014:1978
After running the yum update command on each host and ensuring all packages have been updated, restart the routing daemon, if installed:
# service openshift-routing-daemon restart
Copy to Clipboard Toggle word wrap
2.2.3 RHBA-2015:0019
After running the yum update command on each host and ensuring all packages have been updated, restart the ruby193-mcollective and openshift-watchman services on each node host:
# service ruby193-mcollective restart
# service openshift-watchman restart
Copy to Clipboard Toggle word wrap
On the broker host, import and activate the latest cartridge manifests, then migrate old cartridge versions to the latest active versions. Note that this may also activate cartridges that you have previously deactivated, so you may need to again deactivate any cartridges that you want to remain deactivated.
# oo-admin-ctl-cartridge -c import-profile --activate --obsolete
# oo-admin-ctl-cartridge -c migrate
Copy to Clipboard Toggle word wrap
On the broker host, archive previous upgrade data and upgrade all nodes. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for other oo-admin-upgrade command usage and use 2.2.3 as the target --version.
# oo-admin-upgrade archive
# oo-admin-upgrade upgrade-node --version=2.2.3
Copy to Clipboard Toggle word wrap
2.2.4 RHBA-2015:0220
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
Copy to Clipboard Toggle word wrap
On the broker host, restart the broker service:
# service openshift-broker restart
Copy to Clipboard Toggle word wrap
Restart the routing daemon, if installed:
# service openshift-routing-daemon restart
Copy to Clipboard Toggle word wrap
On the broker host, import and activate the latest cartridge manifests, then migrate old cartridge versions to the latest active versions. Note that this may also activate cartridges that you have previously deactivated, so you may need to again deactivate any cartridges that you want to remain deactivated.
# oo-admin-ctl-cartridge -c import-profile --activate --obsolete
# oo-admin-ctl-cartridge -c migrate
Copy to Clipboard Toggle word wrap
On the broker host, archive previous upgrade data and upgrade all nodes. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for other oo-admin-upgrade command usage and use 2.2.4 as the target --version.
# oo-admin-upgrade archive
# oo-admin-upgrade upgrade-node --version=2.2.4
Copy to Clipboard Toggle word wrap
2.2.5 RHBA-2015:0779
After running the yum update command on each host and ensuring all packages have been updated, restart the ruby193-mcollective and openshift-watchman services on each node host:
# service ruby193-mcollective restart
# service openshift-watchman restart
Copy to Clipboard Toggle word wrap
On the broker host, restart the broker service:
# service openshift-broker restart
Copy to Clipboard Toggle word wrap
Restart the routing daemon, if installed:
# service openshift-routing-daemon restart
Copy to Clipboard Toggle word wrap
On the broker host, import and activate the latest cartridge manifests, then migrate old cartridge versions to the latest active versions. Note that this may also activate cartridges that you have previously deactivated, so you may need to again deactivate any cartridges that you want to remain deactivated.
# oo-admin-ctl-cartridge -c import-profile --activate --obsolete
# oo-admin-ctl-cartridge -c migrate
Copy to Clipboard Toggle word wrap
On the broker host, archive previous upgrade data and upgrade all nodes. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for other oo-admin-upgrade command usage and use 2.2.5 as the target --version.
# oo-admin-upgrade archive
# oo-admin-upgrade upgrade-node --version=2.2.5
Copy to Clipboard Toggle word wrap
2.2.6 RHBA-2015:1463
After running the yum update command on each host and ensuring all packages have been updated, restart the broker service and, if installed, the Management Console service on the broker host:
# service openshift-broker restart
# service openshift-console restart
Copy to Clipboard Toggle word wrap
Restart the routing daemon, if installed and integrated with F5 BIG-IP LTM®:
# service openshift-routing-daemon restart
Copy to Clipboard Toggle word wrap
On the broker host, import and activate the latest cartridge manifests, then migrate old cartridge versions to the latest active versions. Note that this may also activate cartridges that you have previously deactivated, so you may need to again deactivate any cartridges that you want to remain deactivated.
# oo-admin-ctl-cartridge -c import-profile --activate --obsolete
# oo-admin-ctl-cartridge -c migrate
Copy to Clipboard Toggle word wrap
On the broker host, archive previous upgrade data and upgrade all nodes. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for other oo-admin-upgrade command usage and use 2.2.6 as the target --version.
# oo-admin-upgrade archive
# oo-admin-upgrade upgrade-node --version=2.2.6
Copy to Clipboard Toggle word wrap
Restart rsyslog7 on each node host, if installed:
# service rsyslog restart
Copy to Clipboard Toggle word wrap
2.2.7 RHSA-2015:1844
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
Copy to Clipboard Toggle word wrap
On the broker host, restart the broker service:
# service openshift-broker restart
Copy to Clipboard Toggle word wrap
Restart the routing daemon, if installed and integrated with F5 BIG-IP LTM®:
# service openshift-routing-daemon restart
Copy to Clipboard Toggle word wrap
On the broker host, import and activate the latest cartridge manifests, then migrate old cartridge versions to the latest active versions. Note that this may also activate cartridges that you have previously deactivated, so you may need to again deactivate any cartridges that you want to remain deactivated.
# oo-admin-ctl-cartridge -c import-profile --activate --obsolete
# oo-admin-ctl-cartridge -c migrate
Copy to Clipboard Toggle word wrap
On the broker host, archive previous upgrade data and upgrade all nodes. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for other oo-admin-upgrade command usage and use 2.2.7 as the target --version.
# oo-admin-upgrade archive
# oo-admin-upgrade upgrade-node --version=2.2.7
Copy to Clipboard Toggle word wrap
Users must restart their gears for the changes in this release to take effect.
2.2.8 RHSA-2015:2666
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
Copy to Clipboard Toggle word wrap
On the broker host, restart the broker service:
# service openshift-broker restart
Copy to Clipboard Toggle word wrap
Restart the routing daemon, if installed and integrated with F5 BIG-IP LTM®:
# service openshift-routing-daemon restart
Copy to Clipboard Toggle word wrap
On the broker host, import and activate the latest cartridge manifests, then migrate old cartridge versions to the latest active versions. Note that this may also activate cartridges that you have previously deactivated, so you may need to again deactivate any cartridges that you want to remain deactivated.
# oo-admin-ctl-cartridge -c import-profile --activate --obsolete
# oo-admin-ctl-cartridge -c migrate
Copy to Clipboard Toggle word wrap
On the broker host, archive previous upgrade data and upgrade all nodes. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for other oo-admin-upgrade command usage and use 2.2.8 as the target --version.
# oo-admin-upgrade archive
# oo-admin-upgrade upgrade-node --version=2.2.8
Copy to Clipboard Toggle word wrap
Users must restart their gears for the changes in this release to take effect.
2.2.9 RHSA-2016:0489
After running the yum update command on each host and ensuring all packages have been updated, restart ActiveMQ on any broker or messaging host running the service:
# service activemq restart
Copy to Clipboard Toggle word wrap
Restart the ruby193-mcollective service on each node host:
# service ruby193-mcollective restart
Copy to Clipboard Toggle word wrap
On the broker host, restart the broker service and, if installed, the Management Console service:
# service openshift-broker restart
# service openshift-console restart
Copy to Clipboard Toggle word wrap
On the broker host, import and activate the latest cartridge manifests, then migrate old cartridge versions to the latest active versions. Note that this may also activate cartridges that you have previously deactivated, so you may need to again deactivate any cartridges that you want to remain deactivated.
# oo-admin-ctl-cartridge -c import-profile --activate --obsolete
# oo-admin-ctl-cartridge -c migrate
Copy to Clipboard Toggle word wrap
On the broker host, archive previous upgrade data and upgrade all nodes. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for other oo-admin-upgrade command usage and use 2.2.9 as the target --version.
# oo-admin-upgrade archive
# oo-admin-upgrade upgrade-node --version=2.2.9
Copy to Clipboard Toggle word wrap
Users must restart their gears for the changes in this release to take effect.
2.2.10 RHSA-2016:1773
After running the yum update command on each host and ensuring all packages have been updated, restart ActiveMQ on any broker or messaging host running the service:
# service activemq restart
Copy to Clipboard Toggle word wrap
Restart the ruby193-mcollective service on each node host:
# service ruby193-mcollective restart
Copy to Clipboard Toggle word wrap
On the broker host, restart the broker service and, if installed, the Management Console service:
# service openshift-broker restart
# service openshift-console restart
Copy to Clipboard Toggle word wrap
Restart the routing daemon, if installed and integrated with F5 BIG-IP LTM®:
# service openshift-routing-daemon restart
Copy to Clipboard Toggle word wrap
On the broker host, import and activate the latest cartridge manifests, then migrate old cartridge versions to the latest active versions. Note that this may also activate cartridges that you have previously deactivated, so you may need to again deactivate any cartridges that you want to remain deactivated.
# oo-admin-ctl-cartridge -c import-profile --activate --obsolete
# oo-admin-ctl-cartridge -c migrate
Copy to Clipboard Toggle word wrap
On the broker host, archive previous upgrade data and upgrade all nodes. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for other oo-admin-upgrade command usage and use 2.2.10 as the target --version.
# oo-admin-upgrade archive
# oo-admin-upgrade upgrade-node --version=2.2.10
Copy to Clipboard Toggle word wrap
Users must restart their gears for the changes in this release to take effect.
2.2.11 RHBA-2017:0017
After running the yum update command on each host and ensuring all packages have been updated, restart ActiveMQ on any broker or messaging host running the service:
# service activemq restart
Copy to Clipboard Toggle word wrap
Restart the ruby193-mcollective service on each node host:
# service ruby193-mcollective restart
Copy to Clipboard Toggle word wrap
On the broker host, restart the broker service and, if installed, the Management Console service:
# service openshift-broker restart
# service openshift-console restart
Copy to Clipboard Toggle word wrap
Restart the routing daemon, if installed and integrated with F5 BIG-IP LTM®:
# service openshift-routing-daemon restart
Copy to Clipboard Toggle word wrap
On the broker host, import and activate the latest cartridge manifests, then migrate old cartridge versions to the latest active versions. Note that this may also activate cartridges that you have previously deactivated, so you may need to again deactivate any cartridges that you want to remain deactivated.
# oo-admin-ctl-cartridge -c import-profile --activate --obsolete
# oo-admin-ctl-cartridge -c migrate
Copy to Clipboard Toggle word wrap
On the broker host, archive previous upgrade data and upgrade all nodes. Alternatively, to only upgrade a single node or gear, see the OpenShift Enterprise Deployment Guide for other oo-admin-upgrade command usage and use 2.2.11 as the target --version.
# oo-admin-upgrade archive
# oo-admin-upgrade upgrade-node --version=2.2.11
Copy to Clipboard Toggle word wrap
Users must restart their gears for the changes in this release to take effect.
맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2025 Red Hat