ページの先頭行へ戻る
ETERNUS SF Storage Cruiser 14.1 インストールガイド

5.3.2 マネージャと通信するための設定

クライアントからマネージャと通信するために、以下の手順に従って設定してください。

  1. %SystemRoot%\system32\drivers\etc\hosts ファイルを、メモ帳などで開きます。

  2. マネージャの IP アドレスを、hosts ファイルに追加します。

    ポイント

    hosts ファイルの最後には、必ず改行を入れてください。

    以下は、IP アドレス 10.20.30.40 のマネージャを追加する場合の例です。

    # Copyright (c) 1993-1999 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #      38.25.63.10      x.acme.com              # x client host
    
    127.0.0.1       localhost
    10.20.30.40     scmgr