Register Avamar Client with Server
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

ID759
TitleRegister Avamar Client with Server
DomainBESC
Download Size0
SourceInternal
Source IDjgstew
Source Release Date8/8/2011 12:00:00 AM
KeywordsAvamar, Backup
Is TaskTrue
Added by on 12/6/2012 8:50:42 PM
Last Modified by on 12/6/2012 8:50:42 PM
Counters 9689 Views / 17 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 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 Group1.
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.

Action 2

Action Link Click here to register the Avamar client with Group2.
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="Group2" --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!