Database Reference
In-Depth Information
Chapter 4
Database Configuration
Up until now, this topic has given the big picture of the Oracle Database Appliance and Integrated Lights Out
Management (ILOM), and has shown how to install the Oracle Database Appliance from the hardware and software
perspectives. What has not been covered until now is creating and configuring the Oracle database for the Oracle
Database Appliance. In this chapter, we will focus on the oakcli command and the options associated with creating
and deleting various types of database configurations.
The oakcli Command
The oakcli command provides the command-line interface to managing the appliance. It is the command you'll use
to create and delete databases, and those are the uses we'll focus on in this chapter.
Command Options
Listing 4-1 shows the help output from the oakcli command. You will be focusing on the last two options of the oakcli
command: create and delete . These options provide a single non-GUI interface to creating an Oracle database on
the Oracle Database Appliance. By using the oakcli command-line tool, we can easily and quickly create databases.
Listing 4-1. The Help Output from oakcli
[oracle@patty bin]$ ./oakcli -h
Usage: oakcli show - show disk, diskgroup, expander, controller, storage, version, dbhomes,
databases, db_config_params, core_config_key, env_hw
oakcli apply - applies the core_config_key
oakcli locate - locates a disk
oakcli deploy - deploys the Database Appliance
oakcli update - updates the Database Appliance
oakcli validate - validates the Database Appliance
oakcli manage - manages the oak repository, diagcollect e.t.c
oakcli unpack - unpack the given package to oak repository
oakcli copy - copies the deployment config file
oakcli upgrade - upgrades database
oakcli stordiag - run storage diagnostic tool on both node
oakcli test - test asr
oakcli odachk - performs configuration settings check on ODA
oakcli configure - configures the network or asr
oakcli create - create database, dbhome, db_config_params file
oakcli delete - deletes database, dbhome, db_config_params file
 
Search WWH ::




Custom Search