Technical bulletin: Support for Red Hat Enterprise Linux 9 - Documentation for TrueSight Server Automation 22.2

Prerequisites for patching

Important

  • When creating a patch catalog, you can use the By Errata Type and By Errata Advisory options to filter the information. The Patch Catalog job fails if you choose the By Update Level option.
  • Offline mode is not supported for patching.

To support patching on Red Hat Enterprise Linux 9, you need to manually update the filters file.

  1. From the TrueSight Server Automation Console, select Configuration > Patch Global Configuration.
  2. Select the Red Hat tab.
  3. Click to download the default Red Hat Channel Filters List file.
  4. Enter a name for the file and click Save.
  5. Open the downloaded file with an XML editor. 
  6. Append the following contents to the file:

    <redhat-channel is-parent="true" use-reposync="true"> <channel-name>Red Hat Enterprise Linux Server (v. 9 for 64-bit x86_64)</channel-name> <channel-label>rhel-9-for-x86_64-baseos-rpms</channel-label> <channel-os>RHES9</channel-os> <channel-arch>x86_64</channel-arch> <channel-url> </redhat-channel> <redhat-channel use-reposync="true"> <channel-name>Red Hat Enterprise Linux 9 for x86_64 - AppStream (RPMs)</channel-name> <channel-label>rhel-9-for-x86_64-appstream-rpms</channel-label> <channel-os>RHES9</channel-os> <channel-arch>x86_64</channel-arch> <channel-url> </redhat-channel> <redhat-channel use-reposync="true"> <channel-name>Red Hat Enterprise Linux 9 for x86_64 - High Availability (RPMs)</channel-name> <channel-label>rhel-9-for-x86_64-highavailability-rpms</channel-label> <channel-os>RHES9</channel-os> <channel-arch>x86_64</channel-arch> <channel-url> </redhat-channel> <redhat-channel use-reposync="true"> <channel-name>Red Hat Enterprise Linux 9 for x86_64 - Resilient Storage (RPMs)</channel-name> <channel-label>rhel-9-for-x86_64-resilientstorage-rpms</channel-label> <channel-os>RHES9</channel-os> <channel-arch>x86_64</channel-arch> <channel-url> </redhat-channel> <redhat-channel use-reposync="true"> <channel-name>Red Hat Enterprise Linux 9 for x86_64 - Supplementary - Extended Update Support (RPMs)</channel-name> <channel-label>rhel-9-for-x86_64-supplementary-eus-rpms</channel-label> <channel-os>RHES9</channel-os> <channel-arch>x86_64</channel-arch> <channel-url> </redhat-channel> <redhat-channel use-reposync="true"> <channel-name>Red Hat CodeReady Linux Builder for RHEL 9 x86_64 - Extended Update Support (RPMs)</channel-name> <channel-label>codeready-builder-for-rhel-9-x86_64-eus-rpms</channel-label> <channel-os>RHES9</channel-os> <channel-arch>x86_64</channel-arch> <channel-url> </redhat-channel>
  7. Save the file.
  8. Click and browse to the saved file. 
  9. Click Apply.

You Might Also Like