Creating the PdPerm.properties file | HCL Digital Experience
The PdPerm.properties file configures the Access Manager Java Run Time Environment (AMJRTE). You must create the PdPerm.properties file before you configure IBM Security Access Manager for authentication, authorization, Credential Vault, or user provisioning. Run the run-svrssl-config task to create the files. This task also creates the keystore file that is used to encrypt communication with Security Access Manager.
About this task
Cluster note: Complete these
steps on every node in the cluster.
Additional notes:
- Prerequisites must be followed prior to executing the following steps. Refer to the Help Center topic Security Access Manager prerequisites for more information.
- The updated PD.jar file must also be in place prior to executing the following steps.
Procedure
- Use a text editor to open the wkplc_comp.properties file in the wp_profile_root/ConfigEngine/properties directory.
- Enter the following parameters in the wkplc_comp.properties file;
go to the AMJRTE connection parameters heading:Cluster note: Complete this step on all nodes in the cluster. The following parameters must match on all nodes in the clustered environment. The one exception is the wp.ac.impl.PDServerName parameter.
- Save your changes to the properties file.
- Open a command prompt and change to the wp_profile_root/ConfigEngine directory.
- Run the following task to create the PdPerm.properties file:
- AIX® HP-UX Linux™ Solaris: ./ConfigEngine.sh run-svrssl-config -Dwp.ac.impl.PDAdminPwd=password -DWasPassword=password
- IBM® i: ConfigEngine.sh run-svrssl-config -Dwp.ac.impl.PDAdminPwd=password -DWasPassword=password
- Windows™: ConfigEngine.bat run-svrssl-config -Dwp.ac.impl.PDAdminPwd=password -DWasPassword=password
Note: If the configuration task fails, validate the values in the wkplc_comp.properties file.The following files are created:- PdPerm.propertiesNote: This file is in the directory path you specified for the wp.ac.impl.PDPermPath parameter.
- pdperm.ksNote: This file is in the directory path you specified for the wp.ac.impl.PDKeyPath parameter.