sexta-feira, 9 de novembro de 2012

Rodando o VMware vSphere no Windows 7

Encontrei um problema para rodar o VMware vSphere no Windows 7 (64bits).
Depois de apanhar um pouco encontrei a solução.

  1. Baixe a DLL system.dll no seguinte link: http://techhead.co/files/system.dll
  2. Entre no diretório: C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher
    • Crie a pasta "lib" e copie a dll baixada para dentro dessa pasta
  3. Edite o arquivo VpxClient.exe.config da seguinte forma:
    • <?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>
  4. Crie a variável de ambiente DEVPATH da seguinte forma:

    • Nome da variável: DEVPATH
    • Valor da variável: C:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\lib

  5. Salve as configurações e execute o VMware vSphere

Nenhum comentário:

Postar um comentário