Owner's Manual

32 Installing Oracle 11g R1 Database (Single Node)
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 Database Storage Using the Oracle ASM 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 input for all the nodes:
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
3
In the terminal window, type the following:
service oracleasm createdisk ASM1 /dev/sdb1
service oracleasm createdisk ASM2 /dev/sdc1
4
Repeat step 1 through step 3 for any additional ASM disks that you need
to create.
5
Verify that the ASM disks are created and marked for ASM usage.
In the terminal window, enter the following and press <Enter>:
service oracleasm listdisks
The disks you created in step 3 are listed in the terminal window.
For example:
ASM1
ASM2