Owner's Manual

Table Of Contents
30 Installing Oracle 11g R1 Database (Single Node)
Configuring Disks for ASM 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
2
Run the following command to run the
permissions.py
script:
/dell-oracle-deployment/scripts/permissions.py
3
Run the following command to set the correct block device permissions:
/etc/rc.local
Configuring Disks for ASM Using the ORACLEASM Library Driver
1
Open a terminal window and log in as
root
.
2
Perform the following steps:
a
Enter:
service oracleasm configure
b
Enter the following inputs:
Default user to own the driver interface [ ]:
oracle
Default group to own the driver interface [ ]:
dba
Start Oracle ASM library driver on boot (y/n) [n]:
y
Fix permissions of Oracle ASM disks on boot (y/n) [y]:
y