Azure / AzureStackHCI-EvalGuide

Welcome to the Azure Stack HCI Evaluation Guide!
Creative Commons Attribution 4.0 International
141 stars 83 forks source link

2 HCI Servers Never Deployed #101

Open tkos12 opened 11 months ago

tkos12 commented 11 months ago

Hello,

After 2 redeployments and multiple reruns of the DscConfiguration, the 2 HCI servers never created. I ran into PowerShell DSC configuration errors during the initial deployment (see screenshot). Not sure if this had anything to do with it. I rebooted the VM and then redeployed it (2x). I was then successful on updating Chocolatey. No matter what I've tried, I have not been able to have the DscConfiguration script return a 'success' state.

Any thoughts here?

chocolatey

ashci-deployment-errors

hci-noservers

Script to rerun DscConfiguration cd "C:\Packages\Plugins\Microsoft.Powershell.DSC*\DSCWork\azshcihost.0\AzSHCIHost" Set-DscLocalConfigurationManager -Path . -Force Start-DscConfiguration -Path . -Wait -Force -Verbose

Tim