+

Search Tips   |   Advanced Search


Add a BPI-enabled portal server to a managed cell in a single-cell setup

If you are adding a BPI-enabled portal server to a managed cell or are using the BPI-enabled portal server as a primary node to build an WebSphere Portal cluster, perform this procedure after you have federated the portal or created the cluster.

  1. On the primary node of the portal cluster, open the wkplc_comp.properties file in the directory profile_root/ConfigEngine/properties.

    • Set the property pi.IsCrossCell to false.

    • To connect WebSphere Portal to a WebSphere Process Server server in the same cell, set the following properties:

      • Set pi.IsWPSCluster to false.

      • Set pi.NodeName to the name of the node on which the server is located.

      • Set pi.ServerName to the name of the server.

    • To connect WebSphere Portal to a WebSphere Process Server cluster in the same cell, set the following properties:

      • Set pi.IsWPSCluster to true.

      • Set pi.ClusterName to the name of the cluster that hosts the Business Process Choreographer components such as the container, explorer, and observer.

  2. Run...

      following

    :

    Windows: ConfigEngine.bat post-federation-wp.processintegration.config -DWasPassword=password

    UNIX: ConfigEngine.sh post-federation-wp.processintegration.config -DWasPassword=password

  3. If you already added secondary nodes, run the following tasks:

    Windows: ConfigEngine.bat wps-client-post-install-wp.processintegration.config -DWasPassword=password

    Windows: ConfigEngine.bat setup-wp.processintegration.config -DWasPassword=password

    UNIX: ConfigEngine.sh wps-client-post-install-wp.processintegration.config -DWasPassword=password

    UNIX: ConfigEngine.sh setup-wp.processintegration.config -DWasPassword=password

  4. If you are adding secondary nodes to a portal cluster, run the following tasks:

    Windows: ConfigEngine.bat wps-client-post-install-wp.processintegration.config -DWasPassword=password

    Windows: ConfigEngine.bat setup-wp.processintegration.config -DWasPassword=password

    UNIX: ConfigEngine.sh wps-client-post-install-wp.processintegration.config -DWasPassword=password

    UNIX: ConfigEngine.sh setup-wp.processintegration.config -DWasPassword=password


Parent topic:

Understand single-cell deployment scenarios


Related tasks


Set up a cluster


Related information


Prerequisites for setting up process portals