Monthly Archives: August 2017

shell script for automating Start OAM,OID weblogic domain for SSO

#!/bin/bash su oracle -c “screen -dm -S OIDInstance /u01/Oracle/Middleware/oid_instance/bin/opmnctl startall” sleep 30 su oracle -c “screen -dm -S OHSInstance /u01/Oracle/Middleware/Oracle_WT1/instances/instance2/bin/opmnctl startall” sleep 30 su oracle -c “screen -dm -S NodeManager /u01/Oracle/Middleware/wlserver_10.3/server/bin/startNodeManager.sh” sleep 30 su oracle -c “screen -dm -S OIDAdminServer … Continue reading

Posted in Uncategorized, Weblogic | Tagged , , , , | Leave a comment

Bulk deletes all OID users created by DIP profile

How to reset OID to default like fresh installation cd /u01/Oracle/Middleware/Oracle_OID/bin export ORACLE_HOME= /u01/Oracle/Middleware/Oracle_OID/ ./ldapsearch -h ssostageapp.test.com -p 3060 -D “cn=orcladmin” -w oracle11g -b “dc=albilad,dc=com” -S uid -s sub “(creatorsname=orclodipagentname=ad_oid,cn=subscriber profile,cn=changelog subscriber,cn=oracle internet directory)” cn >users_createdby_dip.ldif cp users_createdby_dip.ldif /u01/Oracle/Middleware/Oracle_OID/ldap/bin/users_createdby_dip.ldif export … Continue reading

Posted in IDM | Leave a comment

Export All OID Users

Set environment variables [oracle@erpsso bin]$ pwd /u01/app/Middleware/Oracle_OID/ldap/bin  

Posted in IDM | Leave a comment

Excel to UCM Batch loader Format Parser

Utility developed to convert Excel sheet contains metadata for files to be check-in at UCM to UCM batch loader format link to download http://www.mediafire.com/file/36z34rauj545keh/Excel_Parser.rar

Posted in Oracle ECM, UCM, Uncategorized | Tagged , , , , , | Leave a comment

UCM Custom Export Utility

download attached Jar file link to download JAR https://www.mediafire.com/file/23fj8ls9xqxc03q/UCMExportUtility.jar Upload it to UCM server Follow instructions as screen shoots

Posted in ECM, Oracle ECM, UCM, Uncategorized | Tagged , , | Leave a comment

Identity And Access Management installation part9

Configuring IAM Domain

Posted in IDM, OAM, oid, OIM, Oracle identity management, Uncategorized | Tagged , , , , | Leave a comment

Identity And Access Management installation part8

Configuring Identity and Access management Domain

Posted in IDM, OAM, oid, OIM, Oracle identity management, Uncategorized | Leave a comment

Identity And Access Management installation part7

Configuring OID Domain (Oracle Internet Directory )

Posted in IDM, OAM, oid, OIM, Oracle identity management, Uncategorized | Tagged , , , , | Leave a comment

Identity And Access Management installation part6

Installing OID Software

Posted in IDM, OAM, oid, OIM, Oracle identity management, Uncategorized | Tagged , , , , | Leave a comment

Identity And Access Management installation part5

Posted in IDM, OAM, oid, OIM, Oracle identity management, Uncategorized | Tagged , , , , | Leave a comment