Un host vSphere Auto Deploy viene avviato e visualizza le informazioni di iPXE, ma dopo cinque minuti viene riavviato.
Problema
Un host da sottoporre a provisioning tramite vSphere Auto Deploy viene avviato da iPXE e visualizza le informazioni di iPXE nella console. Tuttavia, dopo cinque minuti, l'host visualizza il seguente messaggio nella console e viene riavviato.
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.
È possibile che nell'host vengano visualizzati anche i dettagli seguenti:
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.
Nella console vengono quindi visualizzati gli attributi della macchina dell'host, tra cui il fornitore, il numero di serie, l'indirizzo IP e così via.
Causa
Nessun profilo immagine è al momento associato a questo host.
Soluzione
È possibile assegnare un profilo immagine all'host eseguendo il cmdlet
Apply-EsxImageProfile o creando la regola seguente:
- Eseguire il cmdlet New-DeployRule per creare una regola che includa un modello che corrisponda all'host con un profilo immagine.
- Eseguire il cmdlet Add-DeployRule per aggiungere la regola a un set di regole.
- Eseguire il cmdlet Test-DeployRuleSetCompliance e utilizzare l'output di tale cmdlet come input per il cmdlet Repair-DeployRuleSetCompliance.