Create the WebSphere Portal profile template on Solaris in a clustered environment
After installing the primary node and configuring the remote database, we can create the configuration archive (CAR) file used to create additional portal profiles.
- Prerequisites
- Install WebSphere Portal on Solaris on the primary node
- Clustered environment: Perform post-installation tasks on Solaris
- Solaris clustered server: Configure Portal to use a database
- Remove search collections on Solaris
Create the WebSphere Portal profile template
- If you installed portal as a non-root user, modify permissions for the Portal Server directory...
chmod -R u+rwx PORTAL_HOME/
- On the primary node of the cluster, run...
./ConfigEngine.sh enable-profiles -DWasPassword=foo
...to create configuration archive file...
PORTAL_HOME/profileTemplates/default.portal/configArchives/Portal.carIf we configured a remote database with Type 4 drivers under...
WP_PROFILE/PortalServer...included in the CAR file created when running the enable-profiles script.
- Create...
PORTAL_HOME/profileTemplates/profileTemplates.zip
...by running
./ConfigEngine.sh package-profiles -DWasPassword=foo
- Restore the non-root permissions...
chmod -R u+rx PORTAL_HOME/
Parent: Prepare the primary node on Solaris
Previous: Remove search collections on Solaris