Owner's Manual

Installing Oracle 11g R1 Database (Single Node) 31
7
Enter the following command:
chown -R oracle.dba oradata recovery
/dev/sdc1 /opt/oracle/recovery ext3 defaults 1 2
8
Enter the following command:
mount /dev/sdb1 /opt/oracle/oradata
mount /dev/sdc1 /opt/oracle/recovery
Configuring Database Storage Using Oracle ASM
The following example assumes that you have two storage devices (
sdb
and
sdc
)
available to create a disk group for the database files and a disk group to be used
for flash back recovery and archive log files respectively.
1
Log in as
root
.
2
Create a primary partition for the entire device by typing:
fdisk /dev/sdb
3
Create a primary partition for the entire device by typing:
fdisk /dev/sdc
Configuring ASM Storage Using Block Devices
1
Add the disk group names for
asm1
and
asm2
to the
permissions.ini
file. This file is located in the following directory:
/dell-oracle-deployment/scripts/:
[asm]
asm1=
asm2=
For example, if your ASM1 and ASM2 disk groups are
/dev/emcpowerc1
and
/dev/emcpowerd1
, then the
permissions.ini
would be
modified as follows:
[asm]
asm1=/dev/emcpowerc1
asm2=/dev/emcpowerd1
To add an additional ASM disk group, ASM3 using
/dev/emcpowere1
,
add another entry to the session:
asm3=/dev/emcpowere1