If you believe you have encountered this issue, open a support case with Broadcom Support and refer to this KB article.
For more information, see Creating and managing Broadcom support cases.
When opening the case with Broadcom NSX support, please provide:
- The NSX manager logs, all 3.
- Date and time when delete of old compute manger was attempted, with timezone.
- Name and UUID of the old compute manager.
- Results from the following corfu database exports, to be run as root user on one of the NSX managers:
- /opt/vmware/bin/corfu_tool_runner.py -n nsx -o showTable -t DeploymentUnitInstance > /root/DeploymentUnitInstance.dump
- /opt/vmware/bin/corfu_tool_runner.py -o showTable -n nsx -t AlbControllerNodeVmDeploymentRequest > /root/AlbControllerNodeVmDeploymentRequest.dump
- /opt/vmware/bin/corfu_tool_runner.py -o showTable -n nsx -t DeploymentUnit > /root/DeploymentUnit.dump
- /opt/vmware/bin/corfu_tool_runner.py -o showTable -n nsx -t GenericPolicyRealizedResource > /root/GenericPolicyRealizedResource.dump
- /opt/vmware/bin/corfu_tool_runner.py -o showTable -n nsx -t Alarm > /root/Alarm.dump
- And results from the following API calls, run as root user on one of the NSX manager, these commands will ask for the admin password:
- curl -k -u admin https://localhost/api/v1/fabric/compute-managers > /root/compute-managers.api
- curl -k -u admin https://localhost/api/v1/cluster/nodes/deployments > /root/deployments.api
- curl -k -u admin https://localhost/api/v1/transport-nodes > /root/transport-nodes.api
- The above corfu and API calls will save the output as .api and .dump in the /root/ directory of the NSX manager where they where run on, please use WinSCP or other to export them and upload to the case when opening the case, they will not be exported as part of the log collection process.