<?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 difference between RAW Filesystem &amp;amp; VxFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354016#M192944</link>
    <description>Hi,&lt;BR /&gt;  Can anyone explain me the difference between&lt;BR /&gt;  raw and vxfs filesystem.&lt;BR /&gt;&lt;BR /&gt;  and why and which one is good for informix&lt;BR /&gt;  database. I know raw but dont know why ?&lt;BR /&gt;&lt;BR /&gt;  Thanks &lt;BR /&gt;  Amit</description>
    <pubDate>Tue, 10 Aug 2004 23:59:31 GMT</pubDate>
    <dc:creator>Amit Dixit_2</dc:creator>
    <dc:date>2004-08-10T23:59:31Z</dc:date>
    <item>
      <title>difference between RAW Filesystem &amp; VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354016#M192944</link>
      <description>Hi,&lt;BR /&gt;  Can anyone explain me the difference between&lt;BR /&gt;  raw and vxfs filesystem.&lt;BR /&gt;&lt;BR /&gt;  and why and which one is good for informix&lt;BR /&gt;  database. I know raw but dont know why ?&lt;BR /&gt;&lt;BR /&gt;  Thanks &lt;BR /&gt;  Amit</description>
      <pubDate>Tue, 10 Aug 2004 23:59:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354016#M192944</guid>
      <dc:creator>Amit Dixit_2</dc:creator>
      <dc:date>2004-08-10T23:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: difference between RAW Filesystem &amp; VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354017#M192945</link>
      <description>Raw = logical volume with no filesystem of any type. Typically they are used by databases such as informix.&lt;BR /&gt;vxfs filesystem is a JFS (journaled file system) that is mounted on a directory.&lt;BR /&gt;&lt;BR /&gt;Informix recommends using raw logical volumes as opposed to using mounted filesystems. I think they believe it has better performance for their product.</description>
      <pubDate>Wed, 11 Aug 2004 00:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354017#M192945</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-08-11T00:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: difference between RAW Filesystem &amp; VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354018#M192946</link>
      <description>A good link about raw file system why informix is using it,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198966" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198966&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And your profile is stating as&lt;BR /&gt;&lt;BR /&gt;"I have assigned points to   78  of   402  responses to my questions."&lt;BR /&gt;&lt;BR /&gt; It is good to do resolve this to get more effective responses :)</description>
      <pubDate>Wed, 11 Aug 2004 00:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354018#M192946</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-08-11T00:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: difference between RAW Filesystem &amp; VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354019#M192947</link>
      <description>Hi Amit&lt;BR /&gt;&lt;BR /&gt;Raw file system is a logicla volume without filesystem created(newfs command is not used)and is not mounted, whereas in vxfs filesystem it is defined to be vxfs type and mounted.&lt;BR /&gt;&lt;BR /&gt;By the way i am observing the differences in both file systems since long back. not able to make out still.&lt;BR /&gt;i don't see any performance difference in these two</description>
      <pubDate>Wed, 11 Aug 2004 00:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354019#M192947</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-08-11T00:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: difference between RAW Filesystem &amp; VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354020#M192948</link>
      <description>In HP-UX you can use LVM or VxVM to create volumes. The volumes can have no filesystem to be used as raw volumes for databases, swap or dum by the OS. Or you could create a HFS or JFS/vxfs filesystem. In which case the OS will manage the volume.&lt;BR /&gt;&lt;BR /&gt;In other words:&lt;BR /&gt;RAW volumes are managed by the database.&lt;BR /&gt;Filesystems are managed by HP-UX.&lt;BR /&gt;&lt;BR /&gt;Thus when having the database on a filsystem you have an extra layer (db/filesystem/volume).  You don't have that when using raw volumes (db/volume).&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Wed, 11 Aug 2004 00:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354020#M192948</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2004-08-11T00:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: difference between RAW Filesystem &amp; VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354021#M192949</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Important tip:&lt;BR /&gt;&lt;BR /&gt;Data stored in raw areas needs always an export and database utility to create a a readable backup files for standard backups utilities. However, VxFS areas are directly readable for HP-UX and/or these tools.&lt;BR /&gt;&lt;BR /&gt;Also, raw areas uses a character device. This transfer data blocks of variying sizes at a time without using the filesystem's I/O buffers. The user program does its own buffering.&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Wed, 11 Aug 2004 01:44:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354021#M192949</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-08-11T01:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: difference between RAW Filesystem &amp; VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354022#M192950</link>
      <description>Hi,&lt;BR /&gt;  What is the procedure to backup Informix &lt;BR /&gt;  database from RAW filesyste any tool or &lt;BR /&gt;  script to backup dbspace and logs.&lt;BR /&gt;&lt;BR /&gt;  Thanks,&lt;BR /&gt;  Amit&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2004 08:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354022#M192950</guid>
      <dc:creator>Amit Dixit_2</dc:creator>
      <dc:date>2004-08-11T08:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: difference between RAW Filesystem &amp; VxFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354023#M192951</link>
      <description>Hi Amit&lt;BR /&gt;pl. use dd command , i feel u will be able to take backup&lt;BR /&gt;&lt;BR /&gt;THX&lt;BR /&gt;SANJEEV GUPTA &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2004 08:34:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/difference-between-raw-filesystem-amp-vxfs/m-p/3354023#M192951</guid>
      <dc:creator>Sanjeev gupta_2</dc:creator>
      <dc:date>2004-08-11T08:34:19Z</dc:date>
    </item>
  </channel>
</rss>

