WebSphere Enterprise Service Bus バージョン 6.2.0 オペレーティング・システム: AIX、HP-UX、i5/OS、Linux、Solaris、Windows


configSCAAsyncForCluster コマンド

管理コンソールの代わりにこのコマンドを使用して、クラスターで Service Component Architecture (SCA) アプリケーションを実行するように構成します。1 つのファイル内に多数のコマンドを指定して、管理コンソール・パネルをナビゲートせずに、多数の構成をバッチ処理することができます。

目的

configSCAAsyncForCluster コマンドを使用して、SCA アプリケーションをサポートできるようにクラスターを準備します。この wsadmin コマンドは、管理コンソールを使用して構成を実行する代わりに使用されます。

構文

構文図を読む構文図をスキップする
>>-$wsadmin-- --configSCAAsyncForCluster-- {-- -clusterName-- --nameofCluster--| オプション |-- }-><

オプション

|-- -systemBusDataSource-- --nameOfSystemBusSource-------------->

>-- -remoteMELocation-- --+-WebSphere:cluster=clustername------------+-->
                          '-WebSphere:node=nodeName,server=serveName-'   

>-- -meAuthAlias-- --myAlias------------------------------------>

>-- -systemBusSchemaName-- --nameOfSystemBusSchema-------------->

                      .-true--.   
>-- -createTables-- --+-false-+--------------------------------->

                     .-cellname---------.   
>-- -systemBusId-- --+-nameForSystemBus-+-----------------------|

パラメーター

-clusterName nameofCluster
構成しているクラスターを識別する必須パラメーター。
-systemBusDataSource nameOfSystemBusSource
SCA システム・バスで使用している既存のデータ・ソース。
-remoteMELocation remoteMELocation
リモート・メッセージング・エンジンの場所。次のいずれかの方法で、remoteMELocation を指定してください。
  • WebSphere:cluster=clustername
  • WebSphere:node=nodeName,server=serverName
-meAuthAlias myAlias
メッセージング・エンジンへのアクセスに使用する既存の認証別名。
-systemBusSchemaName nameOfSystemBusSchema
システム・バス・メッセージング・エンジンのスキーマ名。このパラメーターのデフォルトは、IBMWSSIB です。
-createTables true | false
メッセージング・エンジン・データ・ストアのテーブルを作成するかどうかを指定するオプション・パラメーター。このパラメーターのデフォルト値は、true です。
-systemBusId cellname | nameForSystemBus
SCA システム・バス名に使用する ID を指定するオプション・パラメーター。デフォルトは cellname です。

次の例は、リモート・メッセージング・エンジン NJMECluster を使用してクラスター mySCAAppCluster を SCA 用に構成する方法を示しています。
$AdminTask configSCAAsyncForCluster {-clusterName mySCAAppCluster 
   -remoteMELocation WebSphere:cluster=NJMECluster -meAuthAlias myAlias 
   -busSchemaName NYSysSchema}

$AdminConfig save
次の例では、ローカル・メッセージング・エンジンを使用して、SCA のノード bgmCluster 上でクラスター newSCAAppCluster を構成する方法を表しています。
$AdminTask configSCAAsyncForCluster {-clusterName newSCAAppCluster 
	 -busDataSource jdbc/localBus -busSchemaName BGMSysSchema} 

$AdminConfig save

reference 参照トピック

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


タイム・スタンプ・アイコン 最終更新: 2010/07/09


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.doc/doc/rref_cfgscaasyncclustercmd.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
このインフォメーション・センターでは Eclipse テクノロジーが採用されています (http://www.eclipse.org)。