Sun Cluster 3.0 のシステム管理

クラスタトランスポートケーブルとトランスポートアダプタを追加する

  1. クラスタトランスポートケーブルが物理的に取り付けられていることを確認します。

    クラスタトランスポートケーブルの取り付け手順については、『Sun Cluster 3.0 Hardware Guide』を参照してください。

  2. クラスタの任意のノードでスーパーユーザーになります。

  3. scsetup ユーティリティを実行します。


     # scsetup 
    

    「Main Menu」が表示されます。

  4. 2 (Cluster interconnect) を入力して「Cluster Interconnect Menu」にアクセスします。

  5. 1 (Add a transport cable) を入力してケーブルを追加します。

    指示に従い、必要な情報を入力します。2 ノードクラスタの直接接続に、接続中継点は必要ありません。ただし、ケーブルのいずれかの終端のノード名およびアダプタ名の両方を入力する必要があります。


    >>> Add a Cluster Transport Cable <<<
        ...
        Is it okay to continue (yes/no) [yes]? <Return>
        ...
        To which node do you want to add the cable?  nodename
        Name of the adapter to use on "node"?  adaptername
        Name of the junction at the other end of the cable?  junctionname
        Okay to use the default for this cable connection [yes]? <Return>
        Is it okay to proceed with the update (yes/no) [yes]? <Return>
    
  6. 2 (Add a transport adapter to a node) を入力してアダプタを追加します。

    指示に従い、必要な情報を入力します。2 ノードクラスタの直接接続に、接続中継点は必要ありません。ただし、ケーブルのいずれかの終端のノード名およびアダプタ名の両方を入力する必要があります。


    >>> Add a Cluster Transport Adapter <<<
        ...
        Is it okay to continue (yes/no) [yes]? <Return>
        ...
        To which node do you want to add the cable?  nodename
        Name of the adapter to use on "node"?  adaptername
        Name of the junction at the other end of the cable?  junctionname
        Okay to use the default for this cable connection [yes]? <Return>
        Is it okay to proceed with the update (yes/no) [yes]? <Return>
    
  7. クラスタトランスポートケーブルまたはトランスポートアダプタが追加されたことを確認します。


    # scconf -p | grep cable
    # scconf -p | grep adapter
    

例 - クラスタトランスポートケーブルとトランスポートアダプタの追加

次に、scsetup コマンドを使用し、トランスポートケーブルとトランスポートアダプタをノードに追加する例を示します。


 
[ケーブルが設置されていることを確認する] 
[クラスタ内のノードでスーパーユーザーになる] 
[scsetup ユーティリティを実行する] 
# scsetup 
[オプション 2 を入力する] 
*** Main Menu *** 
    Please select from one of the following options:
    ...
      2) Cluster interconnect 
    ...    Option: 2 
[オプション 1 を入力してケーブルを追加する] 
*** Cluster Interconnect Menu *** 
    Please select from one of the following options:
    ...
    1) Add a transport cable 
    ...
    Option: 1 
[要求された情報を入力する] 
>>> Add a Cluster Transport Cable <<< 
    ...
    Is it okay to continue (yes/no) [yes]? <Return>	.
    ...
    To which node is the cable attached? phys-schhost-2 
    Name of the adapter on "phys-schost-2"? qfe-0 
    Is it okay to proceed with the update (yes/no) [yes]? <Return>	.
scconf -a -m endpoint=phys-schost-2:hme1,endpoint=hub0 
    Command completed successfully.    Hit ENTER to continue: <Return> 
[オプション 2 を入力してアダプタを追加する] 
*** Cluster Interconnect Menu *** 
    Please select from one of the following options:
    ...
    2) Add a transport adapter to a node 
    ...
    Option: 2 
[要求された情報を入力する] 
>>> Add a Cluster Transport Adapter <<< 
    ...
    Is it okay to continue (yes/no) [yes]? <Return>	.
    ...
    To which node is the cable attached? phys-schhost-2 
    Name of the adapter on "phys-schost-2"? qfe-0 
    Is it okay to proceed with the update (yes/no) [yes]? <Return>	.
scconf -a -m endpoint=phys-schost-2:hme1,endpoint=hub0 
    Command completed successfully.    Hit ENTER to continue: <Return> 
[ケーブルとアダプタが追加されたことを確認する] 
# scconf -p | grep cable 
  Transport cable:   phys-schost-2:qfe0@1 ethernet-1@2    Enabled 
  Transport cable:   phys-schost-3:qfe0@1 ethernet-1@3    Enabled 
  Transport cable:   phys-schost-1:qfe0@0 ethernet-1@1    Enabled 
# scconf -p | grep adapter 
Node transport adapters:                         qfe2 hme1 qfe0 
Node transport adapter:                          qfe0 
Node transport adapters:                         qfe0 qfe2 hme1 
Node transport adapter:                          qfe0 
Node transport adapters:                         qfe0 qfe2 hme1 
Node transport adapter:                          qfe0