RE: missing file at oracle RAC installation
Date: Mon, 21 Feb 2011 19:21:18 +0900
Message-ID: <A4284728F331D343983785723EBCD2DC0E8E6F69_at_srvtex2.axa-direct-jp.intraxa>
Dear Mostafa
Since it is RH 5.0 You should use the following folder and file.
[root_at_TEST1 rules.d]# pwd
/etc/udev/rules.d
[root_at_TEST1 rules.d]# cat 60-raw.rules
# Enter raw device bindings here.
#
# An example would be:
# ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
# to bind /dev/raw/raw1 to /dev/sda, or
# ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw
/dev/raw/raw2 %M %m"
# to bind /dev/raw/raw2 to the device with major 8, minor 1.
ACTION=="add", KERNEL=="sdb1", RUN+="/bin/raw /dev/raw/raw1 %N"
ACTION=="add", KERNEL=="sdc1", RUN+="/bin/raw /dev/raw/raw2 %N"
ACTION=="add", KERNEL=="sdd1", RUN+="/bin/raw /dev/raw/raw3 %N"
[root_at_TEST1 rules.d]#
Thank you.
Best Regards,
M.Moovarkku Mudhalvan
Service Delivery Dept. IT & Logistics Div AXA GENERAL INSURANCE CO. Ltd.
moovarkku.mudhalvan_at_axa-direct.co.jp
<mailto:moovarkku.moovarkku.mudhalvan_at_axa-direct.co.jp> Phone: +81-3-4335-8879 Fax: +81-3-4335-8971 E-mail disclaimer:
This message is confidential; its contents do not constitute a commitment by AXA GENERAL INSURANCE CO LTD except where provided for in a written agreement between you and the Company. Any unauthorized disclosure, use or dissemination, either whole or partial, is prohibited. If you are not the intended recipient of this message, please notify the sender immediately.
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Mostafa Eletriby
Sent: Thursday, November 25, 2010 11:16 PM
To: oracle-l_at_freelists.org; oracle-tips_at_freelists.org
Subject: missing file at oracle RAC installation
Hello DBAs,
I need to install Oracle RAC 10g at vmware machine.
Operating system: Linux RedHat 5.2
But I couldn't find that mentioned file rawdevices in order to edit at
both nodes of RAC.
Edit the file
/etc/sysconfig/rawdevices
adding the following lines.
/dev/raw/raw1 /dev/sdb1
/dev/raw/raw2 /dev/sdc1
/dev/raw/raw3 /dev/sdd1
/dev/raw/raw4 /dev/sde1
/dev/raw/raw5 /dev/sdf1
[root_at_rac1 sysconfig]# cd /etc/sysconfig/ [root_at_rac1 sysconfig]# pwd
/etc/sysconfig
[root_at_rac1 sysconfig]# ls -l raw*
ls: raw*: No such file or directory
[root_at_rac1 sysconfig]#
Anyone has idea about finding this file. Many Thanks
-- http://www.freelists.org/webpage/oracle-lReceived on Mon Feb 21 2011 - 04:21:18 CST