How to Deploy IDPA 2.6 and Avamar Proxy Patches and Hotfixes with GOAV
Summary: How to deploy the latest Avamar proxy patches and hotfixes for Avamar stability.
Instructions
This article explains how to use Goav to apply, in an automated way, Avamar proxy hotfix to all registered proxies within Avamar.
-
Goav tool: See Dell article 000192151 Avamar: Goav tool to download and install the Avamar Goav tool.
-
Copy this tool into the Avamar Utility Node on /home/admin folder.
-
Make this tool executable (as admin).
chmod +x goav
-
Run the tool to get the list of proxies.
./goav proxy show
-
Download the latest proxy hotfixes available for your Avamar version. For IDPA 2.6.X, it is Avamar 19.3.
Note: Access internal hotfixes or ask Support to give for the latest hotfixes files. The file is an RPM file. Here, the version that is used is Hotfix 327646. -
Copy this RPM to your Avamar home folder (or another).
-
Update your GOAV local proxy password credentials to be able to send all commands.
./goav proxy set-password
avam@r'. Do the same command with '--name IDPA_PROXY_NAME' as IDPA internal proxy has the password of your Avamar by default.
-
Apply the general proxy 19.3 hotfix command to avoid backup issue with service not enabled by default (19.3 proxy issue).
./goav proxy exec "systemctl enable vami-sfcb"
-
Push the RPM update package on all proxies.
./goav proxy upload --local /tmp/AvamarVMwareCombined-linux-sles12sp4-x86_64-19.3.100-149.rpm --remote AvamarVMwareCombined-linux-sles12sp4-x86_64-19.3.100-149.rpm
-
Perform hotfix update on all proxies.
./goav proxy exec "rpm -Uvh --force AvamarVMwareCombined-linux-sles12sp4-x86_64-19.3.100-149.rpm;reboot"
-
(Optional) Change the proxy password.
./goav proxy exec "echo 'admin:PASSWORD' | chpasswd" ./goav proxy exec "echo 'root:PASSWORD' | chpasswd"
-
Set the local proxy password change again to apply a new one.
./goav proxy set-password
-
Verify that the proxy has a good patch version applied.

=> You can find under column "
clientversion" Proxy base build and "_" and patch Number.Note: Look at the latest column. A patch number should appear such as HF327646. -
(Optional) Change the AutoDsMapping setting:
mccli client edit --auto-datastore-mapping=true --name=PROXY_NAME
Additional Information
Patches for Proxy are found on the Avamar Product Support page (https://www.dell.com/support/home/en-us/product-support/product/avamar-server/drivers).