RE: missing file at oracle RAC installation

  • From: "Mudhalvan Moovarkku" <moovarkku.mudhalvan@xxxxxxxxxxxxxxxx>
  • To: <m_etrib@xxxxxxxxx>, <oracle-l@xxxxxxxxxxxxx>, <oracle-tips@xxxxxxxxxxxxx>
  • Date: Mon, 21 Feb 2011 19:21:18 +0900

Dear Mostafa

            Since it is RH 5.0 You should use the following folder and
file.

 

[root@TEST1 rules.d]# pwd

/etc/udev/rules.d

[root@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@TEST1 rules.d]#

 

Thank you.
Best Regards,
M.Moovarkku Mudhalvan 
------------------------------------------------------------------------
---------------------------------------
Service Delivery Dept. IT & Logistics Div 
AXA GENERAL INSURANCE CO. Ltd. 
moovarkku.mudhalvan@xxxxxxxxxxxxxxxx
<mailto:moovarkku.moovarkku.mudhalvan@xxxxxxxxxxxxxxxx>  
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@xxxxxxxxxxxxx
[mailto:oracle-l-bounce@xxxxxxxxxxxxx] On Behalf Of Mostafa Eletriby
Sent: Thursday, November 25, 2010 11:16 PM
To: oracle-l@xxxxxxxxxxxxx; oracle-tips@xxxxxxxxxxxxx
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@rac1 sysconfig]# cd /etc/sysconfig/
[root@rac1 sysconfig]# pwd
/etc/sysconfig
[root@rac1 sysconfig]# ls -l raw*
ls: raw*: No such file or directory
[root@rac1 sysconfig]# 


Anyone has idea about finding this file.
Many Thanks

 

Other related posts: