發表文章

目前顯示的是 1月, 2015的文章

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 ...

Changing the Oracle WebLogic Server Listen Ports Using WLST

cd /u01/weblogic2/oracle_common/common/bin/ [oracle@oam bin]$ ./wlst.sh CLASSPATH=/u01/weblogic2/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/weblogic2/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java/jdk1.7.0_67/lib/tools.jar:/u01/weblogic2/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/weblogic2/wlserver_10.3/server/lib/weblogic.jar:/u01/weblogic2/modules/features/weblogic.server.modules_10.3.6.0.jar:/u01/weblogic2/wlserver_10.3/server/lib/webservices.jar:/u01/weblogic2/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/weblogic2/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/u01/weblogic2/oracle_common/modules/oracle.jrf_11.1.1/jrf-wlstman.jar:/u01/weblogic2/oracle_common/common/wlst/lib/adfscripting.jar:/u01/weblogic2/oracle_common/common/wlst/lib/adf-share-mbeans-wlst.jar:/u01/weblogic2/oracle_common/common/wlst/lib/mdswlst.jar:/u01/weblogic2/oracle_common/common/wlst/resources/auditwlst.jar:/u01/web...

oam 11g WNA

OAM config WNA with Windows 2003 AD need to install support tool at windows server for ktpass create a user for mapping run ktpass to create SPN SPN domain name must use upper case ****** Windows 2003 Server Syntax -   C:\Program Files\Support Tools>ktpass.exe -princ HTTP/oam.acer.com@AD.ACER.COM ****** mapuser AD\aaa -pass aaa -out c:\src\oam.keytab Targeting domain controller: acer.ad.acer.com Using legacy password setting method Successfully mapped HTTP/oam.acer.com to aaa. WARNING: pType and account type do not match. This might cause  problems. Key created. Output keytab to c:\src\oam.keytab: Keytab version: 0x502 keysize 64 HTTP/oam.acer.com@AD.ACER.COM ptype 0 (KRB5_NT_UNKNOWN) vno 5 etype 0 x17 (RC4-HMAC) keylength 16 (0xe24106942bf38bcf57a6a4b29016eff6) Windows 2008 R2 Server Syntax - ktpass -princ HTTP/oam.server.com@FOREST1.SPRITE.COM / -mapuser oamkrb5 / -pass Oracle123 / -ptype KRB5_NT_PRINCIPAL / -crypto ALL / -out forest1.k...