DevTech101

DevTech101

Applications

Oracle DIP 11.2.3 – Identity Management 11gR2PS3 (11.1.2.3.0)

There was a miner release update of Oracle DIP (version 11.1.2.3.0) Bellow are references to details of this release. https://blogs.oracle.com/directoryservices/entry/oracle_unified_directory_11gr2ps3_just Whats new – OUD and AD support https://docs.oracle.com/middleware/11119/dip/administer/whatsnew.htm#OIMIG3419 Software components needed for a successful installation are below, download from Oracle e-delivery For Oracle Software Delivery Cloud, select: Oracle Fusion Middleware Platform Oracle Fusion Middleware Identity …

Oracle DIP 11.2.3 – Identity Management 11gR2PS3 (11.1.2.3.0) Read More »

Opnestack and ZFS Appliance (ZFSSA) With Local Volumes

Download the workflow and upload to the appliance – then create the user https://java.net/projects/solaris-userland/sources/gate/show/components/openstack/cinder/files/zfssa Creating a Volume Modify cinde.conf – add new volume group with options (below) Configure multiple-storage back ends default_volume_type = local_zfs enabled_backends = local_zfs,zfssa [zfs_local] zfs_volume_base=rpool/cinder volume_driver=cinder.volume.drivers.solaris.zfs.ZFSVolumeDriver volume_backend_name = zfs_local [zfssa] iscsi_helper=tgtadm volume_backend_name = zfssa volume_driver = cinder.volume.drivers.zfssa.zfssaiscsi.ZFSSAISCSIDriver san_ip = 10.10.0.238 san_login …

Opnestack and ZFS Appliance (ZFSSA) With Local Volumes Read More »

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

Setting Node JS / NPM Proxy

To make node js or npm work behind a firewall Get node compiled for Solaris from http://www.petertribble.co.uk/Solaris/node.html Note: after pkgadd, move Node to node. also modify this file /opt/node/lib/node_modules/npm/bin/npm-cli.js Disable strict ssl use npm config set strict-ssl false Set the regstry to non https npm config set registry http://registry.npmjs.org/ Verfy with npm config list Then …

Setting Node JS / NPM Proxy Read More »