Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

On This Page

Overview

When transferring data between a source and destination there are a number of factors that can limit the transfer speed. Most cloud providers have rate limitations that reduce the transfer rate, but if those limits are account based and the platform supports impersonation, DryvIQ can create a pool of accounts that issues commands in a round-robin format across all of the accounts connected to the pool.

Modifications to the connection pool will applied on the next job run. For example, if a connection pool has two accounts, all commands will be alternated between them. If a third account is added to the pool, the next run of the job will use all three accounts.

"My Computer" and Network File Share (NFS) connections are not supported with connection pooling.

Connections using OAuth 2 authentication may experience bandwidth throttling when using connection pooling.

Creating a Connections Pool

  1. Click Connections in the left navigation menu.

  2. Click Connection pools.

  3. Click Create connection pool.

  4. Type a name for the connection pool you are creating.

  5. Select the platform from the list.

  6. The modal display a list of connections for that platform.

  7. Select the connections you want to add to the connection pool. A connection pool requires at least two connections.

  8. Click Done.

Editing the Connection Pool

  1. Click the ellipses (…) for the connection pool.

  2. Click Edit in the menu that displays.

  3. Edit the name, add additional connections, or remove connections as needed.

  4. Clicks Done.

Viewing the Connections in the Connection Pool

  1. Click the ellipses (…) for the connection pool.

  2. Click View connections in the menu that displays.

  3. You will be taken to the Authenticated connections page, and it will be filtered to display only the connections assigned to the connection pool.

Deleting a Connection Pool

  1. Click the ellipses (…) for the connection pool.

  2. Click Delete in the menu that displays.

  3. Click OK when prompted to verify you want to delete the connection pool.

  • No labels