Table of Contents
< All Topics
Print

[SCP] SCP Unable to Add HCI Cluster

Issue Description

When attempting to add a HCI cluster in SCP, the following error occurs: "Attributes are missing. Unable to select."

Error/Warning Information

file

Handling Process

  1. Check the HCI backend. The file /cfs/acenter.json is empty.
    file
  2. Manually add the following content to the file:
    { "acenter": { "ip": "", "id": null, "real_ip": null }, "portal_query": { "password": null, "port": null, "username": null }, "portal_oper": { "password": null, "port": null, "username": null } }
  3. After modifying the file, run the command jshon < /cfs/acenter.json to ensure the file is parseable as valid JSON.
    file
  4. After this, HCI clusters can be added successfully.

Root Cause

This issue is a known issue in HCI 6.3.0, where an empty /cfs/acenter.json file causes the problem.

Solution

By modifying the contents of the /cfs/acenter.json file, the HCI cluster can be added successfully.