VMWare-Server

Aus Doku-Wiki
Zur Navigation springenZur Suche springen

Backup

ESX4i

Backup

Restore

vSphere4 Cient unter Windows 7 64bit

Wenn folgende Fehlermeldungen beim verbinden auftreten, benötigt es folgende vier Schritte um den Fehler zu beheben:

Schritt 1.)

  • Download einer system.dll
    • Org.-Link
    • Lokaler Download
    • Note: This DLL is usually found in the %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\ directory of a non Windows 7 PC with .NET v3.5 SP1 installed.

Schritt 2.)

  • Abspeichern der system.dll in folgendem Verzeichnis
C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib

Wenn das Verzeichnis lib nicht vorhanden ist, muss es angelegt werden

Schritt 3.)

  • Die Datei C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpnClient.exe.config wie folgt ergänzen:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <system.net>
        <connectionManagement>
            <clear/>
            <add address="*" maxconnection="8" />
        </connectionManagement>
    </system.net>
  <appSettings>
    <add key = "protocolports" value = "https:443"/>
  </appSettings>
  • Einfügen -----------------------------------------------
  <runtime>
    <developmentMode developerInstallation="true"/>
  </runtime>
  • Ende ---------------------------------------------------
</configuration>

Schritt 4.)

  • Systemvaribable anlegen
    • Ausführen -> SystemPropertiesAdvanced
    • Registerkarte - Erweitert -
    • - Umgebungsvariablen... -
    • - Systemvariablen - Neu... -
Variable:  DEVPATH 
Wert:      C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
  • Nun kann der vSphere4 Client gestartet werden.
You are now ready to start using the VMware vSphere Client on your Windows 7 machine!  
Some people have reported having to run the client as an ‘Administrator’ so if you are 
having difficulties it may pay to try this – I luckily didn’t experience this problem. 
Also you will likely have to reboot your machine (or restart the explorer.exe process) 
for your new path information to come into effect.

Link zur Original-Doku