ESXi - Troubleshoot

最後更新: 2015-07-29

目錄

  • Boot fail with hpet0

 


Host Troubleshoot

 

Version 5.x

<Q1>

"HostLocalAccountManager.CreateGroup" for object "ha-localacctmgr" on ESXi "x.x" failed.

<A1>

unfortunately local user groups are not supported from vSphere 5.1,

 

<Q2>

Disabling vsanvp firewall rule Error

<A2>

VSANVP – Virtual SAN Vendor Provider

This issue occurs if the service.xml file (located at /etc/vmware/firewall/service.xml) has required tag for vsanvp set to true.

This indicates that the firewall rule is required to enable regardless of the service state.

For example:

<service id='0035'>
    <id>vsanvp</id>
    <rule id='0000'>
      <direction>inbound</direction>
      <protocol>tcp</protocol>
      <port type='dst'>8080</port>
      <flags>-m state --state NEW</flags>
    </rule>
    <rule id='0001'>
      <direction>outbound</direction>
      <protocol>tcp</protocol>
      <port type='dst'>8080</port>
   </rule>
   <enabled>true</enabled>
   <required>true</required>
  </service>

Note:

Time out feature keeps the existing virtual SAN (VSAN) connection alive regardless of the Virtual SAN Vendor Provider (VSANVP) service state.

 


ESXi Guest OS Troubleshoot

 

Centos 5 guest:

log:

Jan 15 09:26:31 vm kernel: hda: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
Jan 15 09:26:31 vm kernel: hda: drive_cmd: error=0x04 { AbortedCommand }

解決:

/etc/init.d/smartd stop

chkconfig smartd off

原因是:

/etc/smartd.conf

# DEVICESCAN -H -m root

 

Server 2003

log

[ warning] [vmusr:vmusr] Error in the RPC receive loop: RpcIn: Unable to send.

Delete the Unity plug-in

    In the guest operating system, navigate to:

    C:\Program Files\VMware\VMware Tools\plugins\vmusr

    Delete the Unity.dll file.

    sc stop vmtools

    sc start vmtools

 


Boot fail with hpet0

 

To poweron Virtual machine get Errors

Module 'DevicePowerOnEarly' power on failed.
The device "hpet0" is not supported by the current hardware version.
Failed to start the virtual machine.

This issue occurs when high precision event timer (HPET) is enabled.

方式: 修改 .vmx

   Open the .vmx file for the virtual machine using a text editor.

方式: Web

    "YOUR-VM" > Edit > VM Options > Advanced > Edit Configuration...
    Change hpet0.present to FALSE.
 


 

 

 

Creative Commons license icon Creative Commons license icon