WebSphere Enterprise Service Bus, Version 6.2.0 Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows


configSCAAsyncForCluster command

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.

Purpose

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.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$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-+-----------------------|

Parameters

-clusterName nameofCluster
A required parameter that identifies the cluster that you are configuring.
-systemBusDataSource nameOfSystemBusSource
An existing data source you are using for the SCA system bus.
-remoteMELocation remoteMELocation
The location of a remote messaging engine. Specify remoteMELocation in one of the following ways:
  • WebSphere:cluster=clustername
  • WebSphere:node=nodeName,server=serverName
-meAuthAlias myAlias
An existing authentication alias used to access the messaging engine.
-systemBusSchemaName nameOfSystemBusSchema
The schema name for the system bus messaging engine. The default for this parameter is IBMWSSIB.
-createTables true | false
An optional parameter that specifies whether to create tables for the messaging engine data store. The default value for this parameter is true.
-systemBusId cellname | nameForSystemBus
An optional parameter that specifies the ID to be used for the SCA system bus name. The default is cellname.

Examples

The following example illustrates how to configure the cluster mySCAAppCluster for SCA using the remote messaging engine NJMECluster:
$AdminTask configSCAAsyncForCluster {-clusterName mySCAAppCluster 
   -remoteMELocation WebSphere:cluster=NJMECluster -meAuthAlias myAlias 
   -busSchemaName NYSysSchema}

$AdminConfig save
The following example illustrates how to configure the cluster newSCAAppCluster on node bgmCluster for SCA using a local messaging engine.
$AdminTask configSCAAsyncForCluster {-clusterName newSCAAppCluster 
	 -busDataSource jdbc/localBus -busSchemaName BGMSysSchema} 

$AdminConfig save

reference Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 21 June 2010


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.
This information center is powered by Eclipse technology (http://www.eclipse.org).