Table of Contents
< All Topics
Print

[HCI-SCP] The operation of disabling ASEC is not correct , causing the cluster to fail to be added to SCP.

Issue Description

In certain cases, customers who disabled the aSEC service via SCP and then deleted the cluster on SCP encountered a failure when attempting to re-add the cluster.

Error/Warning Information

file
Failed to add cluster. Failed to add or edit the cluster (192.200.X.X). Integrated authentication is established between the cluster and aSecurity. Please remove the cluster then add the cluster again!
Error Code:0x101001010019

Handling Process

  1. The user initially disabled the aSEC service in SCP, deleted the HCI cluster, and encountered an error while attempting to re-add the cluster.

  2. Based on the user’s feedback, the aSEC integration linkage was not disabled according to the standard procedure.

  3. Due to this, the integration configuration on HCI had to be manually deleted from the backend to resolve the issue.

Root Cause

Failure to disable integration following the proper procedures resulted in residual authentication data.

Solution

  1. Navigate to /cfs/portal-service directory and clear the contents of the thirdpartyservice.json file.
    vim thirdpartyservice.json
    "dd" – to remove the contents of the line.
    file

    Note : Keep the "{ }", as the file is in json format.

  2. Similarly, navigate to /cfs/authsvc/aksk/ak directory and clear the contents in the ak.json file.
    vim ak.json
    file

    Note : Keep the "{ }", as the file is in json format.

  3. Retry adding the cluster in SCP. The cluster should now be added successfully.

Suggestions

  • Follow the handling process and solution provided above.
  • If the situation differs from the described scenario or the solution does not resolve the issue, consult with a specialist or R&D for further assistance.