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}