Appliance Updater for SLES 15 fails to extract in RSA Governance & Lifecycle Virtual Application (OVA)
2 years ago
Article Number
000071972
Applies To
  • RSA Governance & Lifecycle Virtual Application (OVA) 8.0
Issue
An attempt to extract the Appliance Updater package on RSA Governance & Lifecycle Virtual Application (OVA) fails as follows:
acm-vapp:~ # tar jxf /tmp/rsaimg_updater_2024_February_SLES15_SP4.tar.bz2 -C /tmp/appliancePatches/
tar (child): bzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
acm-vapp:~ #
Cause
RSA Governance & Lifecycle Virtual Application (OVA) is missing a required package bzip2.
Resolution
This issue is resolved in the following version/patch:
  • RSA Governance & Lifecycle Virtual Application (OVA) 8.0.0 P02

If you are unable to upgrade your deployment of RSA Governance & Lifecycle Virtual Application (OVA) affected with this issue to the above fixed version/patch, refer to the Workaround section for remedial steps.
Workaround
Install the missing bzip2 package and then extract / apply the Appliance Updater:
  1. Contact RSA Customer Support and reference this KB article to obtain the missing bzip2 RPM package: bzip2-1.0.8-150400.1.122.x86_64.rpm
    Note: The SHA256 hash of the above bzip2 RPM file is as follows:
    5fb6d380f26b87b5bf4ac012e8225d19f144d50c92e9da758fc89d6b642e799c
  2. Copy the bzip2 package to the RSA Governance & Lifecyle Virtual Application (OVA) VM in a temporary folder, e.g., /tmp
  3. Login to the VM as root
  4. Validate the SHA256 hash for the RPM package and make sure that it matches with the hash provided above. For example:
    acm-vapp:~ # sha256sum /tmp/bzip2-1.0.8-150400.1.122.x86_64.rpm
    5fb6d380f26b87b5bf4ac012e8225d19f144d50c92e9da758fc89d6b642e799c  /tmp/bzip2-1.0.8-150400.1.122.x86_64.rpm
    acm-vapp:~ #
  5. Install the bzip2 RPM:
    zypper in /tmp/bzip2-1.0.8-150400.1.122.x86_64.rpm
  6. Resume the steps to extract and apply the Appliance Updater.
Notes