WebSphere Enterprise Service Bus for z/OS バージョン 6.2.0 オペレーティング・システム: z/OS


configSCAAsyncForServer コマンド

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

目的

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

構文

構文図を読む構文図をスキップする
>>-$wsadmin-- --configSCAAsyncForServer-- --{------------------->

>-- -serverName-- --nameofserver-- -- -nodeName-- --nameofnode-->

>--| オプション |--}------------------------------------------------><

オプション

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

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

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

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

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

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

パラメーター

-serverName nameofserver
構成しているサーバーを識別する必須パラメーター。
-nodeName nameofnode
サーバーが属するノードを識別する必須パラメーター。
-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 を使用して、ノード NYServerFarm 上のサーバー mySCAAppServer を SCA 用に構成する方法を示しています。
$AdminTask configSCAAsyncForServer {-serverName mySCAAppServer -nodeName NYServerFarm
   -remoteDestLocation WebSphere:cluster=NJMECluster -meAuthAlias myAlias
	 -systemBusSchemaName NYSysSchema}

$AdminConfig save
次の例は、ローカル・メッセージング・エンジンを使用して、ノード bgmServerFarm 上のサーバー newSCAAppServer を SCA 用に構成する方法を示しています。
$AdminTask configSCAAsyncForServer {-serverName newSCAAppServer -nodeName bgmServerFarm
   -systemBbusDataSource jdbc/localBus -systemBusSchemaName BGMSysSchema} 

$AdminConfig save

reference 参照トピック

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


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


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