Installing SOA 12c quick start on Xubuntu 14
Before we install the SOA we need to have the efficient System setup. 40GB hard disk,
create 'wladmin' as a Unix user where we can perform installation.
- Step 1. Install Oracle JDK
Default JDK is not available in XUbuntu. Oracle JDK latest version can be downloaded and installed from the Ubuntu repository. Make sure that your internet work on the system where you wish to install. Here I am using a Oracle VirtualBox guest as Xubuntu, enabled NAT network adapter to have internet on my system.
You can use the below commands to install JDK-7 for WebLogic 12c installation this will work for regular Ubuntu and also for XUbuntu.
- sudo add-apt-repository ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get install oracle-java7-installer
root@wladmin-VirtualBox:~# which java /usr/bin/java root@wladmin-VirtualBox:~# java -version java version "1.7.0_76" Java(TM) SE Runtime Environment (build 1.7.0_76-b13) Java HotSpot(TM) Client VM (build 24.76-b04, mixed mode)
- Step 2: Install FMW SOA 12c
Now lets do the installtion in latest version that is SOA 12c which is not certified Ubuntu or its cusins though generic installer work with a Warning message.
download SOA12c from Oracle.
Setup your tmp space min 4G
Unzip the downloaded file.
sudo mount -t tmpfs -o size=4096M,mode=1777 overflow /tmp
unzip fmw_12.1.3.0.0_soaqs_Disk1_1of1.zip
java -jar fmw_12.1.3.0.0_soa_quickstart.jar
Plan your device space where you can install the SOA 12c then provide the path when installer is launched. Then we get the 'Welcome screen' asusual.
Oracle SOA 12c Installation Location |
Preparation for installation |
Uncheck the JDeveloper and go for the Finish
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.