- 积分
- 9
- 鸿鹄币
- 个
- 好评度
- 点
- 精华
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 听众
- 收听
网络小学徒

|
本帖最后由 loveevan414 于 2-17-2012 16:09 编辑
在实验环境中搭建了整套AutoDeploy。
以虚拟机为目标进行部署的时候没有问题,但是以实体服务器进行部署的时候出现如下错误提示。
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.
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.
.......
查阅了官方的文档库相关解释如下:
http://pubs.vmware.com/vsphere-5 ... 8-75720E7875DB.html
再添加DeployRule 的时候我分别试了 -Allhosts参数 和 -Pattern ipv4参数锁定ip 但是仍然报这个找不到匹配镜像的错误。
同样一套系统,在虚拟机上却可以顺利部署。
难道是硬件兼容性的问题?
实验机器为IBM x3850,采用光盘介质进行安装没有任何问题。 |
|