Posts

Showing posts from August, 2015

SOA 11.1.1.7.0 Silent mode installation - without GUI

This post is continue series of learning SOA 11g Suite installation in non-GUI platform. We have completed the following: Install and Run RCU on Vagrant Ubuntu Oracle XE [Done!] Installation of JDK (JRockit) on Vagrant Ubuntu  [Done!] Install WebLogic 10.3.6.0 on Vagrant Ubuntu  [Done!] Install Oracle SOA Suite 11g on Vagrant Ubuntu [current post] Configure SOA Domain [Next Post] Prerequisites for SOA 11g installation: Memory - 4G [above is fine] Temp space > 150 MB Swap space > 512 MB Installation of Oracle SOA Suite 11g 1) Copy the Oracle SOA Suite 11g files into a directory ofm_soa_generic_11.1.1.7.0_disk1_1of2.zip  ofm_soa_generic_11.1.1.7.0_disk1_2of2.zip 2) Create directory called silent and inside of it create a file name it as "oraInst.loc" file vi oraInst.loc file inventory_loc=/home/vagrant/ora Inventoryinst_group=vagrant Lets create a reusable shell script, you might suggest more options to give better performing automati...

Oracle JRockit installation on Ubuntu- Vagrant box

Hey friends, Here I'm sharing my new experiment installing JRockit JDK on Ubuntu Precise64 vagrant box. Prerequisites: Vagrant installed Oracle VirtualBox Precise64 vagrant box This is a disposable model POC. Precise box don't have GUI/X-window support. This could give a scope to install SOA suite 11.1.1.7.0 version. vagrant@mydev:/u01/app/software/SOA$ cd vagrant@mydev:~$ /u01/app/software/SOA/jrockit-jdk1.6.0_37-R28.2.5-4.1.0-linux-x64.bin Extracting 0%....................................................................................................100% Unable to instantiate GUI, defaulting to console mode. <------- data-blogger-escaped--------="" data-blogger-escaped--="" data-blogger-escaped-4.1="" data-blogger-escaped-6="" data-blogger-escaped-for="" data-blogger-escaped-installer="" data-blogger-escaped-java="" data-blogger-escaped-jdk="" data-blogger-escaped-jrmc="...

Install WebLogic 10.3.6 on Vagrant Ubuntu

This blog post is continuation of previous posts which are used for preparation of installation of SOA suite 11g  " JRockit installation ", "Running RCU on Vagrant Ubuntu Oracle XE" . Before you run the following command download the WebLogic 10.3.6 which is part of the prerequisites of SOA 11.1.1.7.0 installation set. java -jar /u01/app/software/SOA/wls1036_generic.jar The execution output is as follows: vagrant@mydev:~$ ls -l /u01/app/software/SOA/ total 8862690 -rwxrwxrwx 1 vagrant vagrant 1904618055 Apr 5 2013 jdevstudio11117install.jar -rwxrwxrwx 1 vagrant vagrant 130439896 Apr 6 2013 jrockit-jdk1.6.0_37-R28.2.5-4.1.0-linux-x64.bin -rwxrwxrwx 1 vagrant vagrant 1195403620 Apr 4 2013 ofm_osb_generic_11.1.1.7.0_disk1_1of1.zip -rwxrwxrwx 1 vagrant vagrant 520548890 Apr 16 17:49 ofm_rcu_linux_11.1.1.7.0_64_disk1_1of1.zip -rwxrwxrwx 1 vagrant vagrant 520943520 Mar 23 2014 ofm_rcu_linux_11.1.1.8.0_64_disk1_1of1.zip -rwxrwxrwx 1 vagrant vagrant 172018...

Running RCU silent mode from Custom shell script

Image
Repository Creation Utility for FMW in Silent Mode Recent developments in Oracle FMW 12.2.1 gives more changes in the RCU execution as well. Here I am using the e-delivery SOA Suite which is hosted on top of Infrastructure. New Learnings -- The component list increased and changed the sequence MDS, OPSS, IAU_APPEND, IAU_VIEWER, IAU, WLS, UCSUMS, SOAINFRA Assumptions: Create SOAADM user with SYSDBA role. You might use a different ORACLE_HOME installation path. Instead of entering the many passwords in the passwordfile.txt we can use the same password for all schema users which can be done with -useSamePasswordForAllSchemaUsers option. The Oracle Fusion Middleware Repository Creation Utility in silent mode For automation or usage in containerization, this would be preferable option. export ORACLE_HOME=/home/oracle/products/12.2.1/Oracle_Home clear export RCU_HOME=$ORACLE_HOME/oracle_common export RCU_LOG_LOCATION=$RCU_HOME/rcu/log CONNSTR='192.168.33.17:1521:orcl12c...