Use this command instead of the administrative console to configure a cluster to run Service Component Architecture (SCA) applications. You can specify a number of commands in a file to batch a large number of configurations without having to navigate the administrative console panels.
Use the configSCAAsyncForCluster command to prepare a cluster to support SCA applications. This wsadmin command is an alternative to using the administrative console to perform the configuration.
>>-$wsadmin-- --configSCAAsyncForCluster-- {-- -clusterName-- --nameofCluster--| Options |-- }->< Options |-- -systemBusDataSource-- --nameOfSystemBusSource--------------> >-- -remoteMELocation-- --+-WebSphere:cluster=clustername------------+--> '-WebSphere:node=nodeName,server=serveName-' >-- -meAuthAlias-- --myAlias------------------------------------> >-- -systemBusSchemaName-- --nameOfSystemBusSchema--------------> .-true--. >-- -createTables-- --+-false-+---------------------------------> .-cellname---------. >-- -systemBusId-- --+-nameForSystemBus-+-----------------------|
$AdminTask configSCAAsyncForCluster {-clusterName mySCAAppCluster -remoteMELocation WebSphere:cluster=NJMECluster -meAuthAlias myAlias -busSchemaName NYSysSchema} $AdminConfig save
$AdminTask configSCAAsyncForCluster {-clusterName newSCAAppCluster -busDataSource jdbc/localBus -busSchemaName BGMSysSchema} $AdminConfig save