<?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: raw FS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186104#M322976</link>
    <description>I will make it little bit more clear as mentioned above:&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 100MB -n oravol1 /dev/vgora&lt;BR /&gt;&lt;BR /&gt;[will create 100MB size lvol named oravol1 on vgora volume group.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 200 /dev/vgora/oravol1&lt;BR /&gt;&lt;BR /&gt;[will extend the above LV to 200MB] &lt;BR /&gt;&lt;BR /&gt;When you start to use it (with oracle or any RDBMS) mention it with the prefix of "r" (raw)&lt;BR /&gt;i.e., /dev/vgora/roravol1&lt;BR /&gt;&lt;BR /&gt;oravol1 will be called as roravol1.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
    <pubDate>Mon, 28 Apr 2008 06:41:27 GMT</pubDate>
    <dc:creator>Rasheed Tamton</dc:creator>
    <dc:date>2008-04-28T06:41:27Z</dc:date>
    <item>
      <title>raw FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186098#M322970</link>
      <description>&lt;BR /&gt;what are the steps for creating the raw File system and extending it.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2008 11:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186098#M322970</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-04-24T11:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: raw FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186099#M322971</link>
      <description>Hi Atul&lt;BR /&gt;&lt;BR /&gt;raw file system is that which have no valid file system.&lt;BR /&gt;after creating lvol, application used the lvol as raw file system. no need to create mkfs command.&lt;BR /&gt;&lt;BR /&gt;you can extend lvol.</description>
      <pubDate>Thu, 24 Apr 2008 11:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186099#M322971</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2008-04-24T11:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: raw FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186100#M322972</link>
      <description>And to extend a raw file system, you are simply extending the lvol using the lvextend command(s).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita</description>
      <pubDate>Thu, 24 Apr 2008 11:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186100#M322972</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2008-04-24T11:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: raw FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186101#M322973</link>
      <description>dear Athulkumar&lt;BR /&gt;I mean from u posting u would like to extend &lt;BR /&gt;logical raw devices &lt;BR /&gt;the command is lvextend.&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;sajjad&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Apr 2008 16:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186101#M322973</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-04-24T16:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: raw FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186102#M322974</link>
      <description>create a logical volume ..&lt;BR /&gt;Lvcreate -n rawvol1 -L &lt;SIZE&gt; vg01&lt;BR /&gt;don't create file sys becaz it is raw volme.&lt;BR /&gt;&lt;BR /&gt;extend it fsadm -b &lt;SIZE&gt; rawvol1&lt;BR /&gt;&lt;BR /&gt;HTH&lt;/SIZE&gt;&lt;/SIZE&gt;</description>
      <pubDate>Mon, 28 Apr 2008 04:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186102#M322974</guid>
      <dc:creator>SUDHAKAR_18</dc:creator>
      <dc:date>2008-04-28T04:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: raw FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186103#M322975</link>
      <description>Atul,&lt;BR /&gt;&lt;BR /&gt;Create LV&lt;BR /&gt;  lvcreate -L &lt;IN mb=""&gt; /dev/vgXX, it will create the raw device for you.&lt;BR /&gt;&lt;BR /&gt;ExtendLV&lt;BR /&gt;&lt;BR /&gt;   lvextend -L &lt;NEW mb="" size=""&gt; /dev/vgXX/rlvolYY&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this hlp&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;WK&lt;/NEW&gt;&lt;/IN&gt;</description>
      <pubDate>Mon, 28 Apr 2008 05:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186103#M322975</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2008-04-28T05:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: raw FS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186104#M322976</link>
      <description>I will make it little bit more clear as mentioned above:&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 100MB -n oravol1 /dev/vgora&lt;BR /&gt;&lt;BR /&gt;[will create 100MB size lvol named oravol1 on vgora volume group.&lt;BR /&gt;&lt;BR /&gt;lvextend -L 200 /dev/vgora/oravol1&lt;BR /&gt;&lt;BR /&gt;[will extend the above LV to 200MB] &lt;BR /&gt;&lt;BR /&gt;When you start to use it (with oracle or any RDBMS) mention it with the prefix of "r" (raw)&lt;BR /&gt;i.e., /dev/vgora/roravol1&lt;BR /&gt;&lt;BR /&gt;oravol1 will be called as roravol1.&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 28 Apr 2008 06:41:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-fs/m-p/4186104#M322976</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2008-04-28T06:41:27Z</dc:date>
    </item>
  </channel>
</rss>

