Deploying Veeam Agent for Microsoft Windows
To deploy Veeam Agent for Microsoft Windows using setup files generated by Veeam Backup & Replication, perform the following operations:
TIP |
You can also find detailed instructions on the Veeam Agent deployment in the readme.txt file that is available among the setup files generated by Veeam Backup & Replication. |
To install Veeam Agent for Microsoft Windows and all the required components, do the following:
- Upload Veeam Agent setup files on the computer you want to protect. Then navigate to the folder where you have saved setup files.
Keep in mind that you must use Veeam Agent setup files that are generated by Veeam Backup & Replication after the protection group for pre-installed Veeam Agents is created. To learn more, see Specifying Packages.
- To install the .NET Framework 4.5.2, double-click the NDP452-KB2901907-x86-x64-AllOS-ENU.exe file located in the <path_to_setup_files>/Windows/6.2.0.121 folder.
If a later version of the .NET Framework is already installed on the computer, you can skip this step.
- To install Windows Universal C Runtime (CRT), find and double-click the file depending on your computer OS architecture and version:
OS Architecture | OS Version | File Location | File Name |
---|---|---|---|
32-bit | Windows 7 or Windows Server 2008 R2 | <path_to_setup_files>/Windows/6.2.0.121/VAW/x86/CRT | Windows6.1-KB2999226-x86.msu |
Windows 8 or Windows Server 2012 | Windows8-RT-KB2999226-x86.msu | ||
Windows 8.1 or Windows Server 2012 R2 | Windows8.1-KB2999226-x86.msu | ||
64-bit | Windows 7 or Windows Server 2008 R2 | <path_to_setup_files>/Windows/6.2.0.121/VAW/x64/CRT | Windows6.1-KB2999226-x64 |
Windows 8 or Windows Server 2012 | Windows8-RT-KB2999226-x64 | ||
Windows 8.1 or Windows Server 2012 R2 | Windows8.1-KB2999226-x64 |
- To install Veeam Agent for Microsoft Windows, use one of the following files depending on the architecture of your computer OS:
For 32-bit Windows
- Double-click the Veeam_B&R_Endpoint_x86.msi file located in the <path_to_setup_files>/Windows/6.2.0.121/VAW folder
For 64-bit Windows
- Double-click the Veeam_B&R_Endpoint_x64.msi file located in the <path_to_setup_files>/Windows/6.2.0.121/VAW folder
To configure Veeam Agent for Microsoft Windows, you must apply connection settings from the configuration file. You obtained this file together with other setup files when the protection group for pre-installed Veeam Agents was created. To do configure Veeam Agent, execute the following command from the folder where Veeam Agent setup files are located:
"C:\Program Files\Veeam\Endpoint Backup\Veeam.Agent.Configurator.exe" -setVBRsettings /p:"<protection_group_name>.xml" |
where <protection_group_name> is a name of the protection group for pre-installed Veeam Agents. Alternatively, you can specify the full path to the configuration file passed with the /p option.
Consider that the connection between Veeam Backup & Replication and Veeam Agent is not persistent. Veeam Agent synchronizes with Veeam Backup & Replication every 6 hours. After you apply new backup policy settings in the Veeam Backup & Replication console, Veeam Agent will get these settings during the next synchronization.
To synchronize Veeam Agent immediately, run the following command on the Veeam Agent computer:
"C:\Program Files\Veeam\Endpoint Backup\Veeam.Agent.Configurator.exe" -syncnow |