+

Search Tips   |   Advanced Search

Create a Portal application server profile on Windows

The IBM WebSphere Portal installation registers the WebSphere Portal application server profile template with IBM WAS. We can then create new profiles based on the template. We can use manageprofiles.sh or pmt.sh.


Create a profile using pmt.sh|bat

  1. Run...

      WAS_HOME\bin\ProfileManagement
      pmt.bat

  2. Create a profile...

      Launch Profile Management Tool | Create | Environment Selection panel | WebSphere Portal Server 8.0.0 | WebSphere Portal Server | Next | Profile Name and Location | profile_name | Next

    To enable developer mode for this profile, select check box...

      Create the server using the development template

    To make this the default profile, select check box...

      Make this profile the default

  3. On the panel...

      Node, Host, and Cell Names

    ...provide the node name and TCP/IP host name for the new profile.

    To federate this profile, the node name must be unique from other profiles in the same management cell (under dmgr control). The host name must be valid and reachable over the network. Click Next to continue.

  4. On the Administrative Security panel, uncheck the checkbox...

      Enable administrative security

    The new profile is then created using the same security settings that are saved in the Portal profile template. After the new Portal profile is created, the security configuration of the new profile can then be modified as required. Click Next to continue.

  5. On the panel...

      Service Definition

    ...specify whether the WebSphere Portal server in this profile is to be registered and controlled as a service. Click Next to continue.

  6. On the panel...

      Profile Creation Summary

    ...review the information collected by the wizard, and then click Create to create the profile based on the supplied information.

    The port values presented in the summary value is overwritten by the port values used by the servers present in the configuration archive provided as part of the portal profile template. These port values will must be adjusted after profile creation if they are in conflict with other ports on the local system.

    The creation summary shows a "server name" value of null. We can ignore this summary since the application server name was not requested on previous panels and always defaults to WebSphere_Portal.

  7. Click Finish to exit PMT.


Create a profile using manageprofiles.sh|bat

In this example, the portal profile template is installed under...

The new profile is named testportal1, and is located under...

We can also use the following parameters:

See manageprofiles.sh for a complete list of parameters.

Because all database domains are identically configured for each profile, modify the database configuration for database domains that cannot be shared, or that you do not want to share.


Parent: Create or augment profiles on Windows