KB ID: | 3130 |
Product: | Veeam ONE 11, Veeam ONE 10, Veeam ONE 9.5 |
Published: | 2020-03-23 |
Last Modified: | 2021-03-31 |
msiexec.exe /L*v "C:\ProgramData\Veeam\Setup\Temp\Veeam ONE Agent Install.log" /i "F:\Agent\VeeamONE.Agent.x64.msi" ACCEPT_THIRDPARTY_LICENSES="1" ACCEPT_EULA="1" VO_AGENT_TYPE="0" VO_BUNDLE_INSTALLATION="0"
VO_AGENT_TYPE="0" - means that the Agent must be deployed on the Veeam Backup&Replication server(s) as the Agent Client. The master (server) role must be configured only on the Veeam ONE server (Agent Type "1" + Bundle Installation "1").
msiexec.exe /x "F:\Agent\VeeamONE.Agent.x64.msi" /qn msiexec.exe /L*v "C:\ProgramData\Veeam\Setup\Temp\Veeam ONE Agent Install.log" /i "F:\Agent\VeeamONE.Agent.x64.msi" ACCEPT_THIRDPARTY_LICENSES="1" ACCEPT_EULA="1" VO_AGENT_TYPE="0" VO_AGENT_SERVICE_ACCOUNT_NAME="DOMAINNAME\accountname" VO_AGENT_SERVICE_ACCOUNT_PASSWORD="PASSword" VO_BUNDLE_INSTALLATION="0" VO_AGENT_SERVICE_PORT="2805"NOTE: Replace the account and the password with your Veeam ONE service account credentials.
VO_AGENT_TYPE="0" - means that the Agent must be deployed on the Veeam Backup&Replication server(s) as the Agent Client. The master (server) role must be configured only on the Veeam ONE server (Agent Type "1" + Bundle Installation "1").
For more information check the Deployment Guide.
In case the solutions provided in this KB article do not help, contact Veeam Technical Support.
KB ID: | 3130 |
Product: | Veeam ONE 11, Veeam ONE 10, Veeam ONE 9.5 |
Published: | 2020-03-23 |
Last Modified: | 2021-03-31 |