Register Avamar Client with Server - Over VPN
Log In or Register to download the BES file, and more.

0 Votes

Description

Use this task to register or activate Avamar clients with the server in a particular domain group. The different groups have different levels of backup.

This task is applicable on all windows computers with Avamar Client installed, but not currently registered to the Avamar server.


Property Details

ID761
TitleRegister Avamar Client with Server - Over VPN
DomainBESC
SourceInternal
Source IDjgs194
Source Release Date8/8/2011 12:00:00 AM
KeywordsBackup,Avamar
Is TaskTrue
Added by on 12/6/2012 9:00:46 PM
Last Modified by on 12/6/2012 9:00:46 PM
Counters 4031 Views / 5 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 57 fixlets and 4 analyses   * Results in a true/false
Show indented relevance
(name of it = "WinXP" OR name of it = "WinXP-2003" OR (name of it = "WinVista" AND product type of it = nt workstation product type AND NOT x64 of it) OR (name of it = "WinVista" AND product type of it = nt workstation product type AND x64 of it) OR (name of it = "Win7" AND NOT x64 of it) OR (name of it = "Win7" AND x64 of it)) of operating system
Used in 3 fixlets and 2 analyses   * Results in a true/false
Show indented relevance
exists key whose (value "DisplayName" of it as string as lowercase contains "EMC Avamar" as lowercase) of key "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry
Used in 2 fixlets   * Results in a true/false
Show indented relevance
exists adapters whose (address of it as string != "0.0.0.0" AND description of it as string as lowercase contains "Cisco Systems VPN Adapter" as lowercase) of network
Used in 2 fixlets   * Results in a true/false
Show indented relevance
exists file (value "InstallLocation" of key whose (value "DisplayName" of it as string as lowercase contains "EMC Avamar" as lowercase) of key "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry as string & "bin\avagent.exe")
Used in 2 fixlets   * Results in a true/false
Show indented relevance
not exists file (value "InstallLocation" of key whose (value "DisplayName" of it as string as lowercase contains "EMC Avamar" as lowercase) of key "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry as string & "var\avagent.cfg") whose (exists lines whose (it as lowercase contains "avamar.domain.tld") of it)

Actions

Action 1 (default)

Action Link Click here to register the Avamar client with the Standard domain.
Script Type BigFix Action Script
//Stop the EMC Avamar service
waithidden CMD.EXE /C NET STOP "Backup Agent"
//Register the EMC Avamar client with the Server
// the commandline parameter "mcsaddr" is the server, which for this example is: "avamar.domain.tld"
// the commandline parameter "dpndomain" is the group that determines the type of backup. For this example: "Group1", "Group2"
wait {(value "InstallLocation" of key whose (value "DisplayName" of it as string as lowercase contains "EMC Avamar" as lowercase) of key "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry as string & "bin\avagent.exe")} --quiet --init --daemon=false --mcsaddr="avamar.domain.tld" --dpndomain="Group1" --logfile="%TEMP%\avagent_cmdline.log"
//Start the EMC Avamar service
waithidden CMD.EXE /C NET START "Backup Agent"
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!