WebSphere Extended Deployment Compute Grid, Version 6.1.1
             オペレーティング・システム: AIX , HP-UX, Linux, Solaris, Windows,


wsgridConfig.py

wsgridConfig.py スクリプトは、外部スケジューラー・インターフェースの構成に必要な 3 つのステップを構成する場合に使用します。

目的

wsgridConfig.py スクリプトは、外部スケジューラー・インターフェースの構成に必要な次の 3 つのステップを実行します。
  1. JobSchedulerMDI.ear をインストールします。
  2. サービス統合バスを構成します。
  3. JMS 成果物を構成します。

ロケーション

wsgridConfig.py は、インストール時に、インストール・ターゲット・マシンの <install_root>/bin ディレクトリーにコピーされます。

WSGrid をスケジューラー・クラスターに構成するには、次のコマンドを使用します。
wsadmin.sh -f wsgridConfig.py -install -cluster <clusterName > -providers <providerList>

各部の意味は、次のとおりです。

<clusterName> は、スケジューラー・クラスターの名前です。

WSGrid を単一のスケジューラー・サーバーに構成するには、次のコマンドを使用します。

wsadmin.sh -f wsgridConfig.py -install -node <nodeName> -server <serverName> -providers <providerList>

各部の意味は、次のとおりです。

<nodeName> は、スケジューラー・サーバーのノード名です。

<providerList> は、providerEndpoint のリストを hostname1,portnumber1[;hostname2,portnumber2...] の形式で指定します。この中で、portnumber は、スケジューラー・サーバーの SIB_ENDPOINT_ADDRESS ポートまたは SIB_ENDPOINT_SECURE_ADDRESS ポート、hostname1 および hostname2 は、スケジューラー・クラスター内のサーバーのホスト名を指定します。

WSGrid 構成を削除するには、次のコマンドを使用します。

wsadmin.sh -f wsgridConfig.py -remove -cluster <clusterName>
wsadmin.sh -f wsgridConfig.py -remove -node <nodeName> -server <serverName>



関連タスク
ジョブ・スケジューラーのメッセージ駆動型インターフェースおよび関連する JMS 成果物の構成
関連資料
参照トピック    

ご利用条件 | フィードバック

最終更新: 2009/09/17 16時38分07秒EDT
http://publib.boulder.ibm.com/infocenter/wxdinfo/v6r1m1/index.jsp?topic=/com.ibm.websphere.gridmgr.doc/info/reference/tcgwsgrid.html