- Download VMware-NSX-upgrade-bundle-2.5.1.4.0.16132225.mub file from VMware provided links
(Refer Doc - https://docs.vmware.com/en/VMware-NSX-T-Data-Center/2.5/upgrade/GUID-68A09AEC-D270-4172-830A-B7D971047DA9.html#GUID-68A09AEC-D270-4172-830A-B7D971047DA9)
- Apply/Upgrade NSX-T hot-patch 2.5.1.4.0.1064 using NSX UC manually
(Refer Doc: https://docs.vmware.com/en/VMware-NSX-T-Data-Center/2.5/upgrade/GUID-3B986F37-94FE-4CAC-B4AD-9B55D8FE1EC2.html)
- Open a SSH session to the SDDC Manager VM and switch to the root user:
su -
- In a text editor, open the file /etc/vmware/vcf/domainmanager/application.properties
vi /etc/vmware/vcf/domainmanager/application.properties
- Add the following entries to the file:
nsxt.current.version=2.5.1.4.0-16132225
- Type ESC and then :wq to save the file.
- Restart the domainmanager service
systemctl restart domainmanager
- On SDDC Manager VM run this command/API for LCM version aliasing. Use your proper password.
curl 'https://<sddc-manager.vrack.vsphere.local>/v1/system/settings/version-aliases/NSX_T_MANAGER/2.5.1.0.0-15314288' -k -X PUT -H 'Content-Type: application/json' -H 'Accept: application/json' -u 'admin:<password>' -d '{"aliases" : [ "2.5.1.4.0-16132225" ], "forceUpdate" : true}'