0% found this document useful (0 votes)
31 views

08 - Admin - NoSQL Database

This document discusses primary administrative tasks for NoSQL databases, including planning and installing Oracle NoSQL Database, verifying the installation, and starting storage node agents. It compares Cassandra, MongoDB, and Oracle NoSQL and outlines steps for creating directories, extracting software, verifying installation, and starting storage node agents using Java commands and configuration files.

Uploaded by

Jose Evanan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views

08 - Admin - NoSQL Database

This document discusses primary administrative tasks for NoSQL databases, including planning and installing Oracle NoSQL Database, verifying the installation, and starting storage node agents. It compares Cassandra, MongoDB, and Oracle NoSQL and outlines steps for creating directories, extracting software, verifying installation, and starting storage node agents using Java commands and configuration files.

Uploaded by

Jose Evanan
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

Primary Administrative Tasks for

NoSQL Database
Course Road Map

Lesson 5: Introduction to the Hadoop


Module 1: Big Data Management System Distributed File System (HDFS)

Lesson 6: Acquire Data using CLI, Fuse-


Module 2: Data Acquisition and Storage DFS, and Flume

Lesson 07: Acquire and Access Data


Module 3: Data Access and Processing
Using Oracle NoSQL Database

Module 4: Data Unification and Analysis Lesson 08: Primary Administrative Tasks
for NoSQL Database

Module 5: Using and Managing Oracle


Big Data Appliance

8-2
Objectives

After completing this lesson, you should be able to:


• Plan for an installation
• Install and configure

8-3
Cassandra VS MongoDB VS Oracle NoSQL

8-4
Step 1: Creating Directories

• KVHOME: Storage location for Oracle NoSQL Database


package files
• KVROOT: Storage location for Oracle NoSQL Database
data files

8-5
Step 2: Extracting Software

8-6
Step 3: Verifying the Installation

The following command is used to verify the installation of


Oracle NoSQL Database in a storage node:

java -jar $KVHOME/lib/kvclient.jar

8-7
Starting the Storage Node Agents

The command to start an SNA is as follows:

nohup
java -jar KVHOME/lib/kvstore.jar start
-root <KVROOT>
-config <configuration file> optional
&

8-9
Summary

In this lesson, you should have learned how to:


• Plan for an installation
• Install and configure

8 - 10

You might also like