/build/static/layout/Breadcrumb_cap_w.png

Veeam Reporter

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 1.6k  |  Created: 09/24/2019 by: jonniipalos

Average Rating: 0
Reporter has 1 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Windows Installer (Delivered as an EXE)
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 1 ratings
Most Commonly Reported Deployment Method
Windows Installer Command Line (No MST)

Deployment Tip Summary

To install Veeam ONE Reporter server, use a command with the following syntax: msiexec.exe [/L*v "<path_to_log>"] /qn /i "<path_to_msi>" [ACCEPT_THIRDPARTY_LICENSES="1"] [ACCEPTEULA="1"][VM_RP_SERVICEACCOUNT="<Veeam_One_Service_Account>"][VM_RP_SERVICEPASSWORD="<Veeam_One_Service_Account_Password>"][VM_RP_SQL_SERVER="<SQL_server>"][VM_RP_SQL_DATABASE="<database_name>"] [VM_RP_SQL_AUTHENTICATION="0"] [VM_RP_SQL_USER="<SQL_auth_username>"] [VM_RP_SQL_PASSWORD="<SQL_auth_password>"] [EDITLICFILEPATH="<path_to_license_file>"] [VO_INSTALLATION_TYPE="0"] [VM_VC_SELECTED_TYPE="0"] [VM_RP_VC_HOST="<virtual_host_name>"] [VM_RP_VC_PORT="<port_number>"] [VM_RP_VC_USER="<virtual_host_username>"] [VM_RP_VC_PWD="<virtual_host_auth_password>"] [VM_HV_TYPE="0"] [VM_BACKUP_ADD_LATER="0"] [VM_BACKUP_ADD_TYPE="1"] [VM_BACKUP_ADD_NAME="<backup_server_name>"] [VM_BACKUP_ADD_USER="<backup_server_username>"] [VM_BACKUP_ADD_PWD="<backup_server_auth_password>"]
0
Command Line

Reporter Server

To install Veeam ONE Reporter server, use a command with the following syntax:

msiexec.exe [/L*v "<path_to_log>"] /qn /i "<path_to_msi>" [ACCEPT_THIRDPARTY_LICENSES="1"] [ACCEPTEULA="1"][VM_RP_SERVICEACCOUNT="<Veeam_One_Service_Account>"][VM_RP_SERVICEPASSWORD="<Veeam_One_Service_Account_Password>"][VM_RP_SQL_SERVER="<SQL_server>"][VM_RP_SQL_DATABASE="<database_name>"] [VM_RP_SQL_AUTHENTICATION="0"] [VM_RP_SQL_USER="<SQL_auth_username>"] [VM_RP_SQL_PASSWORD="<SQL_auth_password>"] [EDITLICFILEPATH="<path_to_license_file>"] [VO_INSTALLATION_TYPE="0"] [VM_VC_SELECTED_TYPE="0"] [VM_RP_VC_HOST="<virtual_host_name>"] [VM_RP_VC_PORT="<port_number>"] [VM_RP_VC_USER="<virtual_host_username>"] [VM_RP_VC_PWD="<virtual_host_auth_password>"] [VM_HV_TYPE="0"] [VM_BACKUP_ADD_LATER="0"] [VM_BACKUP_ADD_TYPE="1"] [VM_BACKUP_ADD_NAME="<backup_server_name>"] [VM_BACKUP_ADD_USER="<backup_server_username>"] [VM_BACKUP_ADD_PWD="<backup_server_auth_password>"]

The command has the following parameters:

Option

Parameter

Required

Description

/L

*v logfile

No

Creates an installation log file with the verbose output.

Specify an existing path to the log file as the parameter value. A setup log file created during the previous installation is cleared.

Example: /L*v ”C:\ProgramData\Veeam\Setup\Temp\Logs\ReporterServerSetup.txt”

/q

n

Yes

Sets the user interface level to “no”, which means no user interaction is needed during installation.

/i

setup file

Yes

Installs Veeam ONE Reporting Server. Specify a full path to the setup file as the parameter value.

Example: /i “C:\Veeam\Reporter\VeeamONE.Reporter.Server.x64.msi”

ACCEPT_THIRDPARTY_LICENSES

0/1

Yes

Specifies if you want to accept the terms of the license agreement for the 3rd party components. Specify 1 if you want to accept the terms and proceed with installation.

Example: ACCEPT_THIRDPARTY_LICENSES="1"

ACCEPTEULA

0/1

Yes

Specifies if you want to accept the terms of the Veeam license agreement.

Specify yes if you want to accept the terms and proceed with installation.

Example: ACCEPT_EULA="1"

VM_RP_SERVICEACCOUNT

user

Yes

Specifies a user account under which the Veeam ONE Services will run and that will be used to access Veeam ONE database in the Microsoft Windows authentication mode.

Example: VM_RP_SERVICEACCOUNT="ONESERVER\Administrator"

VM_RP_SERVICEPASSWORD

password

Yes

This parameter must be used if you have specified the VM_RP_SERVICEACCOUNT parameter.

Specifies a password for the account under which the Veeam ONE Services will run and that will be used to access Veeam ONE database.

Example: VM_RP_SERVICEPASSWORD="p@ssw0rd"

VM_RP_SQL_SERVER

SQL server\instance

No

Specifies a Microsoft SQL server and instance on which the Veeam ONE database will be deployed. By default, Veeam ONE uses the LOCALHOST\VEEAMSQL2016 server.

Example: VM_RP_SQL_SERVER="ONESERVER\VEEAMSQL2016_MY"

VM_RP_SQL_DATABASE

database

No

Specifies a name of the Veeam ONE database, by default, VeeamOne.

Example: VM_RP_SQL_DATABASE="VeeamOneDB"

VM_RP_SQL_AUTHENTICATION

0/1

No

Specifies if you want to use the Microsoft SQL Server authentication mode to connect to the Microsoft SQL Server where the Veeam ONE database is deployed. Specify 1 to use the SQL Server authentication mode. If you do not use this parameter, Veeam ONE Reporter will connect to the Microsoft SQL Server in the Microsoft Windows authentication mode (default value, 0).

Together with this parameter, you must specify the following parameters: VM_RP_SQL_USER and VM_RP_SQL_PASSWORD.

Example: VM_RP_SQL_AUTHENTICATION="1"

VM_RP_SQL_USER

user

No

This parameter must be used if you have specified the VM_RP_SQL_AUTHENTICATION parameter.

Specifies a LoginID to connect to the Microsoft SQL Server in the SQL Server authentication mode.

Example: VM_RP_SQL_USER="sa"

VM_RP_SQL_PASSWORD

password

No

This parameter must be used if you have specified the VM_RP_SQL_AUTHENTICATION parameter.

Specifies a password to connect to the Microsoft SQL Server in the SQL Server authentication mode.

Example: VM_RP_SQL_PASSWORD="p@ssw0rd"

EDITLICFILEPATH

license path

No

Specifies a full path to the license file. If this parameter is not specified, Veeam ONE Free Edition will be installed.

Example: EDITLICFILEPATH="C:\Users\Administrator\Desktop\veeam_one_subscription_100_100.lic"

VO_INSTALLATION_TYPE

0, 1 or 2

No

Specifies the mode in which Veeam ONE will collect data from virtual infrastructure and Veeam Backup & Replication servers. Specify 1 to use the Optimized for Advanced Scalability Deployment mode. Specify 2 to use The Backup Data Only mode. If you do not use this parameter, Veeam ONE will collect data in the Optimized for Typical Deployment mode (default value, 0). For details, see Choose Data Collection Mode.

Example: VO_INSTALLATION_TYPE="2"

VM_VC_SELECTED_TYPE

0, 1 or 2

No

Specifies the type of object to add into Veeam ONE configuration. Specify 0 to add VMware vCenter Server or ESXi Host. Specify 1 to add Microsoft Hyper-V Host, Failover Cluster or SCVMM Server. If you do not use this parameter, Veeam ONE will skip the virtual infrastructure configuration (default value, 2).

Example: VM_VC_SELECTED_TYPE="0"

VM_HV_TYPE

0, 1 or 2

No

This parameter can be used if you have specified 1 for the VM_VC_SELECTED_TYPE parameter.

Specifies the role of the virtual infrastructure server. Specify 1 to add Failover Cluster. Specify 2 to add standalone Hyper-V Host. If you do not use this parameter, Veeam ONE will add SCVMM Server (default value, 0).

Example: VM_HV_TYPE="2"

VM_RP_VC_HOST

host name or address

No

This parameter must be used if you have specified 0 or 1 for the VM_VC_SELECTED_TYPE parameter.

Specifies FQDN or IP address of the virtual infrastructure server you want to connect.

Example: VM_RP_VC_HOST="vcenter01.tech.local"

VM_RP_VC_PORT

host port

No

This parameter must be used if you have specified 0 or 1 for the VM_VC_SELECTED_TYPE parameter.

Specifies the port number of the virtual infrastructure server you want to connect.

Example: VM_RP_VC_PORT="443"

VM_RP_VC_USER

user

No

This parameter must be used if you have specified 0 or 1 for the VM_VC_SELECTED_TYPE parameter.

Specifies a user account to connect to the virtual infrastructure server.

Example: VM_RP_VC_USER="tech\administrator"

VM_RP_VC_PWD

password

No

This parameter must be used if you have specified 0 or 1 for the VM_VC_SELECTED_TYPE parameter.

Specifies a password for the account to connect to the virtual infrastructure server.

Example: VM_RP_VC_PWD="p@ssw0rd"

VM_BACKUP_ADD_LATER

1

No

This parameter can be used if you have specified 0 or 1 for the VM_VC_SELECTED_TYPE parameter.

Specifies if you want to postpone adding Veeam Backup & Replication or Veeam Backup Enterprise Manager Server. Specify 1 to add Veeam Backup & Replication or Veeam Backup Enterprise Manager server later. If you do not use this parameter, you must add  Veeam Backup & Replication or Veeam Backup Enterprise Manager (default value, 0).

Example: VM_BACKUP_ADD_LATER="1"

VM_BACKUP_ADD_TYPE

0/1

No

This parameter can be used if you have specified 0 or 1 for the VM_VC_SELECTED_TYPE parameter and have not specified VM_BACKUP_ADD_LATER.

Specifies the role of Veeam Backup & Replication server to add. Specify 0 to add Veeam Backup & Replication server. Specify 1 to add Veeam Backup Enterprise Manager.

Example: VM_BACKUP_ADD_TYPE="1"

VM_BACKUP_ADD_NAME

host name or address

No

This parameter can be used if you have specified 0 or 1 for the VM_VC_SELECTED_TYPE parameter and have not specified VM_BACKUP_ADD_LATER.

Specifies FQDN or IP address of the Veeam Backup & Replication or Veeam Backup Enterprise Manager server you want to connect.

Example: VM_BACKUP_ADD_NAME="backup01.tech.local"

VM_BACKUP_ADD_USER

user

No

This parameter can be used if you have specified 0 or 1 for the VM_VC_SELECTED_TYPE parameter and have not specified VM_BACKUP_ADD_LATER.

Specifies a user account to connect to Veeam Backup & Replication or Veeam Backup Enterprise Manager server.

Example: VM_BACKUP_ADD_USER="backup01\administrator"

VM_BACKUP_ADD_PWD

password

No

This parameter can be used if you have specified 0 or 1 for the VM_VC_SELECTED_TYPE parameter and have not specified VM_BACKUP_ADD_LATER.

Specifies a password for the account to connect to Veeam Backup & Replication or Veeam Backup Enterprise Manager server.

Example: VM_BACKUP_ADD_PWD="p@ssw0rd"

Example

Suppose you want to install Reporter server with the following configuration:

  • Installation log location: C:\ProgramData\Veeam\Setup\Temp\Logs\ReporterServerSetup.txt
  • No user interaction
  • Path to the MSI file: C:\Veeam\Reporter\VeeamONE.Reporter.Server.x64.msi
  • Accept 3rd party license agreement
  • Accept Veeam license agreement
  • Service user account: ONESERVER\Administrator
  • Service user account password: p@ssw0rd
  • SQL Server instance and database name: default
  • License file location: C:\Users\Administrator\Desktop\veeam_one_subscription_100_100.lic
  • Data collection mode: Optimized for Typical Deployment
  • Virtual infrastructure server: VMware vSphere
  • Virtual infrastructure server address: vcenter01.tech.local
  • Virtual infrastructure server port: 443
  • Virtual infrastructure server user: tech\administrator
  • Virtual infrastructure server authorization password: p@ssw0rd
  • Backup server type: Veeam Backup & Replication
  • Veeam Backup & Replication server name: backup01.tech.local
  • Veeam Backup & Replication server user: backup01\administrator
  • Veeam Backup & Replication server authorization password: p@ssw0rd

The command to install Reporter server with such configuration will have the following parameters:

msiexec.exe /L*v "C:\ProgramData\Veeam\Setup\Temp\Logs\ReporterServerSetup.txt" /qn /i "C:\Veeam\Reporter\VeeamONE.Reporter.Server.x64.msi" ACCEPT_THIRDPARTY_LICENSES="1" ACCEPTEULA="1" VM_RP_SERVICEACCOUNT="ONESERVER\Administrator" VM_RP_SERVICEPASSWORD="p@ssw0rd" EDITLICFILEPATH="C:\Users\Administrator\Desktop\veeam_one_subscription_100_100.lic" VO_INSTALLATION_TYPE="0" VM_VC_SELECTED_TYPE="0" VM_RP_VC_HOST="vcenter01.tech.local" VM_RP_VC_PORT="443" VM_RP_VC_USER="tech\administrator" VM_RP_VC_PWD="p@ssw0rd"  VM_BACKUP_ADD_LATER="0" VM_BACKUP_ADD_TYPE="0" VM_BACKUP_ADD_NAME="backup01.tech.local" VM_BACKUP_ADD_USER="tech\john.smith" VM_BACKUP_ADD_PWD="p@ssw0rd"


Setup Information:
Setup Type: Windows Installer (Delivered as an EXE)
Deployment Method Used: Windows Installer Command Line (No MST)
Deployment Difficulty: Average
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Reporter

Version

9.5

Questions & Answers (0)

Questions & Answers related to Veeam Reporter

Blogs (0)

Blog posts related to Veeam Reporter

Reviews (0)

Reviews related to Veeam Reporter

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ