Previous Topic: VMware vCenter Server 2.5 システムの設定Next Topic: ESX Server 4.0 システムでの HTTP 通信プロトコルの設定


vCenter Server システムでの HTTP 通信プロトコルの設定

デフォルトでは、バックアップ プロキシ システムおよび vCenter Server システムは HTTPS プロトコルを使用して通信します。To specify an alternative protocol, you can configure the backup proxy system and the ESX/ESXi Server system to communicate using HTTP protocol.

注:In addition to vCenter Server 4.0 systems, the following steps apply to vCenter Server 4.1 and vCenter Server 5.0/5.1 systems.

vCenter Server システムで HTTP 通信プロトコルを設定する方法

  1. vCenter Server システムにログインします。

    以下のファイルをテキスト エディタで開きます。

    C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\proxy.xml 
    

    SDK でサポートされている Web サービスの設定を含むエンドポイントのリストを見つけます。

    注:You can identify endpoints by the <EndpointList> tag.

    ネストされたタグは以下のように記述されています。

    <e id="5">
    <_type>vim.ProxyService.LocalServiceSpec</_type>
    <accessMode>httpsWithRedirect</accessMode>
    <port>8085</port>
    <serverNamespace>/sdk</serverNamespace>
    </e>
    
  2. accessMode を以下のように変更します。
    httpAndHttps
    

    proxy.xml を閉じて保存します。

  3. コマンド ラインまたは Windows サービス コントロール パネルから vCenter Service を再起動します。