Um host vSphere Auto Deploy Inicializa e exibe informações iPXE, mas reinicia após cinco minutos.
Problema
Um host a ser provisionado com vSphere Auto Deploy Inicializa a partir do iPXE e exibe informações de iPXE no console. No entanto, após cinco minutos, o host exibe a seguinte mensagem para o console 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.
Em seguida, o console exibe os atributos de máquina do host, incluindo o fornecedor, o número de série, o endereço IP e assim por diante.
Causa
No momento, nenhum perfil de imagem está associado a este host.
Solução
Você pode atribuir um perfil de imagem ao host executando o cmdlet
Apply-EsxImageProfile ou criando a seguinte regra:
- Execute o cmdlet New-DeployRule para criar uma regra que inclua um padrão que corresponda ao host com um perfil de imagem.
- Execute o cmdlet Add-DeployRule para adicionar a regra a um RuleSet.
- Execute o cmdlet Test-DeployRuleSetCompliance e use a saída desse cmdlet como a entrada para o cmdlet Repair-DeployRuleSetCompliance.