Multiple cluster environments | HCL Digital Experience
If you are migrating an environment with multiple clusters, you can run the create-alias-multiple-cluster task to support multiple clusters that use different credentials.
Supporting multiple clusters that use different database credentials
Using the same database user ID and password for each identically named domain/data source allows the existing JAAS Authentication Aliases to be functional. If a unique database user ID and password are required, extra manual configuration is needed to create new JAAS Authentication Aliases for each data source and map these accordingly.
- Open a command line.
- Change to the wp_profile_root/ConfigEngine directory.
- Run the following task to create the JAAS Authentication Aliases:
- AIX® HP-UX Linux™ Solaris: ./ConfigEngine.sh create-alias-multiple-cluster -DauthDomainList=release,jcr -DWasPassword=dmgr_password
- IBM® i: ConfigEngine.sh create-alias-multiple-cluster -DauthDomainList=release,jcr -DWasPassword=dmgr_password
- Windows™: ConfigEngine.bat create-alias-multiple-cluster -DauthDomainList=release,jcr -DWasPassword=dmgr_password
Where authDomainList is set to a list of domains that use unique database user ID and passwords and those domain properties are set correctly in the wkplc_comp.properties file, including user ID and password.