Upgrade Windows Host Utilities for ONTAP storage
You can upgrade Windows Host Utilities software in your ONTAP storage configuration by following the installation instructions interactively or by using the Windows command line. You need to install the new Windows Host Utilities installation software on a path that is accessible to the Windows host.
Upgrade the Windows Host Utilities software interactively by running the Host Utilities installation program and following the prompts.
-
Change to the directory where you downloaded the executable file.
-
Run the executable file and follow the instructions on the screen.
-
Reboot the Windows host when prompted.
-
After the reboot completes, check the host utility version:
-
Open Control Panel.
-
Go to Program and features and check the host utility version.
-
Perform a noninteractive Windows Host Utilities software upgrade by using the Windows command line.
-
Enter the following command at the Windows command prompt:
msiexec /i installer.msi /quiet MULTIPATHING= {0 | 1} [INSTALLDIR=inst_path]-
installeris the name of the.msifile for your CPU architecture. -
MULTIPATHING specifies whether Microsoft Multipath I/O (MPIO) support is installed. The allowed values are "0" for no and "1" for yes.
-
inst_pathis the path where the Host Utilities files are installed. The default path isC:\Program Files\NetApp\Windows Host Utilities\.
-
|
|
To see the standard Microsoft Installer (MSI) options for logging and other functions, enter msiexec /help at the Windows command prompt. For example, the msiexec /i install.msi /quiet /l*v <install.log> LOGVERBOSE=1 command displays logging information.
|
The system automatically reboots when the installation is complete.