Oracle EXADATA X6-2 Installation And Configuration Manual page 181

Database machine
Hide thumbs Also See for EXADATA X6-2:
Table of Contents

Advertisement

: (Mandatory) Specifies the version of the software in the database
DBVERSION
home, including the bundle patch, for example 12.1.0.2.170418.
: (Mandatory) Specifies the file system path for the new Oracle database
DBHOMELOC
home directory.
: Specifies the name of the new database home. The default value is
DBHOMENAME
the standard template name, for example,
: Specifies the location of the Oracle inventory directory. The default value
INVLOC
is derived from the cluster home.
: Specifies the language to use with the Oracle home. The default value is
DBLANG
.
all_langs
: Specifies a list of nodes to create the Oracle home on. The default
MACHINELIST
value is list of nodes registered with the Grid home.
: Specifies a comma-separated list of patches for the database home.
PATCHLIST
The default value is derived from
: Specifies the location of the Oracle Base directory. The default value is
BASEDIR
derived from
.
OWNER
: Specifies the size of the home directory volume. The default value is
VOLUMESIZE
50 GB. This argument is applicable only for database homes for Oracle VM
clusters.
The following arguments are available in the
: Specifies the cluster number in the
CLUSTERNUMBER
: Specifies the name of the cluster
CLUSTERNAME
: Specifies the
CLUSTERID
Example 3-10
Adding a Database Home to a Deployment using OEDACLI
This example shows how to add a new Oracle home.
the base version and the target Bundle Patch version. In this example, we are setting
up a new Oracle database home with 12.1.0.2 DBBP 170418. The software will be
installed under /u01/app/oracle/product/12.1.0.2/dbhome_2.
./oedacli
oedacli> LOAD FILE NAME=Oracle-test12.xml
SUCCESS - file loaded OK
Customer : ora07adm01 - Oracle
oedacli> ADD DATABASEHOME OWNER='oracle' DBVERSION='12.1.0.2.170418' DBHOMELOC='/u0
1/app/oracle/product/12.1.0.2/dbhome_2' WHERE CLUSTERNUMBER=1
oedacli> SAVE ACTION
oedacli> MERGE ACTIONS
processMerge
processMergeActions
Merging Action : add databasehome owner='oracle' dbversion='12.1.0.2.170418'
dbhomeloc='/u01/app/oracle/product/12.1.0.2/dbhome_2' where clusternumber=1
Merging ADD DATABASEHOME
Action Validated and Merged OK
oedacli> DEPLOY ACTIONS
Deploying Action ID : 1 add databasehome owner='oracle' dbversion='12.1.0.2.170418'
dbhome_1
.
DBVERSION
clause:
WHERE
ID of the cluster
es.xml
dbversion
Chapter 3
OEDA Command Line Interface
.
, starting at 1
es.xml
should specify both
3-54

Advertisement

Table of Contents
loading

Table of Contents