FEC00018

windows_nano::default

Symptoms or Error

The automatic process fails when configuring Compute node.

Solution

Complete the following troubleshooting steps to resolve this issue (connect to the Computer node through Enter-PsSession or locally with OOB)

  1. Check if windows feature NET-Framework and RSAT-AD-PowerShell are installed
  2. MTU network configuration on Storage network adapters
    Get-NetAdapterAdvancedProperty -Name "storage*" -DisplayName "Jumbo Packet" | Set-NetAdapterAdvancedProperty -RegistryValue 9014
  3. Remove default IP address (192.168.50.X)
  4. Set Virtual hard disk path:
    Set-VMHost -VirtualHardDiskPath "C:\Data\vhdx" -VirtualMachinePath “C:\Data\vm"
  5. Setup DNS. Check that DNS configuration is correct. If you want to set it up manually:
    Set-DnsClientServerAddress -ServerAddresses {dns1},{dns2} -InterfaceAlias "vEthernet (External)"
  6. SMBv1 is disabled.
    Detect: (Get-WindowsFeature -Name FS-SMB1).Installed
    Uninstall: Uninstall-WindowsFeature -Name FS-SMB1 -Remove

Resume deployment. If the error persists, please contact Flexxible IT support.

Was this article helpful?