DevTech101

DevTech101

Month: May 2015

How to install Oracle Identity Management 11gR2 PS3

Follow this blog to install ps3 from the wizard Note: before you install make sure to set export JAVA_HOME=/usr/java fqdn host firs in /etc/hosts pkg install pkg:/compatibility/ucb http://www.oraworld.co.uk/11gr2ps3-oracle-identity-management-11g-release-2-ps3-11-1-2-3-0/ ALTER SYSTEM SET processes = 3000 SCOPE = SPFILE; ALTER SYSTEM SET open_cursors = 1600 SCOPE = SPFILE; ALTER SYSTEM SET session_cached_cursors = 500 SCOPE = SPFILE; …

How to install Oracle Identity Management 11gR2 PS3 Read More »

Oracle OUD Directory Proxy Installation Configuration

Contents 1 Installing and configuring OUD proxy 1.1 Setup OUD user/group account 1.1.1 Modify /etc/hosts 1.1.2 Create ZFS file systems 1.1.3 Configure proper owner 1.1.4 Install need packages 1.1.5 Configure passwords 1.1.6 OS Tuning 1.1.7 Copy and extract files 1.2 Install OUD Proxy 1.2.1 Options at installtion 1.3 Before configuring / create certificate 1.3.1 Generate …

Oracle OUD Directory Proxy Installation Configuration Read More »

Adding certificates to OTD – CA, Client

Get the cert in a p12 format keytool -importkeystore -srckeystore ldpr7.jks -destkeystore ldpr7.p12 -srcstoretype JKS -deststoretype PKCS12 -srcstorepass password -deststorepass password -srcalias ldpr7 -destalias ldpr7 -srckeypass password -destkeypass password -noprompt Add the p12 to OTD cd /opt/otd/production/otd/admin-server/config-store/ldap/config pk12util -i /tmp/ldpr7.p12 -d . Refrence http://stackoverflow.com/questions/16583428/how-to-convert-an-ssl-certificate-in-linux http://stackoverflow.com/questions/2846828/converting-jks-to-p12

Solaris 11.2 and ilb (load balancer)

How to configure iLB(load balancer) on Solaris 11.2 Configuring Load Balancing Load Balancing SSH Sessions ilbadm create-sg -s server=10.10.12.11:22,10.10.12.12:22 ssh ilbadm create-rule -e -i vip=10.10.10.50,port=2222 -m lbalg=rr,type=NAT,proxy-src=10.10.10.50 -o servergroup=ssh ssh Load Balancing LDAP Sessions LDAP Servers ilbadm create-sg -s server=10.10.12.51:1389,10.10.12.52:1389 ldapgroup1 Configuring Health Checks ilbadm create-healthcheck -h hc-timeout=3,hc-count=2,hc-interval=5,hc-test=tcp hc-ldap1 Custom Health Checks ilbadm create-healthcheck -h …

Solaris 11.2 and ilb (load balancer) Read More »