Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Red Hat 7.0 and raw devices

RE: Red Hat 7.0 and raw devices

From: Vadim Gorbounov <vgorbounov_at_simplyengineering.com>
Date: Thu, 20 Sep 2001 06:32:10 -0700
Message-ID: <F001.00393823.20010920063022@fatcity.com>

Hi, Ed,
RH can handle raw devices, some kernel 2.2 need raw device patch, my current RH7.1 (2.4.2 ) and RH6.2 (2.2.19), had everything in place. Check if the raw utility is present.
1. Create partitions (fdisk). Important to set partition type to something, not recognizable by RH, I set to 90
2. Bind rawdevice like:

         /usr/bin/raw /dev/raw/raw1 /dev/hda9 3. Set ownership and mode:

         /bin/chmod 600 /dev/raw/raw1          
         /bin/chown oracle /dev/raw/raw1       
Steps 2 and 3 shoud be done every time when machine reboots. RH7.1 has startup script ready, I just put chmod and chown into it. Check /etc/init.d and /etc/sysconfig directories reboot & enjoy.

Vadim Gorbounov
Oracle DBA

-----Original Message-----
Sent: Thursday, September 20, 2001 8:40 AM To: Multiple recipients of list ORACLE-L

Hi List,

Does this couple live together? Do I need to install any additional patches from RH in order to support raw devices? Are there any limitations on the kernel?
And I have the same questions about SuSe7.0.

Thanks in advance for any info,
Ed
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Shevtsov, Eduard
  INET: EShevtsov_at_flagship.ru

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Vadim Gorbounov
  INET: vgorbounov_at_simplyengineering.com
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Sep 20 2001 - 08:32:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US