<?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 Re: Creating RAW Filesystem Using Command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364281#M194615</link>
    <description>HI,&lt;BR /&gt;  Sorry for puting wrong question ..&lt;BR /&gt;  I wanted to know how to create a LVM using &lt;BR /&gt;  lvcreate and it is a raw with no fs want to&lt;BR /&gt;  use it for INFORMIX database.&lt;BR /&gt;&lt;BR /&gt;  Thanks,&lt;BR /&gt;  Amit</description>
    <pubDate>Wed, 25 Aug 2004 01:37:34 GMT</pubDate>
    <dc:creator>Amit Dixit_2</dc:creator>
    <dc:date>2004-08-25T01:37:34Z</dc:date>
    <item>
      <title>Creating RAW Filesystem Using Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364277#M194611</link>
      <description>Hi,&lt;BR /&gt;  How can I create raw filesystem through &lt;BR /&gt;  command&lt;BR /&gt; &lt;BR /&gt;  Eg: I want to create filesystem mydb with &lt;BR /&gt;  size 2 GB&lt;BR /&gt;&lt;BR /&gt;  What command will i give ?&lt;BR /&gt;&lt;BR /&gt;  Thanks &lt;BR /&gt;  Amit&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Aug 2004 01:11:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364277#M194611</guid>
      <dc:creator>Amit Dixit_2</dc:creator>
      <dc:date>2004-08-25T01:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating RAW Filesystem Using Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364278#M194612</link>
      <description>Amit,&lt;BR /&gt;&lt;BR /&gt;a RAW FILESYSTEM? I hope I'm not still sleeping, but isn't that a contradictio in terminis?&lt;BR /&gt;Can you explain a little more?&lt;BR /&gt;&lt;BR /&gt;What program / application is going to have access to it? Does it have a utility to 'format' the LV?&lt;BR /&gt;&lt;BR /&gt;In general: Create an LV (lvcreate).&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Wed, 25 Aug 2004 01:18:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364278#M194612</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-08-25T01:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating RAW Filesystem Using Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364279#M194613</link>
      <description>There is no such thing as a raw filesystem. There is logical volume which is raw, but once a filesystem has been placed on it, and mounted it becomes a cooked filesystem.&lt;BR /&gt;&lt;BR /&gt;To create what I think your after assuming you have a volume group with some space.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;# lvcreate -n mylvol /dev/myvg&lt;BR /&gt;# lvextend -L 2048 /dev/myvg/mylvol&lt;BR /&gt;# newfs -F vxfs -o largefiles /dev/myvg/rmylvol&lt;BR /&gt;# mkdir /myfs&lt;BR /&gt;# mount /dev/myvg/mylvol /myfs&lt;BR /&gt;&lt;BR /&gt;You wish to have it automatically mounted at the next reboot, add an entry like this to the /etc/fstab file.&lt;BR /&gt;&lt;BR /&gt;/dev/myvg/mylvol /myfs vxfs rw,suid,delaylog,datainlog,largefiles 0 2&lt;BR /&gt;&lt;BR /&gt;If you don't want to create it as a filesystem dont do the steps after 'lvextend'</description>
      <pubDate>Wed, 25 Aug 2004 01:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364279#M194613</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-08-25T01:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating RAW Filesystem Using Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364280#M194614</link>
      <description>Can you tell what exactly you neede.&lt;BR /&gt;regrads&lt;BR /&gt;SK</description>
      <pubDate>Wed, 25 Aug 2004 01:22:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364280#M194614</guid>
      <dc:creator>Sยภเl Kย๓คг</dc:creator>
      <dc:date>2004-08-25T01:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating RAW Filesystem Using Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364281#M194615</link>
      <description>HI,&lt;BR /&gt;  Sorry for puting wrong question ..&lt;BR /&gt;  I wanted to know how to create a LVM using &lt;BR /&gt;  lvcreate and it is a raw with no fs want to&lt;BR /&gt;  use it for INFORMIX database.&lt;BR /&gt;&lt;BR /&gt;  Thanks,&lt;BR /&gt;  Amit</description>
      <pubDate>Wed, 25 Aug 2004 01:37:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364281#M194615</guid>
      <dc:creator>Amit Dixit_2</dc:creator>
      <dc:date>2004-08-25T01:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating RAW Filesystem Using Command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364282#M194616</link>
      <description>HI Amit,&lt;BR /&gt;Attempt to explain what you want:&lt;BR /&gt;&lt;BR /&gt;1. Normally we create VG's first. SO suppose you have three disk's c0t1d0,d1,d3.&lt;BR /&gt;2. You create a Vg using:&lt;BR /&gt;# vgcreate vgname c0t1d0 c0t1d1...so on&lt;BR /&gt;3. Then you create LV's into it using:&lt;BR /&gt;# lvcreate&lt;BR /&gt;Now when you do lvcreate it doesn't have filesystem by default for that you have to do newfs. Now that you are not interested in file system but need raw device then don't do newfs and use the raw device created by lvcreate.&lt;BR /&gt;4. lvcreate create two file one is character device and other one is block device. &lt;BR /&gt;for e.g. /dev/vgxx/lvol1 and /dev/vgxx/rlvol1&lt;BR /&gt;So at this stage simpy go ahead and use /dev/vgxx/rlvol1 device file which you can treat it as Raw File System for your Informix Database.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;REgards,</description>
      <pubDate>Wed, 25 Aug 2004 01:47:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creating-raw-filesystem-using-command/m-p/3364282#M194616</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-08-25T01:47:56Z</dc:date>
    </item>
  </channel>
</rss>

