Saturday, 19 May 2012

Installation of Oracle No-Sql database

Hi All,

I am going to provide the details steps for installation of No-Sql database.


Step 1:-
=========
Check for the java version :-
Java  –version
java version "1.7.0_02"
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
Java HotSpot(TM) 64-Bit Server VM (build 22.0-b10, mixed mode)

Step 2:-
=======
Download the installer file from Download the tar.gz file from http://www.oracle.com/technetwork/database/nosqldb/downloads/index.html.
kv-ce-1.2.123.tar installation file .

Step 3:-
===================
·  Verify the installation by issuing the following command on one of the nodes:
java -jar KVHOME/lib/kvclient-M.N.O.jar
You should see some output that looks like this:
11gR2.M.N.O (....)
where M.N.O is the package version number.
Step 4:-( Configuring the installation )
=========================
Create a initial boot config configuration file using makebootconfig utility .
1)  mkdir -p KVROOT
2)  java -jar /u10/app/ADOTST/oradotst/oracle/kv-1.2.123/lib/kvstore-1.2.123.jar makebootconfig -root KVROOT -port 10500 -admin 10501 -host rstnxovm9033.oracle.com -harange 10510,10520
 
 
Step 5 :
==========
1)      Start the Oracle NoSQL Database Storage Node Agent (SNA) on each of the Oracle NoSQL Database nodes.
nohup java -jar /u10/app/ADOTST/oradotst/oracle/kv-1.2.123/lib/kvstore-1.2.123.jar start     -root  KVROOT&
2)  java -jar $KVHOME/lib/kvstore.jar ping -port 10500 -host localhost
 
Step 6:-
==========
java -jar KVHOME/lib/ kvstore-1.2.123.jar runadmin -port 10500 -host <hostname1>

form here follow the step’s mentioned in the Below link
http://docs.oracle.com/cd/NOSQL/html/AdminGuide/configure-using-cli.html
Oracle NoSQL Database 1.2.123 Installation Tips [ID 1395254.1]

Please Provide your valuable inputs.

Regards,
Naga.



No comments:

Post a Comment