Performing an unattended installation of Unified Manager
You can install Unified Manager without user intervention by using the command-line interface. You can complete the unattended installation by passing the parameters in key-value pairs.
- Log in to the Windows command-line interface by using the default local administrator account.
- Navigate to the location where you want to install Unified Manager, and choose one of the following options:
Option Instructions If third-party packages are pre-installed lnvgy_utl_tim-unifiedmanager_9.7_windows_x86-64.exe /V"MYSQL_PASSWORD=mysql_password INSTALLDIR=\"Installation directory\" MYSQL_DATA_DIR=\"MySQL data directory\" MAINTENANCE_PASSWORD=maintenance_password MAINTENANCE_USERNAME=maintenance_username /qn /l*v CompletePathForLogFile" Example:
lnvgy_utl_tim-unifiedmanager_9.7_windows_x86-64.exe /s /v"MYSQL_PASSWORD=netapp21! INSTALLDIR=\"C:\Program Files\NetApp\" MYSQL_DATA_DIR=\"C:\ProgramData\MYSQL\MySQLServer\" MAINTENANCE_PASSWORD=******* MAINTENANCE_USERNAME=admin /qn /l*v C:\install.log"If third-party packages are not installed lnvgy_utl_tim-unifiedmanager_9.7_windows_x86-64.exe /V"MYSQL_PASSWORD=mysql_password INSTALLDIR=\"Installation directory\" MYSQL_DATA_DIR=\"MySQL data directory\" MAINTENANCE_PASSWORD=maintenance_password MAINTENANCE_USERNAME=maintenance_username /qr /l*v CompletePathForLogFile" Example:
lnvgy_utl_tim-unifiedmanager_9.7_windows_x86-64.exe /s /v"MYSQL_PASSWORD=netapp21! INSTALLDIR=\"C:\Program Files\NetApp\" MYSQL_DATA_DIR=\"C:\ProgramData\MYSQL\MySQLServer\" MAINTENANCE_PASSWORD=******* MAINTENANCE_USERNAME=admin /qr /l*v C:\install.log"The /qr option enables quiet mode with a reduced user interface. A basic user interface is displayed, which shows the installation progress. You are not prompted for inputs. If third-party packages such as JRE, MySQL, and 7zip are not pre-installed, you must use the /qr option. Installation fails if the /qn option is used on a server where third-party packages are not installed.The /qn option enables quiet mode with no user interface. No user interface or details are displayed during installation. You must not use the /qn option when third-party packages are not installed.
- Log in to the Unified Manager web user interface by using the following URL: https://IP address
Give documentation feedback