古いトランスポートノードを削除しようとすると、エラーが生じます: Cannot delete a transport node <TN_ID> which is part of TNP applied compute collection <CC_ID>. Please use the object name or UUID in Global Search to find all linked objects.
search cancel

古いトランスポートノードを削除しようとすると、エラーが生じます: Cannot delete a transport node <TN_ID> which is part of TNP applied compute collection <CC_ID>. Please use the object name or UUID in Global Search to find all linked objects.

book

Article ID: 436777

calendar_today

Updated On:

Products

VMware NSX

Issue/Introduction

免責事項:これは英文の記事「Deleting stale transport node fails with Error: Cannot delete a transport node <TN_ID> which is part of TNP applied compute collection <CC_ID>. Please use the object name or UUID in Global Search to find all linked objects.」の日本語訳です。記事はベストエフォートで翻訳を進めているため、ローカライズ化コンテンツは最新情報ではない可能性があります。最新情報は英語版の記事で参照してください。

  • 古いトランスポートノードが存在します。例:
  • DELETE /api/v1/infra/sites/default/enforcement-points/default/host-transport-nodes/<TN_ID>?force=true&unprepare_host=false を使用して古いトランスポートノードを削除すると、エラーが発生します:
    nsxapi.log
    <TIMESTAMP>  INFO http-nio-127.0.0.1-7440-exec-43 NsxBaseRestController 88399 SYSTEM [nsx@6876 comp="nsx-manager" level="INFO" subcomp="manager"] Error in API /nsxapi/api/v1/infra/sites/default/enforcement-points/default/host-transport-nodes/<TN_ID>?force=true&unprepare_host=false caused by exception com.vmware.nsx.management.switching.common.exceptions.SwitchingException:  {"moduleName":"NsxSwitching service","errorCode":9411,"errorMessage":"Cannot delete a transport node <TN_ID> which is part of TNP applied compute collection <CC_ID>. Please use the object name or UUID in Global Search to find all linked objects."}

Environment

NSX 4.1

Cause

ホストがTNP(トランスポートノードプロファイル)適用済みクラスタの一部である場合、トランスポートノードを削除することはできません。
ホストを削除する前に、TNP適用済みクラスタからホストを移動する必要があります。

 

Resolution

  1. vSphere Client に移動します。
  2. 該当するホストをTNP適用済みクラスタから移動します。
  3. 次のような削除操作を再試行してください:
    DELETE /api/v1/infra/sites/default/enforcement-points/default/host-transport-nodes/<TN_ID>?force=true&unprepare_host=false

 

Additional Information

Installing or Upgrading NSX on an ESXi host fails reporting the node already exists