Asked by:
HPC Pack 2016 Installation error (Microsoft Service Fabric cluster)

Question
-
Microsoft Service Fabric cluster is not installing. It returns with an error:
2017-03-15 19:14:05.894,Info ,8376,FabricSetup.FabricSetup.DriverInstaller,Installing Driver: LeasLayr from C:\Program Files\Microsoft Service Fabric\bin\fabric\fabric.code\LeasLayr.sys. 2017-03-15 19:14:05.894,Error ,8376,FabricSetup.FabricSetup.DriverInstaller,Error 0x80070241 while installing driver LeaseLayer 2017-03-15 19:14:05.894,Error ,8376,FabricSetup.FabricSetup.FabricSetupOperationBase,DriverInstallManager::Install failed with error 0x80070241 2017-03-15 19:14:05.894,Noise ,8376,Timer.CancelCalled,21974058de0 cancel called, waitForCallbackOnCancel = false 2017-03-15 19:14:05.894,Noise ,8376,Timer.CancelWait,21974058de0 wait for cancel completion 2017-03-15 19:14:05.894,Noise ,8376,Timer.Destructed,21974058de0 destructed 2017-03-15 19:14:05.894,Error ,8376,FabricSetup.FabricSetup.FabricSetupOperationExecutor,DriverInstallManager::Install failed with error 0x80070241, Rolling back 2017-03-15 19:14:05.894,Info ,8376,FabricSetup.FabricSetup.FabricSetupOperationExecutor,Starting DriverInstallManager::Uninstall
According to https://servicefabricsdkstorage.blob.core.windows.net/public-release-notes/Microsoft%20Azure%20Service%20Fabric%20SDK%20Minor%20Update%20Release%20Notes%20-SDK%202.3.301%20Runtime%205.3.301.docx,
Which I believe is due to the machine having 'secure boot' enabled.
How can install HPC Pack 2016/Microsoft Service Fabric Cluster on a machine with secure boot enabled?
Thanks!
Thursday, March 16, 2017 8:33 PM
All replies
-
You are right, this is a known issue of HPC Pack 2016 due to we depend on Service Fabric cluster 5.3, please see https://technet.microsoft.com/en-us/library/mt744886(v=ws.11).aspx
Currently, the workaround is to disable the secure boot.
Friday, March 17, 2017 1:07 AM -
Disable secure boot, install HPC Pack and then reenable secure boot.. Will that work?
Friday, March 17, 2017 1:49 AM -
I am afraid not.
Tuesday, March 21, 2017 7:52 AM -
Is installing 5.2.207 an option to keep the secure boot?
https://blogs.msdn.microsoft.com/azureservicefabric/2016/10/13/release-of-sdk-2-3-301-and-runtime-5-3-301-for-windows/
otherwise, when are we likely to see a verison of service fabric that supports secure boot is rolled out so I can install HPC 2016?
Wednesday, March 22, 2017 10:33 AM -
Sorry for the late reply, you can use 5.3.311 which fixed this issue.
Option 1: Replace the file ServiceFabric\MicrosoftAzureServiceFabric.cab in setup package with the following version and run setup.exe to install head node
https://download.microsoft.com/download/B/0/B/B0BCCAC5-65AA-4BE3-AB13-D5FF5890F4B5/5.3.311.9590/MicrosoftAzureServiceFabric.5.3.311.9590.cab
Option 2: Disable the secure boot first, and install the head node with the original setup package, and then upgrade the service fabric to 5.3.311.9590 as per https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-cluster-upgrade-windows-server, and then re-enable secure boot.
Option 1 shall be more easy if you do a fresh new installation.
Monday, March 27, 2017 4:10 AM