Endeca Part 4 Installation of Provisioning Server


Installation of Provisioning Server

Step1:

Download provisioning software from the metalink

Save it softwares/endeca_soft/provisioning.

Unzip the provisioning software you will get Doc (C)

eidprovisiononingTemplate.jar

V40539-01.zip(A)

EID_3.1_provisioningservice.zip(B) and

Install.py files & directories.

Move this provisioning directory to middleware directory

$pwd

o/p softwares/endeca_soft/provisioning.

Move A,B,C files to softwares/endeca_soft

$mv *.zip ..

$Mv doc ..

$cd ..

$pwd

o/p softwares/endeca_soft

$mv provisioning/ /opt/serv/Oracle/Middleware/

(Or) $mv provisioning/ ~/Oracle/Middleware/

Step2:

Now install the Oracle 11g(11.2.0.4) database

create one user and grant privileges to them

sql>grant connect to endecademo identified by demo123;

above command will create the user called endecademo and his paasoword is demo123.

Step3:

Now go to the directory where our middleware directory contains provisioning directory.

$cd /Opt/serv/Oracle/middleware/provisioning

(Or)

$~/Oracle/middleware/provisioning

Now we have to run the script called install.py

$/opt/serv/Oracle/middleware/wlserver_10.3/common/bin/wlst.sh install.py

While running the scripts it will ask some inputs please give it accordingly.

Press enter key to defaults. If you want to change(give the changes after “:”)

1.Like enter the name of the provisioning serveice domain(defaults to

“endeca_provisioning_service_domain):

Press enter key

2.enter a provisioning service username(defaults to weblogic):

Press enter key

3.enter provisioning service password(your password has at least 8 characters including numberic or special characters):Admin123

4.enter a non-SSL port for provisioning service(defaults to 8201):

Press enter key.

5.Would you like to enable SSL (y/n) (default’s to enabled):n

6.enter the host of endeca server(defaults to local host):

Press ener key

7.Please select your database type 1 derby, 2 for oracle 3 for mysql(defaults to derby):2

8.enter your database url(expected format is jdbc:oracle:thin:@[host]:port:[SID]): jdbc:oracle:thin:@localhost:1521:ende

8.enter jdbc database username:endecademo

9. enter jdbc database assword:demo123

Script will run

Creating domain for template.

……..

………

Would you like to configure database(y/n):y

You will need to be a connected to a running server to execute this command

Your weblogic server has not started attempting to reconnect.

Note: when above warning occurs

open another terminal start weblogic in /opt/serv/Oracle/Middleware/userprojects/domain/endeca_service_provisionig_domain

$./weblogic.sh

Now above script will run.

That’s the end of installation of provisioning server.

After starting weblogic

Open a url localhost:8201/console

Give username as weblogic

Password: respective password

That’s the end of provisioning service.

No comments:

Post a Comment