<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RAID for Oracle File Systems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088372#M729871</link>
    <description>I have a data base Oracle in HP-UX... all the base is in a single LUN. &lt;BR /&gt;There is some recommendation to separate the file systems of archives, data and indices in individual discs.?&lt;BR /&gt;Wht it would be the recommended RAID?</description>
    <pubDate>Thu, 18 Oct 2007 13:26:50 GMT</pubDate>
    <dc:creator>Fernando Boza</dc:creator>
    <dc:date>2007-10-18T13:26:50Z</dc:date>
    <item>
      <title>RAID for Oracle File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088372#M729871</link>
      <description>I have a data base Oracle in HP-UX... all the base is in a single LUN. &lt;BR /&gt;There is some recommendation to separate the file systems of archives, data and indices in individual discs.?&lt;BR /&gt;Wht it would be the recommended RAID?</description>
      <pubDate>Thu, 18 Oct 2007 13:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088372#M729871</guid>
      <dc:creator>Fernando Boza</dc:creator>
      <dc:date>2007-10-18T13:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: RAID for Oracle File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088373#M729872</link>
      <description>RAID 1 is best for control file, redo log and archive log file, is goog for database file if you can offor storage space. Many cases RAID 5(3+1) is used for systems.</description>
      <pubDate>Thu, 18 Oct 2007 14:09:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088373#M729872</guid>
      <dc:creator>John Guster</dc:creator>
      <dc:date>2007-10-18T14:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: RAID for Oracle File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088374#M729873</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;The answer depends on how the data is used.&lt;BR /&gt;&lt;BR /&gt;If the data is mostly read data like a data warehouse, Raid 5 for everything will do just fine.&lt;BR /&gt;&lt;BR /&gt;Otherwise, heavy write areas, data, index and redo should be on raid 1 or raid 10. Archive logs can still sit on Raid 5 because the writes are sequential.&lt;BR /&gt;&lt;BR /&gt;These are the latest Oracle guidelines as I remember them.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 18 Oct 2007 14:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088374#M729873</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-18T14:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: RAID for Oracle File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088375#M729874</link>
      <description>&lt;P&gt;I'll give you my "grey" paper on Oracle disk layout, etc. Use of it what you may.&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 12:47:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088375#M729874</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2021-05-18T12:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: RAID for Oracle File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088376#M729875</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Consider the S.A.M.E. concept -- stripe and mirror everything.&lt;BR /&gt;&lt;BR /&gt;Also a few more hints that you can consider:&lt;BR /&gt;&lt;BR /&gt;RAID 5 for writes = slow.&lt;BR /&gt;log = lots of writes.&lt;BR /&gt;RAID 5 + logs = not a good thing.&lt;BR /&gt;&lt;BR /&gt;You may wish to rollback on the raid 5, writes to it are deferred and done by dbwr.  &lt;BR /&gt;&lt;BR /&gt;Cheap and but fast disks can be used for temp (it needs no protection and would cause &lt;BR /&gt;contention for log).&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Fri, 19 Oct 2007 01:51:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088376#M729875</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-10-19T01:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: RAID for Oracle File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088377#M729876</link>
      <description>let us suppose that by price I can create a small additional RAID1 to the RAID5 that already I have. &lt;BR /&gt;what file system is opcionado to move?&lt;BR /&gt;Is good idea move "archive logs" and  "redo logs" to same disk?</description>
      <pubDate>Fri, 19 Oct 2007 08:30:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088377#M729876</guid>
      <dc:creator>Fernando Boza</dc:creator>
      <dc:date>2007-10-19T08:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: RAID for Oracle File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088378#M729877</link>
      <description>Depending on where you've got the heaviest write activity.  My guess is rollback areas, but it might be temp, or, you might consider the redo logs.  All three are good candidates, and should help.&lt;BR /&gt;&lt;BR /&gt;Re: Yogeeraj's statement that the area for temp needs no protection (any form of raid).  I hate to disagree with such an expert DBA (in fact, very much an expert) but... &lt;BR /&gt;&lt;BR /&gt;That's true, you don't need protection from a data retention standpoint for TEMP tablespace(s), &lt;BR /&gt;&lt;BR /&gt;*BUT* you should STILL Raid temp file directories because if your temp drives fail during the day, you've now got downtime.&lt;BR /&gt;&lt;BR /&gt;So, you've no choice but to protect those areas from failure.</description>
      <pubDate>Fri, 19 Oct 2007 13:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088378#M729877</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2007-10-19T13:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: RAID for Oracle File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088379#M729878</link>
      <description>&amp;gt;&amp;gt; Is good idea move "archive logs" and "redo logs" to same disk?&lt;BR /&gt;&lt;BR /&gt;No, not in general.&lt;BR /&gt;But it is more critical to alternate redo-logs between spindles, than to get the archives out of the way. By alternating you will ensure that the large archive reads will not disturb the current transaction writes.&lt;BR /&gt;&lt;BR /&gt;But if you managed to get away with a single disk for all this time, then there is really no reason to go 'all out' on the re-tune!&lt;BR /&gt;&lt;BR /&gt;For OLTP style applications the redo write speed defines the response time to a large portion.&lt;BR /&gt;&lt;BR /&gt;The data writes, and the archive writes, are not waited on by the end users. The redo write are waited for.&lt;BR /&gt;&lt;BR /&gt;So you don't want anyting to disturb the redo writes for the highest possible speed, but that really only starts to become important for tansaction speeds at 100 tps and above. For lower rates the controller caches will easily keep up, and even a regular disk with no write-back caches can keep up.&lt;BR /&gt;&lt;BR /&gt;Since the archive log writes are done in large blocks it is ok to write that to raid-5 storage. Any self-respecting raid-5 implemenation with optimize full track writes to avoid the reads normally required.&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel (at gmail dot com)&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 13:40:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088379#M729878</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-10-19T13:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: RAID for Oracle File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088380#M729879</link>
      <description>So if you can get only get a 1 small raid then I would put all my redo there.&lt;BR /&gt;&lt;BR /&gt;But I would pressure the powers that be to get me two of those and alternate say 4 active logs over those two and archive to the larger, existing, raid-5.&lt;BR /&gt;&lt;BR /&gt;Only if I could get still more raid-1 then I would move the archive there, considering it is  very high write (typically 50% :-) like the redo but I don't think it is critical at all, because those large sequential writes are normally handled just fine by raid-5.&lt;BR /&gt;&lt;BR /&gt;Still more raid-1? &lt;BR /&gt;Maybe for TEMP first and RBS next fro earlier stated reasons.&lt;BR /&gt;Not for the long term resiliance but to protect Oracle from shutting down on a single disk error.&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Fri, 19 Oct 2007 13:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088380#M729879</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-10-19T13:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: RAID for Oracle File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088381#M729880</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;Thank you John for disagreeing when i wrote "needs no protection". In fact, what i meant to say was you can use "cheaper" disk for that. Anyway, with Oracle 10g you can create "temporary tablespace groups". By grouping temporary tablespaces within a single group, we enable a user to consume &lt;BR /&gt;temporary space from muliple tablespaces. &lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;create temporary tablespace LMTEMP1 tempfile '/u01/oracle/datafiles/mydb/lmtemp1_01.dbf' size 50M tablespace group GROUP1;&lt;BR /&gt;&lt;BR /&gt;or if you already have temporary tablespaces:&lt;BR /&gt;alter tablespace LMTEMP2  tablespace group GROUP1 ;&lt;BR /&gt;&lt;BR /&gt;SQL&amp;gt; select * from dba_tablespace_groups;&lt;BR /&gt;&lt;BR /&gt;   GROUP_NAME                     TABLESPACE_NAME&lt;BR /&gt;   ------------------------------ ------------------------------&lt;BR /&gt;   GROUP1                         LMTEMP1&lt;BR /&gt;   GROUP1                         LMTEMP2&lt;BR /&gt;&lt;BR /&gt;You can thus have more redundancy in case you encounter any problem with a tempfile.&lt;BR /&gt;&lt;BR /&gt;Note that you can check the temporary tablespace utilisation using the following query:&lt;BR /&gt;select username, session_num, tablespace from v$sort_usage;&lt;BR /&gt;&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Sat, 20 Oct 2007 01:00:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088381#M729880</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-10-20T01:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: RAID for Oracle File Systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088382#M729881</link>
      <description>hi again,&lt;BR /&gt;&lt;BR /&gt;If your database is not that big and you can afford a resonable amount of disks, i would recommend that you implement ASM - Automatic Storage Management. &lt;BR /&gt;&lt;BR /&gt;ASM does the redundancy, the disks are arrayed and either inexpensive (think backup area, staging area, dmp area) or expensive (faster disk....) but they are always independent, hence you have RAID.  You can have double or triple mirroring of your data with ASM.  It uses a mirror and strip (sort of just like RAID 10 -- mirrored stripes)&lt;BR /&gt;&lt;BR /&gt;For more information please read:&lt;BR /&gt;&lt;A href="http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10743/mgmt_db.htm#sthref2256" target="_blank"&gt;http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10743/mgmt_db.htm#sthref2256&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;E.g. A simple example on how you create a tablespace:&lt;BR /&gt;CREATE TABLESPACE PFS_BLOB01&lt;BR /&gt;DATAFILE '+DG_DATA01(DATAFILE)' &lt;BR /&gt;SIZE 200M &lt;BR /&gt;AUTOEXTEND ON NEXT 1M &lt;BR /&gt;MAXSIZE UNLIMITED &lt;BR /&gt;LOGGING &lt;BR /&gt;EXTENT MANAGEMENT LOCAL &lt;BR /&gt;UNIFORM SIZE 1024K &lt;BR /&gt;SEGMENT SPACE MANAGEMENT AUTO;&lt;BR /&gt;&lt;BR /&gt;Similarly, you have templates for creating for creating any of the following:&lt;BR /&gt;PARAMETERFILE &lt;BR /&gt;DUMPSET &lt;BR /&gt;CONTROLFILE &lt;BR /&gt;ARCHIVELOG &lt;BR /&gt;ONLINELOG &lt;BR /&gt;DATAFILE &lt;BR /&gt;DATAGUARDCONFIG &lt;BR /&gt;BACKUPSET &lt;BR /&gt;AUTOBACKUP &lt;BR /&gt;XTRANSPORT &lt;BR /&gt;CHANGETRACKING &lt;BR /&gt;FLASHBACK &lt;BR /&gt;TEMPFILE&lt;BR /&gt;&lt;BR /&gt;Hope this helps too!&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Sat, 20 Oct 2007 01:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raid-for-oracle-file-systems/m-p/4088382#M729881</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-10-20T01:10:36Z</dc:date>
    </item>
  </channel>
</rss>

