asdk installation failure?

Darren 181 Reputation points
2020-06-25T14:55:10.923+00:00

<p>Hello I am trying to install asdk and after all vm's are running I get the following errors please could someone help? a google search returned very little thank you</p>
<br /><p>Invoke-EceAction : Type 'Configure' of Role 'NC' raised an exception:<br />DSC failures:<br />at <ScriptBlock>, <No file>: line 42<br />at <ScriptBlock>, <No file>: line 40<br />At C:\CloudDeployment\Setup\Common\DeploySingleNodeCommon.ps1:770 char:5<br />+ Invoke-EceAction -RolePath $masterRole -ActionType $ActionPlan @d...<br />+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br /> + CategoryInfo : OperationStopped: (DSC failures:<br />...ion manually.<br />:String) [Invoke-EceAction], InterfaceInvocationFailedException<br /> + FullyQualifiedErrorId : DSC failures:<br />AzS-NC01: The SendConfigurationApply function did not succeed. LCM failed to start desired state configuration manually.<br />,CloudEngine.Cmdlets.InvokeCmdlet</p>
<br /><p>Invoke-EceAction : Action: Invocation of step 40.49 failed. Stopping invocation of action plan.<br />At C:\CloudDeployment\Setup\Common\DeploySingleNodeCommon.ps1:770 char:5<br />+ Invoke-EceAction -RolePath $masterRole -ActionType $ActionPlan @d...<br />+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br /> + CategoryInfo : InvalidOperation: (:) [Invoke-EceAction], ActionExecutionException<br /> + FullyQualifiedErrorId : Unspecified error,CloudEngine.Cmdlets.InvokeCmdlet</p>
<br /><p>Invoke-EceAction : Action: Invocation of step 40 failed. Stopping invocation of action plan.<br />At C:\CloudDeployment\Setup\Common\DeploySingleNodeCommon.ps1:770 char:5<br />+ Invoke-EceAction -RolePath $masterRole -ActionType $ActionPlan @d...<br />+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br /> + CategoryInfo : InvalidOperation: (:) [Invoke-EceAction], ActionExecutionException<br /> + FullyQualifiedErrorId : Unspecified error,CloudEngine.Cmdlets.InvokeCmdlet</p>

Azure Stack Hub
Azure Stack Hub
An extension of Azure for running apps in an on-premises environment and delivering Azure services in a datacenter.
180 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
    2020-07-08T01:22:32.21+00:00

    DSC Failures tend to be intermittent, but can usually be overcome by rerunning the installation using the -rerun parameter, or by reinstalling the ASDK from scratch (Delete the .vhdx and re-download).

    DSC Failures can also occur from hardware not meeting specifications, and almost always when HDDs are used, not SSDs.

    If you try to reinstall and get the same error, let me know. Unfortunately even with proper logging, these errors can be very hard to overcome.

    0 comments No comments