VMware KB: VCenter, Powering off a virtual machine „vmware unable to connect to the mks“

Using the ESXi 5.0 esxcli command to power off a virtual machine

The esxcli command can be used locally or remotely to power off a virtual machine running on ESXi 5.0. For more information, see the esxcli vm Commands section of the vSphere Command-Line Interface Reference.

  • Open a console session where the esxcli tool is available, either in the ESXi Shell, the vSphere Management Assistant (vMA), or the location where the vSphere Command-Line Interface (vCLI) is installed.
  • Get a list of running virtual machines, identified by World ID, UUID, Display Name, and path to the .vmx configuration file, using this command:
    esxcli vm process list
  • Power off one of the virtual machines from the list using this command:
    esxcli vm process kill –type=[soft,hard,force] –world-id=WorldNumber

Note: Three power-off methods are available. Soft is the most graceful, hard performs an immediate shutdown, and force should be used as a last resort.

Repeat step 2 and validate that the virtual machine is no longer running.

via VMware KB: Powering off a virtual machine on an ESXi host.

VMWare – Networking Error: IP address already assigned to another adapter

Beim anpassen des Netzwerkadapters erscheint eine Meldung die sagt, das die IP Adresse schon auf eine andere Netzwerkkarte konfiguriert ist.

Das Problem tauch auf, wenn einen Netzwerkadapter mit der gleichen IP Adresse in der Registry vorhanden ist, jedoch nicht im Device Manager, das nennt man ein „ghosted network adapter“.

Das kann vorkommen wenn:

 

  • Die Virtual Network Adapter aktualisert wurden (beispiel, bei eine Migration aus einen älteren zu eine aktuellen VMWare software version).

 

  • Die Netzwerkadapter wurden mehrmals hinzugefügt und entfernt worden.

 

  • Nach einen P2V auftrag.

 

Das „ghosted network adapter“ muss entfernt werden.

 

Lösungansätze:

 

Show hidden devices im Device Manager unter View -> Show hidden devices aktivieren, jedoch werden nicht immer die „ghosted network adapter“ angezeigt.

 

1. Auf Start -> Run, cmd eingeben, und folgendes command ausführen:

 

set devmgr_show_nonpresent_devices=1

 

Falls dieser command nicht funktioniert, (das kann in Windows 2000 und 2003 vorkommen)

 

a. Rechte Maustaste auf My Computer -> Properties

b. auf Advanced tab, und Environment Variables auswählen

c. In System variables auf New klicken

d. Variable name: devmgr_show_nonpresent_devices, und die Variable value auf 1.

e. mit Ok bestätigen

 

2. Device Manager starten

 

3. Auf View -> Show Hidden Devices

 

4. Netzwerkkarten auf das kleine + klicken, das grau hinterlegte Netwerkkarte kann gelöscht werden

5. Nun kann die neue „richtige“ Netzwerkkarte konfiguriert werden.