Network Deployment (Distributed operating systems), v8.0 > Reference > Command-line utilities
com.tivoli.pd.jcfg.PDJrteCfg utility for TAM SSO
Configure the Java Runtime Environment component for TAM. This utility enables Java applications to use the Tivoli Access Manager policy and authorization servers.
For WAS ND run the pdjrtecfg utility first on the dmgr. Then, run the script on the other nodes in the cell.
java com.tivoli.pd.jcfg.PDJrteCfg -action {config | unconfig} -host policy_server_host -was -java_home jre_path
Parameters
- -action {config|unconfig}
- Action to be performed. Actions include:
- config
- Configure the Access Manager Java Runtime Environment component.
- unconfig
- Reconfigure the Access Manager Java Runtime Environment component.
- -cfgfiles_path
- Where the generated configuration files will be placed.
This parameter is required.
- -host policy_server_host
- Policy server host name.
Valid values for policy_server_host include any valid IP host name.
Examples include:
host = libra
host = libra.dallas.ibm.com
- -was
- Notifies Tivoli Access Manager Runtime for Java that the WAS version is being configured so it is not necessary to perform certain steps such as copying the Java security jar files and PD.jar file since they were already placed in the appropriate directory by the WAS installer.
- -java_home jre_path
- Fully qualified path to the Java runtime (such as the directory ending in jre). If this parameter is not specified, the home directory for the jre in the PATH statement is used. If the home directory for the jre is not in the PATH statement, this utility can create an incorrect parameter in the output files.
Comments
This command copies Tivoli Access Manager Java libraries to a library extensions directory that exists for a Java runtime that has already been installed on the system.
We can install more than one Java Runtime Environment (JRE) on a given machine. The pdjrtecfg command can be used to configure the Tivoli Access Manager Java Runtime Environment component independently for each of the JRE configurations.
Example
${JAVA_HOME}/bin/java -Dfile.encoding=ISO8859-1 \
where:
-Dws.output.encoding=CP1047 \
-Xnoargsconversion \
-Dpd.home=${WAS_HOME}/java/jre/PolicyDirector \
-cp ${WAS_HOME}/java/jre/lib/ext/PD.jar \
com.tivoli.pd.jcfg.PDJrteCfg \
-action config \
-cfgfiles_path ${WAS_HOME}/java/jre \
-host gary.us.ibm.com \
-java_home ${JAVA_HOME}
- -Dws.output.encoding
- Is used to enable z/OS to display all of its messages and errors in a readable format.
- -Dpd.home
- Indicates where Tivoli Access Manager Runtime for Java has been installed. For WAS, this is java.home/PolicyDirector
Configure single sign-on capability with Tivoli Access Manager or WebSEAL
Application Programming Interface documentation for IBM Tivoli Access Manager V2R1
The pdjrtecfg utility for IBM Tivoli Access Manager V2R1