<?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 Converting Filesystem to raw? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-filesystem-to-raw/m-p/2701226#M932941</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;  What is the procedure for converting  a  Filesystem-database to  raw-volume database ?   Assume, a filesystem /oradb/testdb/rdbm0001 is 50Gb  and has the files: &lt;BR /&gt;/oradb/testdb/rdbm0001&lt;BR /&gt;/oradb/testdb/rdbm0001/lost+found&lt;BR /&gt;/oradb/testdb/rdbm0001/controlfiles&lt;BR /&gt;/oradb/testdb/rdbm0001/controlfiles/testdb_control01.ctl&lt;BR /&gt;/oradb/testdb/rdbm0001/datafiles&lt;BR /&gt;/oradb/testdb/rdbm0001/datafiles/testdb_system1_01.dbf&lt;BR /&gt;/oradb/testdb/rdbm0001/datafiles/cycle_data_02.dbf&lt;BR /&gt;/oradb/testdb/rdbm0001/datafiles/request_data_03.dbf&lt;BR /&gt;/oradb/testdb/rdbm0001/datafiles/q2_tab_ts1_01.dbf&lt;BR /&gt;/oradb/testdb/rdbm0001/redologs&lt;BR /&gt;/oradb/testdb/rdbm0001/rollsegs&lt;BR /&gt;&lt;BR /&gt;    How to convert this to a raw volume ??  Do i create raw lv for each file &lt;BR /&gt;    and do  dd of each  file to the raw lv?  Is their a limitation on the raw lv size?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;-raj&lt;BR /&gt;    &lt;BR /&gt;</description>
    <pubDate>Thu, 11 Apr 2002 08:21:59 GMT</pubDate>
    <dc:creator>Roger Baptiste</dc:creator>
    <dc:date>2002-04-11T08:21:59Z</dc:date>
    <item>
      <title>Converting Filesystem to raw?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-filesystem-to-raw/m-p/2701226#M932941</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  What is the procedure for converting  a  Filesystem-database to  raw-volume database ?   Assume, a filesystem /oradb/testdb/rdbm0001 is 50Gb  and has the files: &lt;BR /&gt;/oradb/testdb/rdbm0001&lt;BR /&gt;/oradb/testdb/rdbm0001/lost+found&lt;BR /&gt;/oradb/testdb/rdbm0001/controlfiles&lt;BR /&gt;/oradb/testdb/rdbm0001/controlfiles/testdb_control01.ctl&lt;BR /&gt;/oradb/testdb/rdbm0001/datafiles&lt;BR /&gt;/oradb/testdb/rdbm0001/datafiles/testdb_system1_01.dbf&lt;BR /&gt;/oradb/testdb/rdbm0001/datafiles/cycle_data_02.dbf&lt;BR /&gt;/oradb/testdb/rdbm0001/datafiles/request_data_03.dbf&lt;BR /&gt;/oradb/testdb/rdbm0001/datafiles/q2_tab_ts1_01.dbf&lt;BR /&gt;/oradb/testdb/rdbm0001/redologs&lt;BR /&gt;/oradb/testdb/rdbm0001/rollsegs&lt;BR /&gt;&lt;BR /&gt;    How to convert this to a raw volume ??  Do i create raw lv for each file &lt;BR /&gt;    and do  dd of each  file to the raw lv?  Is their a limitation on the raw lv size?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;-raj&lt;BR /&gt;    &lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 08:21:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/converting-filesystem-to-raw/m-p/2701226#M932941</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2002-04-11T08:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Filesystem to raw?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-filesystem-to-raw/m-p/2701227#M932942</link>
      <description>Yes, you must create a lvol for each datafile.&lt;BR /&gt;&lt;BR /&gt;Then use dd to copy data from file to rlvol. dd if=file of=/dev/vgxxxx/rlvolxxx bs=1024k&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chown ora_user:dba and chmod 644 each rlv.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If you want to maintain actual names for datafiles, create symbolic links to rlvols.&lt;BR /&gt;&lt;BR /&gt;Or in svrmgrl use backup control file to trace, edit that file, and after change filename to rlvols, follow instructions inside  trace file.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2002 08:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/converting-filesystem-to-raw/m-p/2701227#M932942</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-04-11T08:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Filesystem to raw?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-filesystem-to-raw/m-p/2701228#M932943</link>
      <description>Raj,&lt;BR /&gt;&lt;BR /&gt;You need to export your database and rebuild it. You should not copy files to a raw logical volume. How would the database know where those table spaces exist?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 11 Apr 2002 10:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/converting-filesystem-to-raw/m-p/2701228#M932943</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-11T10:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Converting Filesystem to raw?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/converting-filesystem-to-raw/m-p/2701229#M932944</link>
      <description>Sorry Harry, must dd can be done.&lt;BR /&gt;&lt;BR /&gt; I use to configure raw devices for Oracle databases and, when you make a typo a fs-datafile is created. You can correct by dd to raw device and using rename datafile on sqlplus.</description>
      <pubDate>Thu, 11 Apr 2002 11:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/converting-filesystem-to-raw/m-p/2701229#M932944</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2002-04-11T11:00:14Z</dc:date>
    </item>
  </channel>
</rss>

