Microsoft Download Center Archive

HPC Pack 2016 Update 2 fixes

  • Published:
  • Version: 5.02.6291.0
  • Category: Application
  • Language: English

This Update Fixes some issues of HPC Pack 2016 Update 2

  • This update fixes some known issues of HPC Pack 2016 update 2 as described below

    - Fix a task dependency issue
    - Fix dependent assembly loading issue of activation/submission filter
    - Fix an issue that HPC Web portal cannot be loaded
    - Enable HPC REST API for non-domain-joined cluster
    - Add Excel related diagnostics tests and "GPGPU configuration Report" back
    - Fix the issue that the PowerShell command Set-HpcNode cannot set node role
    - Enable Compute Node role of the headnode for non domain joined cluster
    - Fix an issue that makes JobManager crash when switching between resource view and job view
    - Fix assembly reference to enable in-process broker on client side
    - Fix an issue causes Session.Close throwing NullReferenceException when using default binding
    - Try to stop LogonUI and WinLogon when creating console times out
    - Fix SOA broker backend to use UPN for Kerberos authentication
    - Fix auto grow shrink service to use ComputedMax for job with max being set when there are fewer tasks than max in the job
    - Fix an issue that SOA inprocess broker session could have the counter of total calls falsely doubled
    - Fix a few accessibility issues in HPC Cluster/Job Manager GUI
    - Fix an issue that an error dialog will pop up when closing Cluster/Job Manager GUI
    - Add "-ConnectAsUser " for HPC powershell cmdlet. With this cluster admin can connect to the cluster and submit job on behalf of other users
    - Add support Ubuntu1804
    - Add environment variable CCP_SWITCH_USER=1 in job or task to run task command by switching user rather than by sudo, thus MPI task could run successfully on RDMA capable nodes with Ubuntu
    - Fix affinity issue on Linux nodes
    - Bring with MSMPI 10.0

Files

Status: Live

This download is still available on microsoft.com. The downloads below will come directly from the Microsoft Download Center.

FileSHA1 HashSize
HpcApplicationType.sfpkg3cdd15f29969eeaf3739fc127bcb391a66b5b71448.45 MB
hpcnodeagent.tar.gzb9397ad754e5be77b86881d5d61f74d3cc3858b710.62 MB
KB4481650_x64.exef57b834c1388148dfa9d273f275a851aeb1d9c4e20.44 MB
KB4481650_x86.exe3c160516561e2706e18c504b56400c0f6b93ee4f9.81 MB
setup.py2c321860292ba74e7de54d1db1ed3c9e4bfa33ee6 KB
Upgrade-HpcApplication.ps1cde4772a4d5ddfbd6a70ec57cf7906d2f01ac3119 KB

File sizes and hashes are retrieved from the Wayback Machine’s indexes. They may not match the latest versions of files hosted on Microsoft servers.

System Requirements

Operating Systems: Windows 7, Windows 8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2

  • HPC Pack 2016 Update 2 (build 5.2.6277.0) installed

Installation Instructions

  • Installation Instructions
    This update needs to be run on all head nodes, broker nodes, workstation nodes, compute nodes (Windows and Linux), Azure IaaS nodes and clients

    Before applying the update, please check if HPC Pack 2016 Update 2 is installed. The version number (in HPC Cluster Manager, click Help->About) should be 5.2.6277.0. Please take all nodes offline and ensure all active jobs finished or canceled. If there are Azure PaaS Nodes, please make sure they are stopped before applying this patch. After all active operations on the cluster have stopped, please back up the head node (or head nodes) and all HPC databases by using a backup method of your choice.

    To start the download, click the Download button next to the appropriate file (KB4481650_x64.exe for the 64-bit version, KB4481650-x86.exe for the 32_bit version) and then:

    Applying the update on Single Headnode
    1. Click Save to copy the download to your computer;
    2. Close any open HPC Cluster Manager or HPC Job Manager windows;
      Note: Any open instances of HPC Cluster Manager or HPC Job Manager may unexpectedly quit or show an error message during the update process if left open. This does not affect installation of the update;
    3. Run the download on the head node using an administrator account, and reboot the head node;
    4. The version number (Start HPC Cluster Manager, click Help->About) now should be 5.2.6291.0;
    5. If you want to revert the patching, please go to Control Panel -->Programs and Features -->View installed updates, un-install below updates in order (Please don’t reboot in the middle): KB4481650 under “Microsoft ® HPC Pack 2016 Web Components”, “Microsoft ® HPC Pack 2016 Client Components” and then “Microsoft ® HPC Pack 2016 Server Components, then reboot;

    Applying the update on Three Headnodes
    Note: If you have at least three head nodes, you need to download HpcApplicationType.sfpkg and Upgrade-HpcApplication.ps1 as well and put them together on one of the headnode, for example, c:\5.2.6291.0. And run through below steps:
    1. To upgrade service fabric application, please open an elevated powershell command prompt window, run:
           Upgrade-HpcApplication.ps1 -ApplicationPackagePath C:\5.2.6288.0\HpcApplicationType.sfpkg
    2. After the service fabric application upgrade done, you then need to run the KB4481650_x64.exe on headnode one by one;
    3. Reboot the headnode one by one (Please check https://localhost:10400 to make sure the original reboot headnode back to health state before you reboot a new headnode, so that your service will keep available);
    4. The version number (Start HPC Cluster Manager, click Help->About) now should be 5.2.6291.0 on all headnodes;
    5. If you want to revert the patching, for every headnode please go to Control Panel --> Programs and Features --> View installed updates, un-install below updates in order (Please don’t reboot in the middle): KB4481650 under “Microsoft ® HPC Pack 2016 Web Components”, “Microsoft ® HPC Pack 2016 Client Components” and then “Microsoft ® HPC Pack 2016 Server Components; then downgrade service fabric application through below command;
           Connect-ServiceFabricCluster
           $hpcApplication = Get-ServiceFabricApplication -ApplicationName fabric:/HpcApplication
           $appParameters = @{}
           foreach($appParam in $hpcApplication.ApplicationParameters)
           {
           $appParameters[$appParam.Name] = $appParam.Value
           }
          
           Start-ServiceFabricApplicationUpgrade -ApplicationName fabric:/HpcApplication -ApplicationTypeVersion 1.2.0 -ApplicationParameter $appParameters -HealthCheckStableDurationSec 60 -UpgradeDomainTimeoutSec 1800 -UpgradeTimeout 3000 -FailureAction Rollback -Monitored | Out-Null
    You can run "Get-ServiceFabricApplicationUpgrade -ApplicationName fabric:/HpcApplication" to track the upgrade status. If you find it is stuck at "PreUpgradeSafetyCheck" due to some service fail to cancel, you could try to manually kill the corresponding process on the right node. When if finished, reboot headnode one by one (you need wait the original rebooted node fully healthy in the service fabric cluster before you reboot the next one.

    You can open "Service Fabric Explorer" at "https://localhost:10400" to monitor the service fabric cluster upgrade progress (You need to import the pfx certificate used during cluster setup to CurrentUser\My to avaid HTTP 403 error). There is little possibility that some service is stuck on the headnode during patching. If that happens, you could manually kill the process on that node.

    Applying the update on Windows nodes
    1. Log on interactively, or use clusrun to deploy the fix to the compute nodes, broker nodes, unmanaged server nodes, Azure IaaS nodes and workstation nodes;
    If you want to use clusrun to patch the QFE on the compute nodes, broker nodes, unmanaged server nodes, Azure IaaS nodes and workstation nodes:
           a. Copy the appropriate version of the update to a shared folder such as \\headnodename\HPCUpdates
           b. Open an elevated command prompt window and type the appropriate clusrun command for the operating system of the patch, e.g.:
                 clusrun /nodegroup:ComputeNodes \\<headnodname>\HPCUpdates\KB4481650_x64.exe -unattend -SystemReboot
                 clusrun /nodegroup:BrokerNodes \\<headnodname>\HPCUpdates\KB4481650_x64.exe -unattend -SystemReboot
    Note: HPC Pack updates, other than Service Packs, do not get automatically applied when you add a new node to the cluster or re-image an existing node. You must either manually/clusrun apply the update after adding or reimaging a node or modify your node template to include a line to install the appropriate updates from a file share on your head node.
    Note: If the cluster administrator doesn’t have administrative privileges on workstation nodes and unmanaged server node, the clusrun utility may not be able to apply the update. In these cases the update should be performed by the administrator of the workstation and unmanaged servers.
    2. If you want to revert the patching, please go to Control Panel --> Programs and Features --> View installed updates, un-install below updates in order (Please don’t reboot in the middle): KB4481650 under “Microsoft ® HPC Pack 2016 Web Components”, “Microsoft ® HPC Pack 2016 Client Components” and then “Microsoft ® HPC Pack 2016 Server Components, then reboot;

    Applying the update on Linux nodes
    1. For 3-headnode Cluster, download and Copy “hpcnodeagent.tar.gz” and "setup.py" to the remote install share of the HPC Cluster (Default should be \\<HN>\REMINST\LinuxNodeAgent ); while for single headnode cluster, this package will be replaced during headnode patching. Thus please back up the existing one so that you could downgrade to original version
    2. Mount the share on linux node (Suppose you already created /mnt/share on all linux node):
           Clusrun /env:CCP_MAP_ADMIN_USER=0 /user:system /NodeGroup:LinuxNodes mkdir /mnt/share ^& mount -t cifs //<yourheadnode>/REMINST/LinuxNodeAgent /mnt/share -o vers=2.1,domain=<domainname>,username=<username>,password='<password>',dir_mode=0777,file_mode=0777
    3. Clusrun with root on all linux node to update the package:
           Clusrun /env:CCP_MAP_ADMIN_USER=0 /user:system /NodeGroup:LinuxNodes /workdir:/mnt/share echo “python /mnt/share/setup.py -update” ^| at now + 1 minute
    4. Wait for clusrun completion and the real update will start in a minute on the linux node; After the update completes, you can run Clusrun command to check the linux agent version by running below command (the version now will be 2.3.7.0):
           Clusrun /env:CCP_MAP_ADMIN_USER=0 /user:system /NodeGroup:LinuxNodes /workdir:/opt/hpcnodemanager ./nodemanager -v
    5. If you want to revert back to the original linux agent version, you could restore the "hpcnodeagent.tar.gz" to the old version and apply the same above steps;

    Applying the update on Linux nodes on Azure
    If your linux node is on azure and deployed through our ARM template, the linux node will update its Linux Agent Extension automatically.

    Applying the update on Client
    1. To update computers that run HPC Pack client applications apply the following actions:
           a. Stop any HPC client applications including HPC Job Manager and HPC Cluster Manager;
           b. Run the update executable;
           c. Reboot your client computer;
    2. If you want to revert the patching, please go to Control Panel --> Programs and Features --> View installed updates, un-install KB4342793 under “Microsoft ® HPC Pack 2016 Client Components” then reboot;

Related Resources