ページの先頭行へ戻る
PRIMECLUSTER GLS for Windows ユーザーズガイド 4.4
FUJITSU Software

5.2.4 仮想アダプターのVLAN IDの変更

ここでは、仮想アダプター(sha0)のVLAN IDを10から20に変更する場合の手順を示します。

  1. stphanetコマンドですべての仮想アダプターを非活性化させます。

    > stphanet
    FJSVhanet: INFO: 00005: The ping monitoring stopped.
    FJSVhanet: INFO: 00000: The command ended normally.
  2. 変更対象となる仮想アダプターの定義情報を確認します。

    hanetconfigコマンドのprintサブコマンドを実行します。

    > hanetconfig print
     Name     VID  Adapters
    +--------+----+----------------------------------------------------------------+
     sha0     10   イーサネット 1,イーサネット 2

    hanetconfigコマンドの詳細は、“6.2.2 hanetconfig”を参照してください。

  3. ping監視が設定されているか確認します。

    > hanetpoll print

    hanetpollコマンドの詳細は、“6.2.5 hanetpoll”を参照してください。

    ping監視が設定されていない場合、手順4は不要です。

  4. ping監視の設定を削除します(ping監視が設定されている場合)。

    設定変更対象の仮想アダプターが束ねている物理アダプターに対して、hanetpollコマンドのdeleteサブコマンドを実行します。

    > hanetpoll delete -t "イーサネット 1"
    FJSVhanet: INFO: 00000: The command ended normally.
    > hanetpoll delete -t "イーサネット 2"
    FJSVhanet: INFO: 00000: The command ended normally.
  5. VLAN IDを変更する仮想アダプターを削除します。

    hanetconfigコマンドのdeleteサブコマンドを実行します。

    > hanetconfig delete -n sha0
  6. 新しいVLAN ID(20)で仮想アダプターを再設定します。

    hanetconfigコマンドのcreateサブコマンドを実行します。

    > hanetconfig create -n sha0 -v 20 -t "イーサネット 1","イーサネット 2"
  7. 設定後の結果を確認します。

    hanetconfigコマンドのprintサブコマンドを実行します。

    > hanetconfig print
     Name    VID  Adapters
    +-------+----+-----------------------------------------------------------------+
     sha0    20   イーサネット 1,イーサネット 2

参照

GLSを正しく設定および使用するために、仮想アダプターのVLAN IDを変更後、以下の作業を行ってください。