WebSphere

configureBusinessSpace command

Use the configureBusinessSpace command to configure the database for Business Space powered by WebSphere®.

Before you begin

The configureBusinessSpace command is run using the AdminTask object of the wsadmin scripting client.

Use the following command to list all the Business Space administrative commands.
wsadmin>$AdminTask help BusinessSpaceCommands
Use the following command to get detailed help on a particular command.
wsadmin>$AdminTask help command_name

Syntax

$AdminTask configureBusinessSpace {-paramName paramValue ...}

Purpose

This command configures the data source for Business Space and runs the scripts that configure the database tables.

Command name
configureBusinessSpace
Target
None.
Result
Configures the data source for Business Space and runs the scripts that configure the database tables.

Parameters

-serverName server_name
A parameter that specifies the server name for the configuration. For configuring Business Space on a server, you must specify both a serverName and a nodeName.
-nodeName node_name
A parameter that specifies the node name for the configuration. For configuring Business Space on a server, you must specify both a serverName and a nodeName.
-clusterName cluster_name
A parameter that specifies the cluster name for the configuration. For configuring Business Space on a cluster, you must specify a clusterName.
-dbName database_name
An optional parameter that specifies the database you are using for Business Space. The default value is BSPACE or the product database name, if Business Space is configured on WebSphere Process Server, WebSphere Enterprise Service Bus, WebSphere Business Monitor, or WebSphere Business Modeler Publishing Server.
-schemaName schema_name
An optional parameter that specifies the database schema for the Business Space database configuration. The default value is IBMBUSSP.
-tableSpaceName table_space_name
An optional parameter that specifies the table space for the Business Space database configuration. The default value is IBMBMPBS.
-storageGroup storage_group
An optional parameter that specifies the storage group on z/OS® for Business Space. If you are using z/OS, you must update the database scripts that are generated before running them. For more information about the scripts, see "Configuring Business Space database tables."
-productTypeForDatasource product_database
An optional parameter that specifies the data source to use with Business Space if you have multiple products installed, such as WebSphere Process Server, WebSphere Enterprise Service Bus, WebSphere Business Monitor, and WebSphere Business Modeler Publishing Server. Valid values are WPS (to designate WebSphere Process Server or WebSphere Enterprise Service Bus), WPBS (to designate WebSphere Business Modeler Publishing Server), and WBM (to designate WebSphere Business Monitor).

Examples

The following example uses configureBusinessSpace to configure a Business Space data source on a server.
wsadmin>$AdminTask configureBusinessSpace {-nodeName myNode -serverName myServer}
The following example uses configureBusinessSpace to configure a Business Space data source on a cluster.
wsadmin>$AdminTask configureBusinessSpace {-clusterName myCluster}
The following example uses configureBusinessSpace to configure a Business Space data source on a cluster, with a schema name and a product data source designated.
wsadmin>$AdminTask configureBusinessSpace {-clusterName 
myCluster -schemaName myCluster -productTypeForDatasource WPS}

reference Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 22 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic/com.ibm.websphere.wbpm.bspace.config.620.doc/doc/rref_configurebusinessspace.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).