Um host vSphere Auto Deploy inicializa e exibe informações de iPXE, mas é reinicializado após cinco minutos.

Problema

Um host a ser provisionado com o vSphere Auto Deploy inicializa do iPXE e exibe as informações do iPXE no console do. No entanto, após cinco minutos, o host exibe a seguinte mensagem no console do e é reinicializado.
This host is attempting to network-boot using VMware
AutoDeploy. However, there is no ESXi image associated with this host.
Details: No rules containing an Image Profile match this
host. You can create a rule with the New-DeployRule PowerCLI cmdlet
and add it to the rule set with Add-DeployRule or Set-DeployRuleSet. 
The rule should have a pattern that matches one or more of the attributes 
listed below.

O host também pode exibir os seguintes detalhes:

Details: This host has been added to VC, but no Image Profile
is associated with it. You can use Apply-ESXImageProfile in the
PowerCLI to associate an Image Profile with this host.
Alternatively, you can reevaluate the rules for this host with the
Test-DeployRuleSetCompliance and Repair-DeployRuleSetCompliance cmdlets.

O console exibe os atributos da máquina do host, incluindo fornecedor, número de série, endereço IP e assim por diante.

Causa

Nenhum perfil de imagem está associado a este host no momento.

Solução

Você pode atribuir um perfil de imagem ao host executando o cmdlet Apply-EsxImageProfile ou criando a seguinte regra:
  1. Execute o cmdlet New-DeployRule para criar uma regra que inclua um padrão que corresponda ao host com um perfil de imagem.
  2. Execute o cmdlet Add-DeployRule para adicionar a regra a um conjunto de regras.
  3. Execute o cmdlet Test-DeployRuleSetCompliance e use a saída desse cmdlet como a entrada para o cmdlet Repair-DeployRuleSetCompliance.