+

Search Tips   |   Advanced Search

Augment a dmgr profile on Windows


An existing dmgr profile can be augmented with the configuration settings required to set up an IBM WebSphere Portal cluster.

Augmenting the dmgr profile enables your dmgr to manage portal nodes and to modify the following values to fit the portal usage:

Complete the following steps to augment an existing dmgr profile:

Augment the dmgr profile:

Option Steps
pmt.sh

  1. Run the pmt.bat command from the WAS_HOME/bin/ProfileManagement directory.

  2. Click Launch Profile Management Tool

  3. Select the dmgr profile and then click Augment.

  4. On the Augment Selection panel, select dmgr for Portal, and then click Next.

  5. On the Profile Augmentation Summary panel, review the information collected by the wizard, and then click Augment.

  6. Click Finish to exit PMT.
manageprofiles.sh Run the following command from the WAS_HOME\bin directory:
manageprofiles.bat -augment -templatePath  WAS_HOME\profileTemplates\management.portal.augment
   -profileName dmgr 

In this example, the portal profile template is installed under the WAS_HOME\profileTemplates directory. The existing dmgr profile is named dmgr and is located under the C:\WebSphere\AppServer\profiles\dmgr directory.


Parent: Create or augment profiles on Windows