
Veeam Availability Orchestrator Web UI
Open the command prompt and run the setup file VAO.WebUI.x64.msi using the command of the following format:
msiexec.exe [/L*v "<path_to_log>"] /qn /I "<path_to_msi>" VAO_SERVER_NAME="<VAO_server_address>" [INSTALLDIR="<path_to_installdir>"] [VAO_SERVER_PORT="<VAO_port>"] [VAA_IIS_SITE_PORT="<website_port>"] [VAO_THUMBPRINT="<SSL_certificate_thumbprint>"] |
The following command-line options are used to run the setup file:
Option | Parameter | Required | Description |
/L | *v logfile | No | Creates an installation log file with the verbose output. Specify a full path to the log file as the parameter value. Any setup log file produced during the previous installation will be cleared. Example: /L*v ”C:\ProgramData\Veeam\Setup\Temp\Logs\VAO_WebUI.txt” |
/q | n | Yes | Sets user interface level to “no”, which means no user interaction is needed during installation. |
/I | setup file | Yes | Installs the Veeam Availability Orchestrator Web UI component. Specify a full path to the setup file as the parameter value. Example: /I “C:\Veeam\VAO.WebUI.x64.msi” |
INSTALLDIR | path | No | Installs the component to the specified location. By default, VAO uses a subfolder in the C:\Program Files\Veeam\Availability Orchestrator\ folder. Example: INSTALLDIR=”C:\Veeam\” |
VAO_SERVER_NAME | server name or address | Yes | Specifies an IP address or FQDN of the server where Veeam Availability Orchestrator Server Service is installed. Example: VAO_SERVER_NAME=”servername.domain.local” |
VAO_SERVER_PORT | port | No | Specifies a WCF port that was defined to connect to Veeam Availability Orchestrator Server Service. Example: VAO_SERVER_PORT=”12348” |
VAA_IIS_SITE_PORT | port | No | Specifies an IIS port that will be used to connect to the VAO UI website from a web browser. By default, port number 9898 is used. Example: VAA_IIS_SITE_PORT=”9998” |
VAO_THUMBPRINT | hash | No | Provides a thumbprint of an SSL certificate that will be used to secure traffic between the VAO UI and a web browser. Example: VAO_THUMBPRINT="a909502dd82ae41433e6f83886b00d4277a32a7b" |