Table of Contents

Adding a DataMiner Agent to a DMS running STaaS

To add a DataMiner Agent to a DMS running STaaS:

  1. Make sure that the DMA you are adding is a clean DMA, meaning that it is a newly installed DMA or a DMA that has been fully reset.

  2. Install the DataMiner Cloud Pack on the new DMA.

  3. Stop DataMiner and CloudGateway on the new DMA.

  4. From a DMA in the cluster where CloudGateway is running, copy the folder C:\ProgramData\Skyline Communications\DataMiner CloudGateway\Data\CcaGatewayPersisted and place it in the same location on the new DMA.

  5. Remove the following files from the folder you just copied to the new DMA:

    • DmsAccessToken.data
    • DmsAccessTokenExpiration.data
    • DmsRefreshToken.data
    • DmsRefreshTokenExpiration.data
  6. Start CloudGateway on the new DMA.

  7. Configure DB.xml to use STaaS:

    1. In the C:\Skyline DataMiner folder, open DB.xml.

    2. Configure the Database tag with type="CloudStorage" as illustrated below:

      <?xml version="1.0"?>
      <DataBases xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.skyline.be/config/db">
         <DataBase active="true" local="true" search="true" cloud="true" type="CloudStorage"/>
      </DataBases>
      
  8. Start DataMiner on the new DMA.

  9. Join the DMA to the cluster using the steps described under Adding a regular DataMiner Agent or Failover configuration in Cube for a Failover Agent.

The DMA should now be connected to the DMS running STaaS.