NSX-T reposync failing or missing files during upgrade
search cancel

NSX-T reposync failing or missing files during upgrade

book

Article ID: 391558

calendar_today

Updated On:

Products

VMware NSX-T Data Center

Issue/Introduction

Upgrade will fail prechecks due to the repo-sync failing between the nodes, or you will see that the repo-sync in your environment is failed while not in an upgrade window and the resolve option does not fix it.

Cause

Some files are not syncing between NSX managers repository.

Resolution

  1. Download VMware-NSX-upgrade-bundle-yourversion.mub MUB file into /image of orchestrator node ip #.#.#.#.
  2. Extract MUB file - tar xf VMware-NSX-upgrade-bundle-yourversion.mub
  3. Delete 4.1.1 folder from /repository - rm -rf /repository/yourversion
  4. Extract tar.gz to /repository - tar xzf VMware-NSX-upgrade-bundle-yourversion.tar.gz -C /repository
  5. Set proper permissions and ownership of the /repository files by executing the following - /opt/vmware/proton-tomcat/bin/reposync_helper.sh
  6. Resolve the repo-sync failure on #.#.#.# node from UI.
  7. Wait for it to succeed.
  8. Resolve the repo-sync failure on other 2 nodes
  9. Once steps are complete, clean up the downloaded mub file and extracted tar.gz file from /image
    1. rm -f /image/VMware-NSX-upgrade-bundle-yourversion.mub
    2. rm -f /image/VMware-NSX-upgrade-bundle-yourversion.tar.gz
    3. rm -f /image/VMware-NSX-upgrade-bundle-yourversion.tar.gz.sig