To integrate vProtect with Dell EMC Avamar, complete the following on vProtect Node:
Download the required software:
mccli
Avamar Linux Client
Pubkey (*.pub + sh)
You can obtain the above by browsing the downloads section of your Avamar server installation, provided you have installed 'UpgradeClientDownloads" from the EMC repository to the Avamar server. When in doubt, consult the Avamar documentation.
Import the GPG key by invoking the script:
sh import_avpkgkey.sh
Run avregister and fill in the required info.
# /usr/local/avamar/bin/avregister
=== Client Registration and Activation
This script will register and activate the client with the Administrator server.
Enter the Administrator server address (DNS text name or numeric IP address, DNS name preferred): <your_Avamar_server_address>
Enter the Avamar server domain [clients]:
avagent.d Info: Stopping Avamar Client Agent (avagent)...
avagent.d Info: Client Agent stopped. [ OK ]
avagent Info <5008>: Logging to /usr/local/avamar/var/avagent.log
avagent.d Info: Client activated successfully. [ OK ]
avagent.d Info: Client Agent service started in systemd [ OK ]
avagent Info <5008>: Logging to /usr/local/avamar/var/avagent.log
avagent Info <5417>: daemonized as process id 17479
avagent.d Info: Client Agent started. [ OK ]
avagent.d Info: Stopping Avamar Client Agent (avagent)...
avagent.d Info: Client Agent stopped. [ OK ]
Registration Complete.
Install the Management Console Command Line Interface (mccli).
Note: please change the RPM name to match the file downloaded from your Avamar installation.
Run avsetup_mccli to configure the management console.
You need to point mccli to your JRE installation, fill in the connection details, and provide the admin username and password.
# /usr/local/avamar/19.2.0-155/bin/avsetup_mccli
setting linux default
ls: cannot access /usr/java/latest: No such file or directory
Enter the location of your JRE (1.8) installation []: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64/jre
Enter the root directory of your Avamar installation [/usr/local/avamar/19.2.0-155]:
Enter the user data directory of your Avamar installation [~/.avamardata/19.2.0-155/var]:
Configuring default local mcsprofile in /usr/local/avamar/19.2.0-155/lib/mcclimcs.xml
Enter default mcs host name (mcsaddr) [localhost]:
Enter default mcs port number on localhost (mcsport) [7778]:
Enter default userid on localhost (mcsuserid) [MCUser]: root
Enter password for root (mcspasswd): adminuserpass
Avamar CLI 19.2.0 has been configured correctly
Type mccli command to use it
Quickly test the correctness of this config by typing in:
# /usr/local/avamar/19.2.0-155/bin/mccli activity show
If the output shows the latest activity on Avamar, everything is OK.
Otherwise, check your config and/or Avamar documentation,