Dell VxRail: VxRail add node error - Configuring ESXi NTP settings
概要: When adding a VxRail node, the step "Configuring ESXi NTP settings…" fails. Network Time Protocol (NTP).
この記事は次に適用されます:
この記事は次には適用されません:
この記事は、特定の製品に関連付けられていません。
すべての製品パージョンがこの記事に記載されているわけではありません。
現象
When adding a new VxRail node using the VxRM Plugin, the step "Configuring ESXi NTP settings…" fails.
原因
This can occur even when NTP is populated in ntp.conf on vCenter, VxRail Manager, and ESXi nodes. During the node addition, the setting that is used is present on the VxRail Manager Rest API. This parameter is set during the VxRail Manager deployment.
解決方法
To resolve this issue:
- Start an SSH session on VxRail Manager using mystic user.
- Change privileges using SU - and root password.
- Check the current NTP setting on the Rest API using the following command:
curl --unix-socket /var/lib/vxrail/nginx/socket/nginx.sock http://127.0.0.1/rest/vxm/internal/configservice/v1/configuration/keys/system_ntp
- If the value on the last command is empty or invalid, change it using the next command, replacing <NTP_SERVER> field with NTP IP address or FQDN:
curl -X PUT -H "Content-Type: application/json" -d '{"value":"<NTP_SERVER>"}' --unix-socket /var/lib/vxrail/nginx/socket/nginx.sock http://127.0.0.1/rest/vxm/internal/configservice/v1/configuration/keys/system_ntp
- Click "Retry" on vCenter to proceed with node addition. If the NTP server is valid, it should not fail.
その他の情報
Dell VxRail - API User Guide: https://dl.dell.com/content/docu91468_VxRail_Appliance_4.5.x,_4.7.x,_and_7.0.x_API_Guide.pdf
対象製品
VxRail文書のプロパティ
文書番号: 000211460
文書の種類: Solution
最終更新: 07 11月 2023
バージョン: 2
質問に対する他のDellユーザーからの回答を見つける
サポート サービス
お使いのデバイスがサポート サービスの対象かどうかを確認してください。