Known Issues
- While upgrading to the security patch, you may experience a kernel boot filesystem error.
If this issue occurs, the /opt/vmware/var/log/vami/updatecli.log file will show errors similar to:
Preparing packages...
installing package kernel-default-4.12.14-122.26.1.x86_64 needs 4MB on the /boot filesystem
[ERROR] Failed with exit code 65024
To resolve this issue, move the old kernel files to the /tmp folder.
- Log into the vRealize Business for Cloud VM via SSH.
- Run the following commands to create a /tmp/boot folder and move the old kernel files:
mkdir /tmp/boot
cd /boot/
mv vmlinu* initr* /tmp/boot
- Preform the upgrade again via the VAMI UI, following the steps above in the Resolution section.
- While upgrading to the security patch, you may experience a file conflict error.
If this issue occurs, the /opt/vmware/var/log/vami/updatecli.log file will show errors similar to:
Preparing packages...
file /usr/share/man/man5/netconfig.5.gz from install of libtirpc-netconfig-1.0.1-17.13.1.x86_64 conflicts with file from package libtirpc1-0.2.3-12.3.x86_64
[ERROR] Failed with exit code 65024
To resolve this issue, follow the below steps to remove the old libtirpc1-0.2.3-12.3.x86_64 SUSE package.
- Log into the vRealize Business for Cloud VM via SSH.
- Run the below command to remove the old package:
zypper remove libtirpc1
Note: You will be prompted to key in [y/n] to proceed further; press y and wait for it to complete the operation.
- Perform the upgrade again via the VAMI UI, following the steps above in the Resolution section.
Impact/Risks:
It is recommended to take snapshots before applying the Security Patch.