首页 旅游热点 线路攻略 景点大全 国内游 境外游 美食特产
您的当前位置:首页正文

VMware vsphere经常出现的问题

2022-07-21 来源:锐游网


一 常见问题

1 vSphere client 登陆语言如何选择

vSphere client在安装时是根据你操作系统的语言版本来确定安装时选择的默认语言,一般我们都使用中文,但是很多中文报错信息在网上都无法搜索到解决方案,但是英文报错解决方案的结果往往会更多,所以我们有时候需要使用英文语言来登录vSphere client,这样查看警告错误信息时在网络中搜索会有更多的解决方案和结果。

更改vCenter的语言,您可以采取以下方法之一:

1. 将vCenter Server系统的语言设置为\"英文\"

2. 右键vSphere Client -> 属性 -> 快捷方式 -> 目标 ->在vSphere Client路径后加上

-locale en_US\"

例如:

\"C:\\Program Files\\VMware\\Infrastructure\\Virtual Infrastructure

Client\\Launcher\\VpxClient.exe\" -locale en_US\"

若想 vSphere client 使用中文语言登陆,需要编辑vSphere client快捷方式路径后加上 -locale zh_CN\"。

2 HA提示没有管理网络冗余信息

1) 现象

在配置VMware HA后出现如下信息:

VMware HA提示没有管理网络冗余信息

Host currently has no management network redundancy.

2)

两种解决方案

1. 在不同的vSwitch和子网上添加第二个服务控制器或在服务控制台的vSwitch上添加第二个vmnic.

2. VMware Infrastructure Client->Cluster->Edit Settings->VMware HA ->Advanced Options, 在选项列中,输入das.ignoreRedundantNetWarning,并设置值为true后确定->Reconfigure HA。

3

HA主机报警Host <主机名> could reach isolation address:none specified

1) 故障状态

在vCenter Server的的Summary页标签显示如下HA警告:

Host <主机名> could reach isolation address:none specified

2) 故障分析

这个问题主要由于主机隔离响应网关禁ping或有故障导致;

3) 解决方案

1、vSphere Client登录到vCenter的Inventory上,右击HA Cluster点击Edit Settings;

2、找到VMware HA->Advanced Option;

3、在里面输入:das.isolationaddress=192.168.1.x 备注:确认这个地址可以ping通;

4、然后点击Reconfigure for HA即可。

也可以直接为ESX主机添加网关。

4 HA: Host currently has no management network redundancy.

1) 现象

在配置VMware HA后出现如下信息:

Host currently has no management network redundancy.

2) 解决办法

1. 在不同的vSwitch和子网上添加第二个服务控制器或在服务控制台的vSwitch上添加第二个vmnic.

2. VMware Infrastructure Client->Cluster->Edit Settings->VMware HA ->Advanced Options, 在选项列中,输入das.ignoreRedundantNetWarning,并设置值为true后确定->Reconfigure HA。

5 ESXi/ESX主机触发IPMI后日志状态反复报警

1) 故障状态

ESXi/ESX主机触发IPMI后日志状态反复报警;在警报管理里面将之设定为绿色之后过一阵又再次报警。

2) 故障分析

这种情况通常是由于日志满了导致的。

3) 解决方案

要想停止反复的出发报警,必须清理掉IPMI系统时间日志后重置报警传感器:

1、vSphere Client登录后右击主机点击Edit Settings;

2、点击Hardware Status页标签;

3、点击下拉列表,选择System Event log后,点击Reset Event log选项;

4、点击Reset Sensors选项重置主机报警传感器。

6 Migrate: Troubleshooting Migration compatibility warning: No guest OS

heartbeats are being received

以下是VMware KB知识库的解释。

1) Symptoms

When performing a vMotion migration, this compatibility warning is displayed:

Migration from : No guest OS heartbeats are being received. Either the guest OS is not responding or VMware tools is not configured properly .

2)

Resolution

A) Overview

This warning indicates that the VMware Tools are either not installed or are not running in the virtual machine.

This message is safe to ignore when performing a migration.

B) Workaround

To workaround the warning, perform one of these options:

Ensure that the VMware Tools are installed in the virtual machine before

performing a migration.

Ensure that the virtual machine has been running long enough for the operating system to be completely started before performing a migration.

If the Tools are already installed, reinstall the VMware Tools to ensure that you are on the latest version and that there is no corruption in the configuration.

因篇幅问题不能全部显示,请点此查看更多更全内容