Operating Systems: i5/OS
             Personalize the table of contents and search results

 

Example: Creating a deployment manager profile

 

You should create a deployment manager profile after installing your core product files. The deployment manager provides a single administrative interface to a logical group of application servers on one or more machines. Use the manageprofiles.sh -create command to create a deployment manager profile.

To create a deployment manager profile for user shasti:

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

The command creates a deployment manager profile named shasti in a cell named cell1 in location /shasti/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. If you want to use the IBM default ports, use the -defaultPorts option when you create a profile.


 

Related Reference


manageprofiles command

 

Reference topic