WebSphere Enterprise Service Bus for z/OS, Version 6.2.0 Operating Systems: z/OS


installBusinessSpace command

Use the installBusinessSpace command to set up Business Space powered by WebSphere® on your runtime environment.

Before you begin

The installBusinessSpace 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 installBusinessSpace {-paramName paramValue ...}

Purpose

The installBusinessSpace command installs the Business Space enterprise archive (EAR) files in your runtime environment.

Command name
installBusinessSpace
Target
None.
Result
Installs the Business Space EAR files in your runtime environment.

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. Either a serverName, nodeName, or clusterName is required. 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.

Examples

The following example uses installBusinessSpace to install Business Space EAR files on a server.
wsadmin>$AdminTask installBusinessSpace {-nodeName myNode -serverName myServer}
The following example uses installBusinessSpace to install Business Space EAR files on a cluster.
wsadmin>$AdminTask installBusinessSpace {-clusterName myCluster}

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.zseries.doc/doc/rref_installbusinessspace.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).