SDDC Manager upgrade planner presents a 2 step NSX upgrade process when planning for VCF upgrade from 4.4.x to 5.x.
Example of upgrade from VCF 4.4.0 to 5.1.1:
An administrator wants to replace the first NSX upgrade step with NSX 3.2.3.2 instead of the default NSX 3.2.1.2 during a VCF 4.4.x to VCF 5.x upgrade.
VCF 4.4.x
VCF 4.4.x has an NSX 3.1.x and VCF 5.x contains NSX 4.x which requires a minimum version of NSX 3.2.0 as a compatible source version to upgrade from.
As a result, VCF 4.4.x to VCF 5.x upgrade is a 2 step NSX version upgrade with NSX 3.2.1.2 as the first step NSX version before upgrading to NSX 4.x.
The first step of NSX upgrade can be overwritten by applying the NSX 3.2.3.2 asynchronous upgrade bundle through the use of VCF Async Patch tool. The following steps assume that SDDC Manager is internet connected and the default download path for VCF Async Patch tool will be utilized. For more advanced options, refer to the Async Patch tool documentation.
{
"actions": [
{
"action": "enable_bom_patch",
"configuration": {
"bundles": [
{
"name": "bundle-107668"
}
]
}
}
]
}
./vcf-async-patch-tool --download --inputSpec /home/vcf/bundle-107668.spec --depotUser <depotusername> --sddcSSHUser vcf
./vcf-async-patch-tool --inputSpec /home/vcf/bundle-107668.spec --sddcSSHUser vcf --sddcSSOUser [email protected] --instanceType OFFLINE
./vcf-async-patch-tool --disableAllPatches --sddcSSHUser vcf --sddcSSOUser [email protected]