Augment a Deployment Manager profile on AIX
Overview
After running the enable-profiles task, you can augment existing Deployment Manager profiles based on the existing template.
Augmenting the dmgr profile enables Deployment Manager to manage portal nodes and to modify the following values to fit the portal usage:
- 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 WAS 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.
If you have a 64-bit environment, only the manageprofiles command is supported when creating profiles.
Use the Profile Management Tool
- Run...
cd WAS_HOME/bin/ProfileManagement
./pmt.sh
- Launch...
Profile Management Tool | Deployment Manager profile | Augment | Deployment Manager for Portal | Next | Augment | Finish
Use command-line
To use manageprofiles.sh from the command-line...
cd WAS_HOME/bin ./manageprofiles.sh -augment \ -templatePath /usr/WAS/AppServer/profileTemplates/management.portal.augment \ -profileName dmgr
Parent
Create or augment profiles on AIX