After upgrading to Secure Hub - hubs are red in Infrastructure Manager even after deleting the hub profile from the folder
search cancel

After upgrading to Secure Hub - hubs are red in Infrastructure Manager even after deleting the hub profile from the folder

book

Article ID: 378413

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) CA Unified Infrastructure Management On-Premise (Nimsoft / UIM) CA Unified Infrastructure Management SaaS (Nimsoft / UIM)

Issue/Introduction

I have upgraded my DX UIM hubs to Secure Hub/Robot and I ran into an issue where I could not see any of my hubs.

According to the techdoc-> Troubleshooting Secure Hub and Robot you can solve this problem by deleting the affected profile from the hub/profiles/ folder.

I did this, and now I can see all the hubs, but I cannot communicate with any hubs - they are all red.

 

Environment

  • DX UIM - any version
  • "Secure Hub and Robot" applied

Cause

Profile sync from other hubs - If you have multiple hubs in your environment, the profiles will be synchronized between them. If you delete the profile from a single hub, it is possible that another hub will replicate the profile back and cause this issue.

Resolution

To resolve this problem, open a command prompt on the primary hub and navigate to the /Nimsoft/bin/ folder  (e.g. /opt/nimsoft/bin in Linux, or C:\Program Files (x86)\Nimsoft\bin\ on Windows)

From here, you can use the probe utility ("pu" or "pu.exe") to delete the profile from the hub - the deletion will then sync to the other hubs instead of the other hubs putting the profile back:
> pu.exe" -u administrator -p <your password> hub "profile_delete" "<profilename>"

So for example to delete the profile for "administrator":
> pu.exe -u administrator -p <password> hub "profile_delete" "administrator"

To delete the profile for "example.user" :
> pu.exe -u administrator -p <password> hub "profile_delete" "example.user"

Once you have done this, you should be able to log in successfully and communicate with the hubs.