NSX upgrade page show blank
search cancel

NSX upgrade page show blank

book

Article ID: 399060

calendar_today

Updated On:

Products

VMware NSX

Issue/Introduction

  • The upgrade tab of the NSX appliance shows blank

  • No errors seen on /var/log/upgrade-coordinator/upgrade-coordinator.log

Environment

VMware NSX 

Cause

NSX VIP is pointing to a non-orchestrator node.

 

Resolution

  • Ensure that the VIP is pointing to the orchestrator node.
    • To identify the current orchestrator node, run the following command on any of the manager nodes with admin access:
      • get service install-upgrade
    • To identify the current node which the VIP is assigned to , run the following command on any of the manager nodes with admin access::
      • get cluster vip
  • If the VIP is pointing to a non-orchestrator node, you can designate the current node (where the VIP is pointing) as the orchestrator by using the following command :
    • set repository-ip
  • To check the status of the Upgrade Coordinator service, run:
    • /etc/init.d/upgrade-coordinator status
  • To restart the Upgrade Coordinator service, use:
    • /etc/init.d/upgrade-coordinator restart