Tuesday, February 08, 2011

start/stop IdM components

OID / OVID / http: opmnctl startall

ODS - wls_ods1 directory services
OIdM - wls_soa1 Id manager
OAM - wls_oam1/2 access manager
OAAM - wls_oaam1/2 adaptive access manager
OIF - wls_oif1/2 id federation


Expanding the cluster?!

/u01/app/oracle/product/fmw/idm/bin/config.sh
> copy applications, set cluster/etc.

Monday, February 07, 2011

"Migrating WLS Policy and Credential Stores"


  • From IDMHOST1, start the wlst shell from the ORACLE_COMMON_HOME/common/bin directory. For example:

    ./wlst.sh 
  • Connect to the WebLogic Administration Server using the wlst connect command shown below.

    connect('AdminUser',"AdminUserPassword",t3://hostname:port') 

    For example:

    connect("weblogic,"welcome1","t3://idmhost-vip.mycompany.com:7001") 
  • Run the reassociateSecurityStore command as shown below:

    Syntax:

    reassociateSecurityStore(domain="domainName",admin="cn=orcladmin", password="orclPassword",ldapurl="ldap://LDAPHOST:LDAPPORT",servertype="OID", jpsroot="cn=jpsRootContainer")