+

Search Tips   |   Advanced Search

Create a Portal custom profile on Windows


Custom profiles do not contain any servers or applications; they are used as run time environments to create additional cluster members. After creating the profile, the node must be federated into an existing cell. The portal server is added when we add the additional nodes to an existing cluster.

Create a profile used as an additional node:

Create a profile used for additional cluster members:

Choose a Node Name that is different from what you entered for the primary node.


pmt.sh

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

  2. Click Launch Profile Management Tool

  3. Click Create to create a profile.

  4. On the Environment Selection panel, select the...

      WebSphere Portal 8.0.0 | Custom Portal profile

  5. On the panel...

      Profile Name and Location

    ...provide the name for the new profile and its location in the file system. The name and location must be unique from other existing profiles. Click Next to continue.

  6. On the panel...

      Node and Host 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.

  7. On the Federation panel to federate the node in the future, check the check box...

      Federate this node later

    Do not enter the values for the dmgr to federate now as this will cause an unusable portal node.

  8. On the panel...

      Profile Creation Summary

    ...review the information collected by the wizard, and then click Create to create the profile with WebSphere Portal.

  9. Click Finish to exit PMT.


manageprofiles.sh

Run the following command from the WAS_HOME\bin directory:

manageprofiles.bat -create -templatePath 
C:\WebSphere\PortalServer\profileTemplates\managed.portal -profileName testManagedPortal1 -profilePath C:\WebSphere\PortalServer\profiles\testManagedPortal1 -cellName testCell -nodeName testNode -hostName myportal.myco.com

In this example, the portal profile template is installed under the C:\WebSphere\PortalServer\profileTemplates directory. The new profile is named testManagedPortal1 and is located under the C:\WebSphere\PortalServer\profiles\testManagedPortal1 directory.


Parent: Create or augment profiles on Windows
Related:
Install WebSphere Portal on Windows on the primary node