Procedure for installing GPFS on Windows nodes

IBM® provides GPFS™ as Windows Installer packages (MSI), which allow both interactive and unattended installations. Perform the GPFS installation steps as the Administrator or some other member of the Administrators group.

Before installing GPFS on Windows nodes, verify that all the installation prerequisites have been met. For more information, see Installing GPFS prerequisites.

To install GPFS on a Windows node, follow these steps:
  1. Run one (not both) of the following license installation packages from the product media (depending on the GPFS edition you wish to install) and accept the license:

    gpfs.base-4.2.0-Windows-license.msi (IBM Spectrum Scale™ Express Edition) or gpfs.ext-4.2.0-Windows-license.msi (IBM Spectrum Scale Standard Edition)

    Unlike on Linux and AIX®, the various IBM Spectrum Scale Editions on Windows are fully self-contained and mutually exclusive. Only one edition can be installed at any given time, and each requires its corresponding license package.

    Rebooting is normally not required.

    Note: All nodes in a cluster must have the same edition installed.
  2. Download and install the latest service level of GPFS from the IBM Support Portal: Downloads for General Parallel File System. The GPFS package name includes the GPFS version (for example, gpfs.ext-4.2.x.x-Windows.msi). For the latest information on the supported Windows operating system versions, see the IBM Spectrum Scale FAQ in IBM Knowledge Center.

    Under some circumstances, the installation process will prompt you to reboot the systems when it is required. You do not need to install the GPFS 4.2.0.0 package included on the media before installing the latest update.

  3. Download and install the latest level of IBM GSKit for GPFS. GSKit (gpfs.gskit-x.x.x.x.msi) comes as a single package that works with both the IBM Spectrum Scale Express Edition and the IBM Spectrum Scale Standard Edition.
    Note: For this release, the IBM GSKit version must be at least 8.0.50.47 or higher.
To upgrade GPFS, do the following:
  1. Uninstall your current GPFS packages (for example, gpfs.base-4.x.x.0-Windows.msi, gpfs.ext-4.x.x.0-Windows.msi, and gpfs.gskit-8.0.50.16.msi).
  2. Reboot.
  3. Install the latest PTF packages (for example, gpfs.ext-4.2.0.x-Windows.msi).
When upgrading, you do not need to uninstall and reinstall the license package unless you are explicitly instructed to do so by IBM. In addition, gpfs.gskit only needs to be upgraded if the update (zip file) contains a newer version.

For more information, refer to Steps to establishing and starting your GPFS cluster.

The GPFS installation package provides some options that you can select by installing GPFS from a Command Prompt. Property values control the options. The command line syntax is:
msiexec.exe /package <Package> [Optional Parameters] [Property=Value]
The following property values are available:
AgreeToLicense=yes
This property applies to the license packages (gpfs.base-4.2.0-Windows-license.msi and gpfs.ext-4.2.0-Windows-license.msi). It allows GPFS to support an installation procedure that does not require user input. IBM recommends that you perform at least one interactive installation on a typical system before attempting an unattended installation. This will help identify any system configuration issues that could cause the installation to fail.
The following command installs GPFS without prompting you for input or generating any error dialog boxes:
msiexec /package gpfs.ext-4.2.0-Windows-license.msi /passive AgreeToLicense=yes
The msiexec.exe executable file supports display options other than /passive. See msiexec documentation for details.
RemoteShell=no
This property applies to the product package (for example, gpfs.ext-4.2.0-Windows-license.msi). It is equivalent to running mmwinservctl set –remote-shell no, but performs this configuration change before mmwinserv initially starts. This option is available to satisfy security policies that restrict network communication protocols.

You can verify that GPFS is installed correctly by opening the Programs and Features control panel. IBM Spectrum Scale should be included in the list of installed programs. The program's version should match the version of the update package.

The GPFS software license agreement is shipped and is viewable electronically. The license agreement will remain available in the %SystemDrive%\Program Files\IBM\GPFS\4.2.0.0\license directory for future access.