References: https://docs.oracle.com/cd/E19225-01/820-5597/6ngvvl0av/index.html
Setup OpenSPML Browser
1. Set WSHOME environment variable and include "WSHOME/bin" in the PATH environment variable. WSHOME is the directory you installed the Sun Identity Manager components. Given below is an example of setting up these variables in the bash profile:
1 2 3 4 5 6 7 8 | # User specific environment and startup programs ORACLE_HOME= /home/oracle/db/app/oracle/product/11 .2.0 /dbhome_1 ORACLE_SID=orcl JAVA_HOME= /home/oracle/jrockit-jdk1 .6.0_81 WSHOME= /home/oracle/idm PATH=$WSHOME /bin :$JAVA_HOME /bin :$PATH:$HOME /bin export JAVA_HOME ORACLE_HOME WSHOME ORACLE_SID PATH |
2. Set execute permission for "WSHOME/bin/lh" file.
1 | chmod 744 $WSHOME /bin/lh |
3. Execute the following command to start the OpenSPML browser:
1 | lh spml |
Using OpenSPML Browser
1. Setup the connection parameters on the "Connect" tab. Then click "Test" to test the connection.
![]() |
Server URL: http://HOSTNAME:PORT/idm/servlet/rpcrouter2 Username: configurator Password: configurator |
![]() |
Success Message |
![]() |
Add |
![]() |
Modify |
No comments:
Post a Comment