-
- Novice
- Posts: 6
- Liked: never
- Joined: May 19, 2017 1:42 pm
- Full Name: Jeremy
- Contact:
Remote Deployment & Configuration - Issues
I'm looking at the possibility of this agent across the company, but i'm hung up on 2 issues.
1.) There is an option to deploy the agent silently, but not configure. You can run a backup via CLI, but only after the product has been configured first. So basically, you'll be spending time on each workstation individually regardless. Well that's not fun (x ~300).
2.) It's nice to have the backups visible in B&R console. BUT. I work with remote sites, many of which use a central server over VPN as opposed to having their own, but they do have a NAS for local backup. There is no way to set the backup gateway to the remote location to prevent backups from going over the WAN to the central server, then BACK to the NAS at the local site (without a server at the remote location set up as a gateway server). So... this option is out too.
Love the fact that Veeam is branching out, and getting into the "Backup Everything" space... but there's just some basic needs that need to be addressed before I can use this at all. Anxiously waiting.
1.) There is an option to deploy the agent silently, but not configure. You can run a backup via CLI, but only after the product has been configured first. So basically, you'll be spending time on each workstation individually regardless. Well that's not fun (x ~300).
2.) It's nice to have the backups visible in B&R console. BUT. I work with remote sites, many of which use a central server over VPN as opposed to having their own, but they do have a NAS for local backup. There is no way to set the backup gateway to the remote location to prevent backups from going over the WAN to the central server, then BACK to the NAS at the local site (without a server at the remote location set up as a gateway server). So... this option is out too.
Love the fact that Veeam is branching out, and getting into the "Backup Everything" space... but there's just some basic needs that need to be addressed before I can use this at all. Anxiously waiting.
-
- Expert
- Posts: 124
- Liked: 22 times
- Joined: Jul 30, 2015 7:32 pm
- Contact:
Re: Remote Deployment & Configuration - Issues
They do have a Configurator that allows you to export the config from one agent and then import to another. I'm hung up on converting the password to my B&R repository as they are not exported and you have to encrypt them manually.
https://helpcenter.veeam.com/docs/agent ... tml?ver=20
https://helpcenter.veeam.com/docs/agent ... tml?ver=20
-
- Influencer
- Posts: 24
- Liked: 5 times
- Joined: Feb 12, 2015 12:36 pm
- Full Name: Sergey Kochetkov
- Contact:
Re: Remote Deployment & Configuration - Issues
Hello,JoshuaPostSAMC wrote:They do have a Configurator that allows you to export the config from one agent and then import to another. I'm hung up on converting the password to my B&R repository as they are not exported and you have to encrypt them manually.
https://helpcenter.veeam.com/docs/agent ... tml?ver=20
You can use any online or offline encryptors for this
-
- Expert
- Posts: 124
- Liked: 22 times
- Joined: Jul 30, 2015 7:32 pm
- Contact:
Re: Remote Deployment & Configuration - Issues
This isn't helpful for me, as this is exactly what I'm unclear on what to do. I don't feel comfortable putting a password into an online encryptor and not currently finding anything for offline. When I do look at some online ones for DES, I have to supply a Key or IV. What is used for this in regards to what Veeam is looking for? Does the XML files also need to know what the key is? Please explain it like I'm five.skochetkov wrote: You can use any online or offline encryptors for this
I have another thread open asking for this same clarification
veeam-agent-for-windows-f33/encrypted-c ... 43081.html
-
- Veteran
- Posts: 500
- Liked: 109 times
- Joined: Oct 27, 2012 1:22 am
- Full Name: Clint Wyckoff
- Location: Technical Evangelist
- Contact:
Re: Remote Deployment & Configuration - Issues
Stewy-stewy » Fri May 19, 2017 8:52 am
I'm looking at the possibility of this agent across the company, but i'm hung up on 2 issues.
1.) There is an option to deploy the agent silently, but not configure. You can run a backup via CLI, but only after the product has been configured first. So basically, you'll be spending time on each workstation individually regardless. Well that's not fun (x ~300).
I've completely automated the entire process with some very basic PowerShell so you're misunderstanding something.
https://github.com/VeeamHub/powershell/ ... Deploy-VAW - For the sample PS1
These are the install and configurator steps from the script:
Code: Select all
Start-Process -FilePath $Installer -Verb runas -ArgumentList "/silent /accepteula"
Code: Select all
Start-Process Veeam.Agent.Configurator.exe -ArgumentList "-license /f:'$LicenseFile'"
Code: Select all
Start-Process Veeam.Agent.Configurator.exe -ArgumentList "-import /f:'$ConfigFile'"
Who is online
Users browsing this forum: No registered users and 50 guests