VCF への統合で既存の VCF Operations collector を使用できない
search cancel

VCF への統合で既存の VCF Operations collector を使用できない

book

Article ID: 431840

calendar_today

Updated On:

Products

VMware Cloud Foundation

Issue/Introduction

免責事項:これは英文の記事 「Existing VCF Operations collector cannot be used when converging to VCF」の日本語訳です。記事はベストエフォートで翻訳を進めているため、ローカライズ化コンテンツは最新情報ではない可能性があります。最新情報は英語版の記事で参照してください。

VCF Operations collector を VCF ではない環境に手動でデプロイしています。

JSON 仕様で VCF Operations collector の `useExistingDeployment` を `true` に設定し、既存の VCF ではない環境を VCF へ統合しようとすると、検証が下記のエラーとなります。

Environment

VMware Cloud Foundation 9.0

Cause

これは想定された動作です。VCF への統合で VCF Operations collector のインポートはサポートされていません。

Resolution

JSON 仕様で VCF Operations collector の `useExistingDeployment` を `false` に設定します。

 "vcfOperationsCollectorSpec": {

"hostname": "__FQDN_OF_COLLECTOR__",

"applianceSize": "__APPLIANCE_SIZE__",

"rootUserPassword": "__PASSWORD__",

"useExistingDeployment": false

},

統合の過程で新しい VCF Operations collector が自動でデプロイされます。