Posts

Showing posts from October, 2015

Import/ Export users and groups from provider DefaultAuthenticator Using WLST

Weblogic Users And Groups Migration from Weblogic 10.3.6 To Weblogic 12.1.3 Using Admin Console

Image
Below Demo Shows Users And Groups Migration From weblogic 10.3.6 To weblogic 12.1.3 Using Weblogic Admin Console For Specific Provider(say DefaultAuthenticator) 1. Below screen shot shows users and groups in weblogic 10.3.6.0 Login To 10.3.6  WebLogic Admin Console ==> Click on "Security Realms"==>Click on myrealm==>Click on "Users And Groups" ==>Click on Users     Click on Groups 2. Export Users And Groups Into a .dat file Say  DefaultAuthenticator.dat  and locate at  /oracle/Middleware1036/export/ Login To 10.3.6 WebLogic Admin Console ==> Click on "Security Realms"==>Click on myrealm==>Click on ==> Providers ==> Click on DefaultAuthenticator ==> Click on Migration ==>Click on Export ==> Export Format: DefaultATN ==> Export File on Server  /oracle/Middleware1036/export/DefaultAuthenticator.dat ==> Click on Save 3. Check export file generated or not 4. Now Login To 12.1.3.0 ...

Oracle Weblogic Server Installation 10.3.6.0

Image
Assumptions ========== We have installed JDK1.7U80 and JAVA_HOME=/home/JDK1.7/jdk1.7.0_80 Installing Weblogic in GUI Mode I am Using XLaunch Weblogic installer wls1036_generic.jar is located at /home/jagannathm/wls1036 User is jagannathm and group is oinstall Middleware Location is /home/jagannathm/Middleware10.3.6  1.  Execute below command for Launching weblogic installer       cd /home/jagannathm/wls1036       /home/JDK1.7/jdk1.7.0_80/bin/java -jar wls1036_generic.jar     Note: For getting GUI set the Display for X11 Forwarding by following below link     Link:  http://blogbyjagan.blogspot.in/2015/11/setting-display-for-x-forwarding-using.html 2. Welcome Screen ==> Shows about which product your installing 3. Click on Create New Middleware Home ==>Browse and Select "/home/jagannathm/Middleware10.3.6" Directory 4. "Register For Security Update" ==> Provide Yo...

Step by Step Instructions for Installing And Configuring Domain For weblogic 9.2 MP3

Image
SUMMARY Check The Certification Matrix for "Weblogic 9.2 MP3" Create OS User and Group  Create Middleware Directory for Binary Installation, Domain Directory for Domain Creation And jdk5u61 For Java Installation Assign Roles And Permission To Middleware, Domain And jdk5u61 Directories  Install JAVA in jdk5u61 Directory Install "Weblogic 9.2 MP3" Binaries In Middleware Home Create a Domain Say prod_domain in Domain Directory Start AdminServer And Login to Admin Console Create Managed Servers ms1 and ms2 Create Cluster Say prod_cluster And Add ms1 and ms2 to prod_cluster Create Machine Say prod_machine And Configure NodeManager Associate ms1 and ms2 with prod_machine  Start the NodeManager And Check the Status of prod_machine Start Managed servers ms1 And ms2 **************************** STARTING ******************************** 1. Check The Certification Matrix for "Weblogic 9.2 MP3" Use the below link for checking "Supported...