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>
  <runtime>
    <developmentMode developerInstallation="true"/>
  </runtime>
</configuration>

Schritt 4.)