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 2 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,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]
> You should not 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).
XanderWA marked this conversation as resolved.
Show resolved Hide resolved

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]
XanderWA marked this conversation as resolved.
Show resolved Hide resolved
> You should not 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