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


createDeploymentEnvDef command

Use the createDeploymentEnvDef command to specify a new deployment definition (with a specific name) for a particular runtime and pattern.

Purpose

This command provides a command line method to create a new deployment environment definition with all the default values based on an existing configuration. This command populates the database-specific values based on the CommonDB configuration that you chose during the Deployment Manager profile creation.

Read syntax diagramSkip visual syntax diagram
>>-$AdminTask-- --createDeploymentEnvDef------------------------>

>-- —topologyName-- --topologyName-- --------------------------->

>-- —topologyPattern-- --+-SingleCluster---------------+-------->
                         +-SeparateMessaging-----------+   
                         '-SeparateMessagingAndSupport-'   

>-- —topologyRuntime-- --+-WPS------+--------------------------><
                         |      (1) |   
                         '-WESB-----'   

Notes:
  1. If you are utilizing a WebSphere ESB deployment manager, choose WESB as the value for the nodeRuntime.

Parameters

-topologyName topologyName
A required parameter that specifies the name of the deployment environment you are creating.
-topologyPattern nodeName
A required parameter that determines the topology patterns for your deployment manager.
Valid values include the following:
  • SingleCluster

    This pattern combines the application deployment target, the messaging support and additional support functions into a single server or cluster.

  • SeparateMessaging

    Remote Messaging - This pattern separates the application deployment target cluster from the cluster providing the messaging support and the cluster providing additional support functions.

  • SeparateMessagingAndSupport

    This pattern separates the application deployment target cluster from the cluster providing the messaging support and the cluster providing additional support functions.

-topologyRuntime WPS
A required parameter that specifies the runtime environment.

If you are utilizing a WebSphere ESB deployment manager, choose WESB as the value for the runtimeCapability.

Examples

The following example uses createDeploymentEnvDef to create an environment definition for a single cluster on WebSphere ESB.
wsadmin -connType SOAP -host myDmgr -port 8879 -user dmgrAdmin -password -dmgrPass
> $AdminTask createDeploymentEnvDef { -topologyName topology1 -topologyPattern SingleCluster -topologyRuntime WESB}
$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.zseries.doc/doc/rref_credepenvdef.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).