Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update regarding adding a DMA to a DMS #3709

Merged
merged 5 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,16 @@ uid: Adding_a_regular_DataMiner_Agent
> - If the DataMiner System uses [Dedicated clustered storage](xref:Dedicated_clustered_storage), make sure the new DMA is configured to use the same clustered storage as the DMS you are about to add it to (by modifying the general database settings in its [DB.xml](xref:DB_xml) file to match those of the other DMAs and then restarting the DMA).
> - If the DataMiner System uses STaaS, additional steps are required. See [Adding a DataMiner Agent to a DMS running STaaS](xref:Adding_a_DMA_to_a_DMS_running_STaaS).

1. On the DMA you intend to add to the cluster, go to the *System Center* module and select the *Agents* page.

1. On the *Manage* tab, select the DataMiner Agent to which you are connected.

1. In the pane on the right, next to *Cluster*, enter the name of the DMS, and then click *Join cluster*.

1. On a DMA that is currently already in the cluster, go to the *System Center* module and select the *Agents* page.

1. In the *Manage* tab, below the list of DMAs in the cluster, click *Add*.

1. Enter the IP address of the DMA you want to add and click *Add*.

> [!NOTE]
> To add a Failover pair to a DataMiner System, first add the primary DMA as a regular DataMiner Agent, and then configure Failover. See [Preparing the two DataMiner Agents](xref:Preparing_the_two_DataMiner_Agents).
>
> - Do not use the *Join cluster* button to add a DMA to an existing DMS. This button should only be used during the [initial setup of a DMS](xref:Setting_up_a_new_DMS_in_DataMiner_Cube).
> - To add a Failover pair to a DataMiner System, first add the primary DMA as a regular DataMiner Agent, and then configure Failover. See [Preparing the two DataMiner Agents](xref:Preparing_the_two_DataMiner_Agents).

> [!TIP]
> To verify if your DataMiner cluster is working correctly, you can run the [Check Cluster SLNet Connections BPA test](xref:BPA_Check_Cluster_SLNet_Connections).
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ uid: Setting_up_a_new_DMS_in_DataMiner_Cube

1. For each DMA you want to add to the DMS, do the following:

1. Open DataMiner Cube on the DMA you want to add.

1. Go to *Apps* > *System Center* > *Agents.*

1. In the *Manage* tab, select the DataMiner Agent to which you are connected (it is marked by an icon with a small “1”).

1. In the pane on the right, next to *Cluster*, enter the same DMS name as you specified for the master DMA, and then click *Add Cluster* (prior to DataMiner 10.0.13) or *Join cluster* (from DataMiner 10.0.13 onwards).

1. Open DataMiner Cube on the primary DMA, and navigate to the *Agents* > *Manage* tab as before.

1. In the lower left corner, click *Add*.
Expand All @@ -38,4 +30,6 @@ Now all DataMiner Agents that have been added to the DMS will start the initial
When the DMS has been synchronized, you will be able to consult information about each of the Agents in the *Status* tab of the *Agents* page in *System Center*.

> [!NOTE]
> It is also possible to migrate elements from one DMA to another within a DMS. For more information, see [Migrating elements in a DataMiner System](xref:Migrating_elements_in_a_DataMiner_System).
>
> - Only use the *Join cluster* button when you set up the master DMA. When you add other DMAs, the cluster name will be set automatically.
> - It is also possible to migrate elements from one DMA to another within a DMS. For more information, see [Migrating elements in a DataMiner System](xref:Migrating_elements_in_a_DataMiner_System).