This issue is resolved in VMware NSX 4.1.1, available at Broadcom Downloads.
If you are having difficulty finding and downloading software, please review the Download Broadcom products and software KB.
- To workaround this issue, please restart the install-upgrade service on the orchestrator node by running the below command from the NSX Manager admin shell:
restart service install-upgrade
- If the above provided an error, you can manually stop the install-upgrade service on the NSX Manager orchestrator node, by executing the below commands from root shell:
/etc/init.d/install-upgrade stop
/etc/init.d/upgrade-coordinator stop
/etc/init.d/lighttpd stop
Then kill the Process IDs:
ps aux | grep uuc
kill -9 <pid>
Note: Normally there are 2 PIDs for the UUC that needs to be killed.
- Then start the install-upgrade service, by running the below command from the admin shell:
start service install-upgrade
If starting the service failed from the admin shell, then proceed with the below commands from the NSX Manager root shell:
/etc/init.d/install-upgrade restart
/etc/init.d/upgrade-coordinator restart
/etc/init.d/lighttpd restart