Augment a Deployment Manager profile on Windows
After running the enable-profiles task, you can augment existing Deployment Manager profiles based on the existing template.
Augment the Deployment Manager profile enables Deployment Manager to manage portal nodes and to modify the following values to fit the portal usage:
Augment an existing Deployment Manager profile:
- The HTTP connection timeout for read and write will be set to 180.
- If below 300 MB, the minimum Heap Size will be set to 300 MB.
- If below 1000 MB, the maximum Heap Size will be set to 1024 MB.
- If not already active, the application security will be turned on.
- The group cn=wpsadmins will be created in the file based registry and the IBM WebSphere Application Server administrative ID will be added to it. This change will have no effect if security is already changed to something other than the file based repository.
- The com.ibm.SOAP.requestTimeout property will be set to 6000 in the soap.client.props file to allow for longer timeouts.
- SWAMAuthentication will be added to the available authentication mechanisms.
- The com.ibm.portal.auth.tai.HTTPBasicAuthTAI class will be registered as TAInterceptor.
- trustAssociation will be enabled.
Choose one of the following methods to augment a dmgr profile: If you have a 64-bit environment, only the manageprofiles command is supported when creating profiles.
Choosing between the Profile Management Tool and the manageprofiles task to augment a dmgr profile.
Option Steps Profile Management Tool To use the Profile Management Tool:
- Run the pmt.bat command from the WAS_HOME/bin/ProfileManagement directory.
- Click Launch Profile Management Tool.
- Select Deployment Manager profile and then click Augment.
- On the Augment Selection panel, select Deployment Manager for Portal, and then click Next.
- On the Profile Augmentation Summary panel, review the information collected by the wizard, and then click Augment to augment the Deployment Manager profile with WebSphere Portal.
- Click Finish to exit PMT.
manageprofiles command Run the following command from the WAS_HOME/bin directory: manageprofiles.bat -augment -templatePath C:/WebSphere/AppServer/profileTemplates/management.portal.augment -profileName Dmgr01In this example, the portal profile template is installed under the C:/WebSphere/AppServer/profileTemplates directory. The existing Deployment Manager profile is named Dmgr01 and is located under the C:/WebSphere/AppServer/profiles/Dmgr01 directory.
Parent
Create or augment profiles on Windows