管理コンソールの代わりにこのコマンドを使用して、特定のサーバーで 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-+-----------------------|
$AdminTask configSCAAsyncForServer {-serverName mySCAAppServer -nodeName NYServerFarm -remoteDestLocation WebSphere:cluster=NJMECluster -meAuthAlias myAlias -systemBusSchemaName NYSysSchema} $AdminConfig save
$AdminTask configSCAAsyncForServer {-serverName newSCAAppServer -nodeName bgmServerFarm -systemBbusDataSource jdbc/localBus -systemBusSchemaName BGMSysSchema} $AdminConfig save