Creating an AppSpace
An AppSpace is created under a domain, which must exist before adding an AppSpace to it. An AppSpace contains one or more AppNodes. The domain name applies to the AppSpace.
bwadmin Command Line
To create an AppSpace named MyAppSpace in the domain MyDomain, execute the following command at the command line:
BW_HOME\bin>bwadmin create -d MyDomain -minNodes 1 appspace MyAppSpace
The MyAppSpace AppSpace is created in the domain MyDomain that exists on the machine where the bwagent is running. Use the -agent option to create an AppSpace running on a remote machine. Run the show agents command on the remote machine to get the agent name. If you are in local mode, the agent is not supported.
Copyright © Cloud Software Group, Inc. All rights reserved.