This article outlines the steps to install VMware Aria Suite Lifecycle 8.18 Patch 5. Before proceeding, you must complete the following prerequisites to avoid service disruption:
Do Not Delete Snapshots Early
Retain the snapshots taken in Step 1 until the entire patching process for both products has been completed and you have verified that the environment is fully functional.
Mandatory: Take a Snapshot
Before proceeding, take a non-memory snapshot of the VMware Aria Suite Lifecycle appliance.
prep-for-upgrade-lcm.sh
script (attached to the KB article) to the /data
directory on the appliance and execute it:
cd /data
chmod +x prep-for-upgrade-lcm.sh
./prep-for-upgrade-lcm.sh
rm -r /data/tmp-patch-8180
rm -r /data/tmp-patch-10318114
rm -r /data/tmp_patch_storage
/data
directory on the Aria Suite Lifecycle appliance./data
) in the Source Location field and click Discover.# cat /etc/photon-release
VMware Photon OS 5.0
PHOTON_BUILD_NUMBER=b9d98344d
You can monitor the progress of the patch installation by tailing the following log files on the Aria Suite Lifecycle appliance:
/var/log/vrlcm/os-package-update.log
/var/log/vrlcm/patchcli.log
Potential Issue
During the installation, you may encounter an error with code LCMPATCHUPDATE16002
. This error indicates that there is not enough free space in the /tmp
directory for the patch to be extracted.
If this occurs, please refer to KB 345990 for instructions on how to temporarily increase the space in the /tmp
directory.