次の表に、ノードを既存のクラスタに追加するときに行う作業を示します。
表 6-2 作業マップ : ノードの追加|
作業 |
参照箇所 |
|---|---|
|
クラスタインターコネクトへの新しいノードの追加 - ホストアダプタの設置、トランスポート接続中継点の追加、インターコネクトの配線を行います。 |
『Sun Cluster 3.0 Hardware Guide』 「Adding and Replacing Cluster Interconnect and Public Hardware」 |
|
共有記憶装置の追加 |
『Sun Cluster 3.0 Hardware Guide』 「Installing and Replacing the StorEdge MultiPack Enclosure」 「Installing and Replacing the StorEdge D1000 Disk Array」 「Installing and Replacing the StorEdge A5x00 Disk Array」 |
|
認証ノードリストへのノードの追加 - scsetup を使用します。 |
「クラスタノードを追加する」 |
|
新しいクラスタノードのソフトウェアのインストールおよび構成 - Solaris オペレーティング環境および Sun Cluster ソフトウェアをインストールします。 - クラスタの一部としてノードを構成します。 |
『Sun Cluster 3.0 ソフトウェアのインストール』 「Sun Cluster ソフトウェアのインストールと構成」 |
「ノードの追加」作業マップに示されているように、既存のクラスタにマシンを追加する前に、プライベートクラスタインターコネクトとの物理的な接続が正確に行われているかなど、必要なソフトウェアとハードウェアがすべて正確にノードにインストールおよび構成されていることを確認してください。ソフトウェアインストールの詳細については、『Sun Cluster 3.0 ソフトウェアのインストール』および scinstall(1M) のマニュアルページを参照してください。ハードウェアの設置については、『Sun Cluster 3.0 Hardware Guide』または使用するサーバーに付属しているマニュアルを参照してください。
現在のクラスタメンバーノードでスーパーユーザーになります。
scsetup ユーティリティを実行します。
# scsetup |
「Main Menu」が表示されます。
「Main Menu」で 5 を入力し、「New Nodes Menu」オプションにアクセスします。
「New Nodes Menu」で 3 (Specify the name of the machine) を入力し、認証リストを編集します。
追加できるマシンの名前を指定します。
プロンプトに従い、クラスタノードを追加します。追加するノードの名前を入力します。
ノードが認証リストに追加されていることを確認します。
# scconf -p | grep "Cluster new node" |
次に、phys-schost-3 というノードを既存のクラスタに追加する例を示します。
[スーパーユーザーになる]
[scsetup ユーティリティを実行する]
# scsetup
*** Main Menu ***
Please select from one of the following options:
... Option: 5
*** New Nodes Menu ***
Please select from one of the following options:
...
3) Specify the name of a machine which may add itself ...
Option: 3
>>> Specify a Machine which may Install itself into the Cluster <<<
...
Is it okay to continue (yes/no) [yes]? <Return>
Name of the host to add to the list of recognized machines? phys-schost-3
Is it okay to proceed with the update (yes/no) [yes]? <Return>
scconf -a -T node=phys-schost-3
Command completed successfully.
[scsetup の「New Nodes Menu」および「Main Menu」を終了する ]
...
Option: q
[ノードが追加されたことを確認する]
# scconf -p | grep "Cluster new"
Cluster new node authentication: unix
Cluster new node list: phys-schost-3
|
『Sun Cluster 3.0 ソフトウェアのインストール』の「Sun Cluster ソフトウェアのインストールと構成」