Create the WebSphere Portal profile template on Windows 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 Windows on the primary node
- Clustered environment: Perform post-installation tasks on Windows
- Windows clustered server: Configure the portal to use a database
- Remove search collections on Windows
Create the WebSphere Portal profile template
- Run the ConfigEngine.bat enable-profiles -DWasPassword=foo task, from the WP_PROFILE\ConfigEngine of the profile that we use as the primary node of the cluster. ...to create configuration archive file... the PORTAL_HOME\profileTemplates\default.portal\configArchives directory.
If we configured a remote database with Type 4 drivers under...
WP_PROFILE/PortalServer...they are included in the CAR file created when running enable-profiles.
- Run the ConfigEngine.bat package-profiles -DWasPassword=foo task to compress the profileTemplates directory and create a profileTemplates.zip file in the PORTAL_HOME/profileTemplates directory.
Parent: Prepare the primary node on Windows
Previous: Remove search collections on Windows