You can validate the deployment environment definition
using the wsadmin command.
Before you begin
The task assumes that the node has been federated to the
Deployment Manager.
You must be at the deployment manager to
which you are validating the deployment environment definition.
Required security role for this task: When security and role-based authorization are enabled,
you must use a userid and password with administrator or operator
authority to perform this task.
About this task
This task validates the deployment environment definition
and uses the wsadmin command.
Procedure
- Open a command window.
The wsadmin command can be found at either the <ESB>/profiles/<dmgr
profile>/bin directory, or the <ESB>/bin directory.
- At the command prompt, enter the wsadmin command
to enter the wsadmin environment.
- Enter the validateDeploymentEnvDef command
to validate the deployment environment definition.
Note: If
administrative security is on, you will be prompted for a user ID
and password, if you do not supply it in the command.
Example
This example validates the deployment environment definition
(
myDepEnv) with administrative security enabled:
wsadmin -connType SOAP -host myDmgr -port 8879 -user dmgrAdmin -password -dmgrPass
> $AdminTask validateDeploymentEnvDef { -topologyName topOne}
Note: If
you disable administrative security, you do not need to provide a
user ID and password.