Example: Create a deployment manager profile

 

+

Search Tips   |   Advanced Search

 

Create a deployment manager profile after installing core WAS ND files. The deployment manager provides a single administrative interface to a logical group of appservers on one or more machines.

To create a deployment manager profile use...

For example, to create a deployment manager profile for user michael...

    manageprofiles.sh -create
                  -profileName michael 
                  -profilePath /michael/WebSphere 
                  -templatePath /opt/IBM/WAS/AppServer/profileTemplates/dmgr
                  -cellName cell1
                  -hostName planetaix 
                  -nodeName dmgr1

The command creates a deployment manager profile named michael in a cell named cell1 in location /michael/WebSphere with a node name of dmgr1.

If you do not specify one of the port options during profile creation, a recommended set of port values will be used. The port conflict resolution algorithm determines these ports. The recommended set of ports must be free of conflict. To use the IBM default ports, use the -defaultPorts option when you create a profile.


 

Related tasks

Creating a deployment manager profile

 

Related Reference


manageprofiles command

 

Reference topic