GoAV is a Command Line interface tool written in Go and used on Avamar to gather information and troubleshoot the Avamar environment. You can download the tool directly from our FTP or from the Dell Download Site. You can find the link in the video description.
Alternatively you can download and install using wget from Avamar as shown on the screen. Additionally you can find the command in the video description. "wget ftp://avamar_ftp:anonymous@ftp.avamar.com/software/scripts/goav" Once GoAV has been placed on Avamar, go to the directory and make the tool executeable using the command: "chmod a+x goav" You can check the version you installed using the command ./goav version show To update an already installed version of GoAV, you can use the built in update feature.
Execute the command "./goav update" This will check the current version on the FTP site and attempt to pull the latest version. The tool has the root command "goav" and subcommands paired with their own set of flags. A list of all available commands and flags can be found in the Dell Knowledge Base article 192151 You can get help on any command using the flag.
Thank you for watching.