Sun Ray Enterprise Server Software 1.0 管理マニュアル

Sun Ray インターコネクトファブリックの構成

utadm コマンドを実行すると、ネットワークインタフェースカード (NIC)、インターコネクトファブリック用の DHCP サービスが構成され、Sun Ray ログ管理機能が有効になります。デフォルトの DHCP 設定では、各インタフェースが 225 の ホストに対して設定され、Sun Ray インターコネクトファブリックのプライベートネットワークアドレスを使用します。インターコネクトファブリックの構成時に、appliance のファームウェアのバージョンが server のファームウェアのバージョンと異なる場合は、自動的にserver 側に合わせて変更されます。


注 -

Sun Ray server software は、DHCP を使用する他の製品とともに動作します。



注 -

Ethernet コントローラをインストールした直後の場合は、サーバーの起動時には必ず -r フラグを使用してください (boot -r)。これにより新しいインタフェースが検出され、適切なデバイスファイルが作成されます。


ネットワークインタフェースを設定する
  1. 以下のように入力してください。

    # /opt/SUNWut/sbin/utadm -a interface_name {-a interface_name} ...

    インタフェース名は、hme[0-9]qfe[0-9]vge[0-9] などと表記されます。

    たとえば、次のように入力します。

    # /opt/SUNWut/sbin/utadm -a gem0

    次のようなダイアログが起動します。ここでデフォルト値を使用する場合は、y を入力します。

    Configuring the Sun Ray Interconnect Fabric

    ### Configuring /etc/nsswitch.conf

    ### Disabling Routing

    ### configuring gem0 interface at subnet 128

    Selected values for interface "gem0"

    host address: 192.168.128.1

    net mask: 255.255.255.0

    net address: 192.168.128.0

    host name: quark-128

    net name: SunRay-128

    first unit address: 192.168.128.3

    last unit address: 192.168.128.254

    firmware server: 192.168.128.1

    Accept as is? ([Y]/N): y

    ### successfully setup "/etc/hostname.gem0" file

    ### successfully setup "/etc/inet/hosts" file

    ### successfully setup "/etc/netmasks" file

    ### successfully setup "/etc/inet/networks" file

    ### finished install of "gem0" interface

    ### Building network tables - this will take a few minutes

    ### Configuring DHCP Service for Sun Ray

    デフォルト値を使用しない場合は、n を入力し、新しい値を入力します。この場合は以下のようなダイアログが表示されます。この例では、ネットワークを 192.168.128 から 192.168.129 に変更し、最大 14 のセッション用に構成しています。

    Configuring the Sun Ray Interconnect Fabric

    ### configuring /etc/nsswitch.conf

    ### Disabling Routing

    ### configuring gem0 interface at subnet 128

    Selected values for interface "gem0"

    host address: 192.168.128.1

    net mask: 255.255.255.0

    net address: 192.168.128.0

    host name: quark-128

    net name: SunRay-128

    first unit address: 192.168.128.3

    last unit address: 192.168.128.254

    firmware server: 192.168.128.1

    Accept as is? ([Y]/N): n

    new host address: [192.168.128.1] 192.168.129.1

    new netmask: [255.255.255.0]

    new first Sun Ray address: [192.168.129.3]

    new last Sun Ray address: [192.168.129.254] 192.168.129.16

    Selected values for interface "gem0"

    host address: 192.168.129.1

    net mask: 255.255.255.0

    net address: 192.168.129.0

    host name: quark-129

    net name: SunRay-129

    first unit address: 192.168.129.3

    last unit address: 192.168.129.16

    firmware server: 192.168.129.1

    Accept as is? ([Y]/N): y

    ### successfully setup "/etc/hostname.gem0" file

    hostname "quark-129" appears in "/etc/inet/hosts" file with another IP

    address, fix? ([Y]/N): y

    ### successfully setup "/etc/inet/hosts" file

    ### successfully setup "/etc/netmasks" file

    ### successfully setup "/etc/inet/networks" file

    ### finished install of "gem0" interfac

    ### Building network tables - this will take a few minutes

    ### Configuring DHCP Service for Sun Ray

    さらに以下のような出力が続きます。


    ### Configuring DHCP Service for Sun Ray
    
    ### stopped DHCP daemon
    ### started DHCP daemon
    ### Configuring firmware version for Sun Ray
            All the units served by "quark" on the 192.168.128.0
            network interface, running firmware other than version
            "1.0_4,REV=1999.02.23.20.39" will be upgraded at their next power-on.
    
    ### Configuring Sun Ray Logging Functions
     syslog service starting.

  2. サーバーを再起動して、appliance の電源を再投入します。


    注 -

    utadm -p と入力すると、現在のインタフェース構成を表示できます。