For the complete documentation index, see llms.txt. This page is also available as Markdown.

Dell EMC Avamar

Supported features

Supported version
7.5 and newer

Syntetic backup

Not supported

Random Access

Not supported

Deduplication

Supported

Encryption

Provider dependent

Pre/post command execution

Supported

Prerequisites

Ensure you have access to the Avamar server and download the required components:

  • mccli

  • Avamar Linux Client

  • Public key package (*.pub and import_avpkgkey.sh)

These components can be obtained from the Downloads section of the Avamar server, provided that UpgradeClientDownloads is installed from the EMC repository. For details, refer to the Avamar documentation.

Configuration

  1. Import GPG Key

    Run the following script to import the package key:

  1. Register the Client Run the registration command:

Provide the required details:

  • Avamar Administrator server address

  • Domain (default: clients)

After successful execution, the client will be registered and activated.

  1. Install mccli Install the Management Console Command Line Interface:

Note: Adjust the RPM filename to match the downloaded package.

  1. Configure mccli Run the configuration tool:

Provide:

  • JRE path (use a valid JRE 1.8 path, e.g. /usr/lib/jvm/.../jre)

  • Avamar installation directory

  • Connection details (host, port)

  • Administrator credentials

Note: Do not use /usr/java/latest. Use a direct JRE path instead (e.g., /usr/java/jre1.8...).

  1. Verify Configuration

    Run the following command to verify connectivity:

If the command returns activity data, the configuration is correct.

Otherwise, check your config and/or Avamar documentation,

  1. Use the avregister command to register the backup client.

  2. Use avsetup_mccli to set up the client.

    • When choosing JRE - do NOT use /usr/java/latest but /usr/java/jre1.8...

  3. Proceed with the configuration and add a backup destination.

On the left side menu, click on Backup Destinations, then change to the enterprise sub-tab, click on the Create Backup Destination button and choose:

Fill in the required info. It may look similar to the example below:

Last updated