Endeca part-1 (java/Jdk &weblogic server installation)

Oracle endeca

oracle endeca consists of 
1.server installation
2.provisioning service installation and 
3.endeca studio installation.
Endeca  Installation(3.1)
Installation of Endeca server software.

Hardware Requirements

Hardisk                                                                       100GB

RAM                                                                           8GB(recommended)

Software Requirments

Linux 5& Above (64 bit)

1.JAVA(JDK 1.6 and above)

2.Weblogic 3.6

4.Application Development Frame Work

5. Endeca server software.

6.Provisioning server
 

Prerequisites:

Go to google.co.in

Search oracle app dev

Click application development framework download_oracle link

Accept licence

1.Application development runtime select the version as 11.1.1.7 file then click on download file.

Ofm_appdev_generic_11.1.1.7.0_disk1_1of1.zip.

go to oracle cloud link and download the following software's by signing with your oracle username & password.

2. Oracle endeca server (7.6.1)

Patch no v42127-01.zip

3.oracle endecaserver sample data

Patchno v42129-01.zip

4.weblogic (10.3.6) generic
 

Patch no v29856-01.zip 

1.JAVA (JDK) Installation
Download java (jdk 1.6-45-linux64.bin) from oracle meta link

Place in one folder say (/opt/serv/softwares).
 

I want to install java software in (/opt/serv/java)

I have create a directory in /opt/serv with name” java”

$cd /opt/serv

$mkdir java

Now move java (jdk 1.6-45_linux.bin) file into java folder

$cd /opt/serv

$pwd

o/p /opt/serv

$ls
o/p
java

$cp mv jdk1.6.-45-linux.bin  /optserv/java

Now the jdk file is in /opt/serv/java folder.

Run the jdk1.6-4.5-linux.bin in the same java folder locate in /opt/serv/java

$./jdk1.6-45-linux.bin

Now it will extract and create folder with name jdk1.6-45

The main directory is as follows

          jdk1.6.0_45
   ___________|_________________
  |           |                 |
 bin         lib               jre
  |           |         ________|__________
java*     tools.jar    |                   |       
javac*    dt.jar      bin                 lib               
javap*                 |       ________ ___|___ _________ ________ _______      
javah*               java*    |        |       |         |        |       |   
javadoc*                    rt.jar    ext   security   i386    applet  fonts
                        charsets.jar   |              /    \
                                  localedata.jar  server  client

Additionally the directory may contains

                       jdk1.6.0
                 ___________|__________ _________
                |           |          |         |
              demo       include    src.zip     man
             ___|___ _________ __________ ________
            |       |         |          |        |
          applets  jfc       jpda     plugin     jni
 
setting java path
       
login in as user say btech(in my case)
# su – btec
$
Now open bash profile
$vi .bash_profile

By press ‘i” to go command
Add the following entries in your bash profile

Export JAVA_HOME=/opt/serv/java/jdk1.6_45

Then press “escape”key to go to command followed by :wq(to save & exit)

Please check whether in your system hard no file & softno of files

Open the file /etc/security/limits.conf file from root user

At the end of the file

Add the following entries

btec soft nofile
btec hard nofile 4096

save & exit by typing :wq


Note: Before starting the installation, some prerequisites may fail as per oracle documentation for this we are not supposed to bother.



2.Installation of  weblogic server(10.3.6)
 

Open terminal

Login as root
#

Type

#xhost +

o/p---Access controls disabled clients can connect from any host

Now 

Login in as a user(btec) in the same terminal

Go to

 Downloaded  software  called V29856-01.zip (weblogic) and unzip the software in the 
folder(softwares/endeca-soft/weblogic) you will get one jar file.

Run that jar file

$java –jar wls1036_generic.jar 


Now it will hope GUI mode

Step1:



Welcome screen will be displayed click on next button.

Step2:

By default it will select create a new middleware Home(if you are running first time)

Select the Middleware Home Directory

Now click on next button.

 

Step3:
If you wish receive update from oracle support provide the email & password, other wise uncheck the check box I wish to receive security updates via my oracle support.


Step4:

Select the instatallation type here I have selected custom installation.


Click on next button.



Step4A:
 
Based on the custom select the appropriate welogic server components as
1.Core Application server

2.Adminstration Console

And 3.configuration wizard and Upgrade frame

 Then click on next button.
Step5:

If you have multiple JDK’s select the appropriate user installed JDK

Click on next button.


Step6:

Now  choose the installation directories of weblogic 


Note:you won't get oracle coherence(because we have choosen typical 3 selected ),if you choose typical installation you will get oracle coherence.


Click on next button.

Step7:

Installation summary screen will show to you.



Click on next button.

Step8:

Installation will start and reaches to 100%



Click on next button.

Step9:

Installation completion screen will show to you



Uncheck the check box Run quick start and click on done.

That's the end of installation of weblogic server.

  



No comments:

Post a Comment