Unsolved
This post is more than 5 years old
5 Posts
0
8155
March 18th, 2010 08:00
avregister through linux CLI
I need to script the install of the client for 100 servers. Is there a way to throw avregister flags for the admin server and client location? I see that it can be done on windows so I find it hard to believe that it cant be done for the linux client. Tks for your help in adavnce.
0 events found
No Events found!


swmwc
2 Posts
0
November 6th, 2012 18:00
I realize this thread is very old, but here is how you would do it-
avregister in Linux(and Unix flavors) is a interactive script, however you can call avagent.d directly to register via script.
/usr/local/avamar/etc/avregister.d register
Note: Do NOT preface the domain with a forward slash
lordweedlle
1 Message
0
November 17th, 2016 05:00
I know this post is now REALLY old but well, I got actually exactly the same need that templeMike and the solution given by swmwc isn't working for me as long as there is no avregister.d in /usr/local/avamar/etc/ directory.
I'm trying to install avamar using AvamarClient-debian4.0-x86_64-7.2.100-401.deb installer and still looking for a way to not be prompted while launching /usr/local/avamar/bin/avregister command, so I can integrate it in a script.
Bhaven_Parmar
1 Rookie
•
15 Posts
2
December 15th, 2016 18:00
Hi lordweedlle,
Try following....
It works for me.