發表文章

有點忙碌

開始富邦的HW project support 有些busy So far so good

新年新希望

study AI Cloud always have a  good mind to do something

weblogic cluster

change node manager from SSL to plain C:\>pack.cmd -managed=true -domain=c:\Oracle\Middleware\Oracle_Home\user_project s\domains\base_domain -template=c:\domain.jar -template_name=base_domain unpack.cmd  -domain=$DOMAIN_HOME -template=${DOMAIN_HOME}-template.jar ****restart domain after unpack wls:/base_domain/serverConfig> nmEnroll('C:/Oracle/Middleware/Oracle_Home/user_projects/domains/base_doamin','C:/Oracle/ Middleware/Oracle_Home/wlserver/common/nodemanager') Enrolling this machine with the domain directory at C:/Oracle/Middleware/Oracle_Home/user_projects/domains/base_doamin . .. Successfully enrolled this machine with the domain directory at C:\Oracle\Middleware\Oracle_Home\user_projects\domains\b ase_doamin.

opendj

產生ldif file install opendj copy schema file dsconfig set-password-policy-prop --set allow-pre-encoded-passwords:true --policy-name "Default Password Policy" -p 4444 -j /tmp/pwd -X -n dsconfig get-password-policy-prop --property "allow-pre-encoded-passwords" --policy-name "Default Password Policy" --advanced -p 4444 -j /tmp/pwd dsconfig set-global-configuration-prop --set check-schema:false -p 4444 -j /tmp/pwd -X -n dsconfig set-global-configuration-prop --set single-structural-objectclass-behavior:warn -p 4444 -j /tmp/pwd -X -n create index rebuild index import file

oid dist install

圖片
Topology for distributed Deployment  Machine1 : Database Machine2 : OID1 (Install  Identity Management  software only ,  NO  WebLogic installation required on this machine) Machine3 : OID2 (config for OID cluster) Machine4 : ODSM & DIP (Install  WebLogic  &  Identity Management  software) on Machine 2 run  config. sh  from Oracle_Home/bin (…/Oracle_IDM1/bin) directory Select  configure without domain (We will register OID with WebLogic server later) Select Instance Name on next screen ( Note* Instance Name for OID on Machine2 should be different than Instance Name for ODS/ODSM on Machine4  ) on Machine 3 On Machine4 (for ODSM & DIP) - Install WebLogic Server (This will create Middleware Home MW_HOME) Install Oracle Identity Management 11.1.1.7.0 on Machine3 under MW_HOME (select  Install Software – Do Not Configure ) : on Machine4 run  confi...

oracle IAM 11g install

Database configuration: sqlplus / as sysdba SQL> alter system set processes=500 scope=spfile; SQL> alter system set sessions=500 scope=spfile; SQL> alter system set open_cursors=1000 scope=spfile; Install JDK 1.7 Install WebLogic 10.3.6 Create Schema in database using RCU 11.1.2.2 Install SOA 11.1.1.7 unzip OIM_11.1.2.2_SOAPS6_PREREQS.zip (under OIM src Disk1) cd SOAPATCH export PATH=$PATH:/u01/Oracle/Middleware/Oracle_SOA1/OPatch opatch napply SOAPATCH -oh /u01/Oracle/Middleware/Oracle_SOA1 -jdk /usr/local/jdk1.7.0 install patch p19953598  export ORACLE_HOME=$MW_HOME/ Oracle_SOA1 opatch appply export ORACLE_HOME=$MW_HOME/oracle_common opatch apply Install IAM 11.1.2.2  ok config for IAM OPSS Update: cd /u01/Oracle/Middleware/oracle_common/bin ./psa Create Security Store: cd /u01/Oracle/Middleware/oracle_common/common/bin ./wlst.sh /u01/Oracle/Middleware/Oracle_IDM1/common/tools/configureSecurityStore.py -d /u01/Oracle/Middlew...

memo for OID

 Configure Oracle Internet Directory to return operational attributes dn: cn=dsaconfig, cn=configsets,cn=oracle internet directory changetype: modify add: orclallattrstodn orclallattrstodn:cn=orcladmin Enforce Attribute Uniqueness for UID in Oracle Internet Directory 11gR1 Enter the following values to ensure that the UID field is unique in Oracle Internet Directory: Enter 'UID_UNIQUE' in 'Attribute Uniqueness Constraint Name' Ensure that 'Enable Unique Attribute' is Checked (i.e. Yes) Enter 'uid' in 'Unique Attribute Name' Enter ' inetorgperson' in ' Unique Attribute Objectclass' Select 'One Level' in 'Unique Attribute Scope' Enter the Realm Distinguished Name (DN), e.g. 'cn=Users,dc=us,dc=oracle,dc=com' in 'Unique Attribute Subtree' Choose OK. The entry you just created appears in the list of attribute uniqueness constraint entries in the left frame. Click on the ...