Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Async patching in VMware Cloud Foundation (VCF) allows administrators to apply critical updates to components like vCenter Server, NSX Manager, and ESXi outside of the standard VCF release cycle. This guide walks through the process of applying these patches using the Async Patch Tool in an online environment.
Before starting, ensure:
rm -r /home/vcf/asyncPatchTool
vcf-async-patch-tool-<version>.tar.gz.vcf user.mkdir /home/vcf/asyncPatchTool
tar -xvf vcf-async-patch-tool-<version>.tar.gz
chmod -R 755 asyncPatchTool chown -R vcf:vcf asyncPatchTool
Navigate to the tool’s binary directory and run:
/home/vcf/asyncPatchTool/bin. ./vcf-async-patch-tool --listAsyncPatch --dubroadcom_support_email
Optional filters:
--sku (e.g., VCF or VCF_ON_VXRAIL)--productType (e.g., ESX_HOST, NSX, VCENTER)--proxyServer for proxy configurationsDownload the input spec (see KB 344935), then run:
./vcf-async-patch-tool -i /path/to/inputspec --du <your_email> --sddcSSOUser <SSO_user> --sddcSSHUser vcf --it ONLINE
For VxRail:
./vcf-async-patch-tool -i /path/to/inputspec --du <your_email> --pdu <dell_emc_email> --sddcSSOUser <SSO_user> --sddcSSHUser vcf --it ONLINE
You’ll be prompted to:
vcf, root, and SSO accountsRun:
./vcf-async-patch-tool --disableAllPatches --sddcSSOUser <SSO_user> --sddcSSHUser vcf