VSphare 5.0.0 U1测试运行

标签:
it |
分类: 工作 |
终于在上个周末VIC被升级到VSphare 5.0.0
U1。今天便匆匆忙忙的装了两台ESXi宿主机。安装完成以后,出现了三个问题。
一、当应用以前准备好的主机配置文件时报错:“host profile vmnic0 auto negotiate is not supported”
顿悟:当时测试的时候,好像就遇到过类似的问题。后来重新做了一个主机配置文件解决了这个问题。找到当天做的另一个主机配置文件,应用--成功!问题是这样的,在做主机配置文件时,要把主机的网速设置成固定的,否则这个问题就会出现在以后每当你想应用这个主机配置文件的时候。我原来做的所有的主机配置文件都不能用了!!气死人啊!
相关的文章:
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2005112
http://communities.vmware.com/thread/295356
二、配置完主机,用升级管理插件对主机打补丁升级。系统由报错“Remediate entity esxi5host1 The operation is not supported on the selected inventory objects. Check the events for the objects selected for the operation.”
也不知道是V5的特点还是什么,官方解释是因为“管理控制策略被设置成防止升级管理插件对主机进行修正调整。
怎么办?要么在管理控制中调整,要么干脆禁用VMware HA.
To disable strict admission control:
Right-click the cluster and click Edit Settings.
Under Cluster Features, click VMware HA.
Under Admission Control, select Disable: Power on VMs that violate
availability constraints.
Click OK.
To disable VMware HA:
Right-click the cluster and click Edit Settings.
Under Cluster Features, select Turn off VMware HA.
Click OK.
Note, once the ESX/ESXi host has been successfully remediated,
re-enable VMware HA on the cluster in the event of any future host
failovers.
相关的文章:
http://kb.vmware.com/kb/1024331
http://communities.vmware.com/message/1987297
三、全部做完,新的主机上依然黄色的警告出现。仔细一瞧,是这样的:“The number of vSphere HA heartbeat datastores for this host is 1, which is less than required: 2”

vSphere 5HA最大的改进之一就是它不再仅依赖管理网络监控心跳。HA现在能够使用存储子系统进行通信,该方法称之为数据存储心跳(Heartbeat Datastores)。
仅当管理网络丢失时(比如由于隔离或网络划分导致)数据存储心跳才被用于通信。vCenter
Server自动选择两个数据存储用于监控,但是你同样可以手动选择数据存储。数据存储心跳支持VMFS和NFS数据存储。
vCenter会自动选择两个数据存储作为检查数据存储心跳。你可以通过族的状态查看它(clicking on your cluster in the vSphere client, then choosing “Cluster Status”. Select the “Heartbeat Datastores” )

回到我们的主题,你可以通过两个方法让这个警告消失:
1给主机添加另外一个数据存储;
2在vSphere HA cluster设置的高级选项中添加
das.ignoreInsufficientHbDatastore =
true
相关的文章:
http://www.yellow-bricks.com/2012/04/05/the-number-of-vsphere-ha-heartbeat-datastores-for-this-host-is-1-which-is-less-than-required-2/
http://www.shogan.co.uk/?p=764
下面是部分VMware vSphere 5.0中文资料
VMware vSphere 5 的新增功能
http://www.vmware.com/files/cn/pdf/VMware-vSphere-What-Is-New-Flyer.pdf
VMware vCenter Site Recovery Manager 5 产品介绍
http://www.vmware.com/files/cn/pdf/VMware-vCenter-SRM-with-vSphere-Replication-Datasheet.pdf
VMware vCloud Director 产品介绍-构建安全的私有云以实现“基础架构即服务”
http://www.vmware.com/files/cn/pdf/vmware-vcloud-director-DS-CN.pdf
VMware vCloud Director 产品介绍
交付“基础架构即服务”,并且兼具安全性、可扩展性、可移植性和可控性
http://www.vmware.com/files/cn/pdf/VMware-vCloud-Director-Datasheet.pdf
VMware vSphere Storage Appliance 产品介绍-为所有中小型企业提供共享存储的软件
https://upgrade.vmware.com/files/cn/pdf/VMware-vSphere-Storage-Appliance-Datasheet.pdf
VMware vShield 手册-可信任云计算基础架构的基础
http://www.vmware.com/files/cn/pdf/VMware-vShield-Brochure.pdf
VMware vSphere 手册-云计算基础架构的最佳平台
http://www.vmware.com/files/cn/pdf/VMware-vSphere-Brochure.pdf
VMware Data Recovery 管理员指南
http:// www.vmware.com/files/cn/pdf/vdr_11_admin_cn.pdf
VMware vSphere 5定价指南
https://www.vmware.com/files/cn/pdf/vsphere_pricing.pdf
一、当应用以前准备好的主机配置文件时报错:“host profile vmnic0 auto negotiate is not supported”
顿悟:当时测试的时候,好像就遇到过类似的问题。后来重新做了一个主机配置文件解决了这个问题。找到当天做的另一个主机配置文件,应用--成功!问题是这样的,在做主机配置文件时,要把主机的网速设置成固定的,否则这个问题就会出现在以后每当你想应用这个主机配置文件的时候。我原来做的所有的主机配置文件都不能用了!!气死人啊!
相关的文章:
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2005112
http://communities.vmware.com/thread/295356
二、配置完主机,用升级管理插件对主机打补丁升级。系统由报错“Remediate entity esxi5host1 The operation is not supported on the selected inventory objects. Check the events for the objects selected for the operation.”
也不知道是V5的特点还是什么,官方解释是因为“管理控制策略被设置成防止升级管理插件对主机进行修正调整。
怎么办?要么在管理控制中调整,要么干脆禁用VMware HA.
To disable strict admission control:
To disable VMware HA:
相关的文章:
http://kb.vmware.com/kb/1024331
http://communities.vmware.com/message/1987297
三、全部做完,新的主机上依然黄色的警告出现。仔细一瞧,是这样的:“The number of vSphere HA heartbeat datastores for this host is 1, which is less than required: 2”

vSphere 5HA最大的改进之一就是它不再仅依赖管理网络监控心跳。HA现在能够使用存储子系统进行通信,该方法称之为数据存储心跳(Heartbeat Datastores)。
vCenter会自动选择两个数据存储作为检查数据存储心跳。你可以通过族的状态查看它(clicking on your cluster in the vSphere client, then choosing “Cluster Status”. Select the “Heartbeat Datastores” )

回到我们的主题,你可以通过两个方法让这个警告消失:
1给主机添加另外一个数据存储;
2在vSphere HA cluster设置的高级选项中添加
das.ignoreInsufficientHbData
相关的文章:
http://www.yellow-bricks.com/2012/04/05/the-number-of-vsphere-ha-heartbeat-datastores-for-this-host-is-1-which-is-less-than-required-2/
http://www.shogan.co.uk/?p=764
下面是部分VMware vSphere 5.0中文资料
VMware vSphere 5 的新增功能
http://www.vmware.com/files/cn/pdf/VMware-vSphere-What-Is-New-Flyer.pdf
VMware vCenter Site Recovery Manager 5 产品介绍
http://www.vmware.com/files/cn/pdf/VMware-vCenter-SRM-with-vSphere-Replication-Datasheet.pdf
VMware vCloud Director 产品介绍-构建安全的私有云以实现“基础架构即服务”
http://www.vmware.com/files/cn/pdf/vmware-vcloud-director-DS-CN.pdf
VMware vCloud Director 产品介绍
交付“基础架构即服务”,并且兼具安全性、可扩展性、可移植性和可控性
http://www.vmware.com/files/cn/pdf/VMware-vCloud-Director-Datasheet.pdf
VMware vSphere Storage Appliance 产品介绍-为所有中小型企业提供共享存储的软件
https://upgrade.vmware.com/files/cn/pdf/VMware-vSphere-Storage-Appliance-Datasheet.pdf
VMware vShield 手册-可信任云计算基础架构的基础
http://www.vmware.com/files/cn/pdf/VMware-vShield-Brochure.pdf
VMware vSphere 手册-云计算基础架构的最佳平台
http://www.vmware.com/files/cn/pdf/VMware-vSphere-Brochure.pdf
VMware Data Recovery 管理员指南
http:// www.vmware.com/files/cn/pdf/vdr_11_admin_cn.pdf
VMware vSphere 5定价指南
https://www.vmware.com/files/cn/pdf/vsphere_pricing.pdf
后一篇:春天钓花鲫鱼