I have set up three DMAs to test Swarm.
I cancelled the installation because I made a wrong selection at the time of installation, but it is still in CloudAdmin.
Is there any way to remove this "DMA-S" ?
I followed Managing the nodes of a DMS connected to dataminer.services | DataMiner Docs but it continues to appear.
Also, the display of the respective Agents does not appear to be in the correct situation.
Each Agent's Overview display is different, is there something wrong with it?
”DMA-S1”
"DMA-S2"
"DMA-S3"
These three DMAs are part of the same cluster.
Thanks in advance.
Hi
Important thing to know is that the "Remove Node" button only removes it in the cloud. The way these nodes are added is by the Orchestrator DxM on the machine that communicates with dataminer.services and lets us know that the node exists. So as long as this node is running with that DxM and the same identity, it will always come back.
Now, how can you solve this safely:
- Remove all files from the C:\ProgramData\Skyline Communications\DataMiner CloudGateway\Data\CcaGatewayPersisted folder on the node you want to remove. This will take away the identity without removing it for the cluster that still exists.
- Remove the "NodeId.txt" from C:\ProgramData\Skyline Communications\DxMs Shared\Data.
- Now uninstall or stop the DataMiner CloudGateway DxM and the DataMiner Orchestrator DxM.
- You can now safely remove the node on the Admin app like you did before and it will not come back anymore.
I hope this helps.
Hi,
I believe the main issue here is that you might be confusing two concepts, the node (=DMA in your case) and the DMS.
From the naming that I can see in your screenshot, it appears as though you have multiple DMA's that you want to be part of one cloud connected cluster, however you have multiple DMS's each named after one DMA. Thids leads me to believe that you tried to go cloud connected on all agents, resulting in multiple cloud connected clusters being created.
Normally when you connect one agent in the cluster, this information gets synced to all other agents over NATS and they all become cloud connected. Because you did this multiple times, you created multiple cloud connected DMS's under that organization and the old ones kept being overwritten by new identities.
Concerning the overviews, I believe you are confusing the 'Overview' pages under 'DataMiner Systems' with 'agent overviews' - there is no such thing in the admin app. What you are looking at is the overview of the DMS, which contains information about the nodes (agents). As such, the overviews of the DMS's you created with overwritten identities mentioned earlier look broken.
The guide you followed is about removing a node, which is equivalent to removing an agent from a cloud connected cluster.
In order to remove the DMS's that you no longer want (the ones you circled in red), you can remove these on the home app if you have the permissions under the '...' on the top-right of the DMS you wish to remove.
Kind regards,
Hi Arnukrishna,
If you want to remove agent from cloud overview you will have to break the connection on the agent as well. Can you have a look a this similar question and see if it helps?
Regarding your configuration, you shouldn't connect all agents in the cluster to the cloud only one. This doesn't mean you can't install Cloud Package on them, just that you don't need to connect them directly to the cloud. If you want other agents to communicate with the cloud, can you can follow this guide?
Let me know if this helps
Cheers