GET https://<NSX_MANAGER>/api/v1/transport-nodes/GET https://<NSX_MANAGER>/api/v1/transport-nodes/<tn-id>/status
600: The requested object: <TransportZoneProfile-UUID> could not be found. Object identifiers are case sensitive."/var/log/proton/nsxapi.log has a log entry similar to the below:"The requested object : TransportZoneProfile/<TransportZoneProfile-UUID> could not be found."GET https://<NSX_MANAGER>/api/v1/transportzone-profiles?include_system_owned=true/var/log/search/elasticsearch_index_indexing_slowlog.log has a log similar to example:[{"resource_type":"BfdHealthMonitoringProfile","profile_id":"UUID_in_Validation_Error"}]}],"vmk_install_migration":[],"pnics_uninstall_migration":[],"vmk_uninstall_migration":[],"not_ready":false}],"resource_type":"StandardHost]The status of the Transport Nodes (TNs) are unknown because the Transport Zone Profile (TZP) which is being referenced does not exist. The reasons why the referenced Transport Zone Profile (TZP) is not present in the system can be due to multiple reasons:
Steps to identify and remove stale TZP references on both Host and Edge Transport Nodes
cleanup_stale_tzp_references_V3.py' file to one of the NSX Manager nodes and place it in the directory /root/script-based-cleanup/.$ service proton stop
NOTE: Do not use the "/etc/init.d/proton stop" command, as proton service would start after a few seconds without user intervention.precheck' command as below. $ python cleanup_stale_tzp_references_V3.py --precheck
$ python cleanup_stale_tzp_references_V3.py --applyservice proton start
If no stale entries exist in the --precheck output or the issue persists after applying the fix, please open a case with Broadcom support.