Skip to content

Commit

Permalink
Update regarding adding a DMA to a DMS
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderWA committed Sep 18, 2024
1 parent 68b7370 commit 7d64eda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,15 @@ 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]
> It is not necessary to set the cluster name for each DMA. This will be done automatically upon adding the DMA to the DMS.
> [!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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,15 @@ 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*.

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

> [!NOTE]
> It is not necessary to set the cluster name for each DMA. This will be done automatically upon adding the DMA to the DMS.
Now all DataMiner Agents that have been added to the DMS will start the initial data synchronization. Each DMA will sync with the first other DMA it comes across in DMS.xml.

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*.
Expand Down

0 comments on commit 7d64eda

Please sign in to comment.