<?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 disk with large file support in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001358#M126502</link>
    <description>mkdir /dev/vg03&lt;BR /&gt;mknod /dev/vg03/group c 64 0x010000&lt;BR /&gt;pvcreate /dev/rdsk/c0t5d0 vgcreate /dev/vg03 /dev/rdsk/c0t5d0&lt;BR /&gt;lvcreate -L 8672 -i 3 -I 64 -n rvol1 /dev/vg03&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg03/rvol1&lt;BR /&gt;&lt;BR /&gt;/etc/fstab&lt;BR /&gt;&lt;BR /&gt;/dev/vg03/rvol1 /rvol1 vxfs rw,suid,largefiles,delaylog,datainlog 0 2</description>
    <pubDate>Wed, 18 Jun 2003 18:46:05 GMT</pubDate>
    <dc:creator>Paul Sperry</dc:creator>
    <dc:date>2003-06-18T18:46:05Z</dc:date>
    <item>
      <title>Raw disk with large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001357#M126501</link>
      <description>I am totally confused re: raw disk set up with large file support enabled.&lt;BR /&gt;I have a 9.1 Gb disk (/dev/dsk/c0t5d0) in a K460 HP-UX 11.0 (64bit) with INFORMIX ids 9.40. I want the entire disk to be a raw device with large file support enabled.&lt;BR /&gt;Do I need to create a logical volume and then not mount it?&lt;BR /&gt;Would the correct steps be:&lt;BR /&gt;# pvcreate -f /dev/rdsk/c0t5d0&lt;BR /&gt;# mkdir /dev/vg03&lt;BR /&gt;# cd /dev/vg03&lt;BR /&gt;# mknod group c 64 0X01000&lt;BR /&gt;# vgcreate vg03 /dev/dsk/c0t5d0&lt;BR /&gt;# lvcreate -L 8672 /dev/vg03&lt;BR /&gt;# mkfs -F vxfs -o largefiles /dev/vg03/rlvol1&lt;BR /&gt;# newfs -F vxfs -o largefiles /dev/vg03/rlovl1&lt;BR /&gt;&lt;BR /&gt;Would I need to add anything to /etc/fstab to ensure that large file support is enabled following reboots?&lt;BR /&gt;&lt;BR /&gt;Any advice, comments, clarification would be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Scott</description>
      <pubDate>Wed, 18 Jun 2003 18:37:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001357#M126501</guid>
      <dc:creator>Scott G. Gallup</dc:creator>
      <dc:date>2003-06-18T18:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Raw disk with large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001358#M126502</link>
      <description>mkdir /dev/vg03&lt;BR /&gt;mknod /dev/vg03/group c 64 0x010000&lt;BR /&gt;pvcreate /dev/rdsk/c0t5d0 vgcreate /dev/vg03 /dev/rdsk/c0t5d0&lt;BR /&gt;lvcreate -L 8672 -i 3 -I 64 -n rvol1 /dev/vg03&lt;BR /&gt;newfs -F vxfs -o largefiles /dev/vg03/rvol1&lt;BR /&gt;&lt;BR /&gt;/etc/fstab&lt;BR /&gt;&lt;BR /&gt;/dev/vg03/rvol1 /rvol1 vxfs rw,suid,largefiles,delaylog,datainlog 0 2</description>
      <pubDate>Wed, 18 Jun 2003 18:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001358#M126502</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-06-18T18:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Raw disk with large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001359#M126503</link>
      <description>For a raw disk, you would not create a file system in the logical volume. You would make the logical volume available to INFORMIX and let it determine how the space is used.&lt;BR /&gt;&lt;BR /&gt;You *can* create a file system on the logical volume, but then it is no longer considered raw (some call it "cooked").&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Marty</description>
      <pubDate>Wed, 18 Jun 2003 18:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001359#M126503</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2003-06-18T18:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Raw disk with large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001360#M126504</link>
      <description>The pvcreate and vgcreate are separate commands I have noticed that some times when you reply to a question it dosn't post the way you tiped it :(</description>
      <pubDate>Wed, 18 Jun 2003 18:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001360#M126504</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-06-18T18:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Raw disk with large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001361#M126505</link>
      <description>Hi Scott:&lt;BR /&gt;&lt;BR /&gt;You managed to totally confuse me as well. Is it largefiles or raw disks? The two have absolutely nothing to do with each other. If you are using raw disks then a filesystem doesn't even come into the picture and thus the largefile mount option is meaningless. &lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 18:56:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001361#M126505</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-06-18T18:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Raw disk with large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001362#M126506</link>
      <description>Hi Scott,&lt;BR /&gt;&lt;BR /&gt;If you are going to use it as a raw disk (using the device file /dev/vg03/rlvol1), then you do not need to bother about large files. &lt;BR /&gt;&lt;BR /&gt;If your plan is to use the filesystem (using the device file /dev/vg03/lvol1 by mounting it on some directory), then your method is correct. You do not need to add anything to the fstab. If largefiles is enabled, it will be mounted with it by default. TO verify it do the following.&lt;BR /&gt;&lt;BR /&gt;#mkdir /test&lt;BR /&gt;#mount /dev/vg03/lvol1 /test&lt;BR /&gt;#mkfs -m /dev/vg03/lvol1&lt;BR /&gt;&lt;BR /&gt;It should printout whether the filesystem is with largefiles or not.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 18 Jun 2003 19:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001362#M126506</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-06-18T19:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Raw disk with large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001363#M126507</link>
      <description>Hi,&lt;BR /&gt;This must be a misunderstanding. If an application (e.g. uses a raw device the OS dont bother about the structure on this device. From HP-UX point ov view it is only a large bunch of bytes. It is up to the application how it is used.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 19:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001363#M126507</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2003-06-18T19:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Raw disk with large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001364#M126508</link>
      <description>Thanks to everyone who has responded. Apparently my confusion, and thus everyone else's, is due ignorance on my part (first time that I've ever used raw disk devices).&lt;BR /&gt;&lt;BR /&gt;If I understand Sri &amp;amp; Clay correctly I am making a mountain out of a molehill. A dba-type helping me convert an Informix database wants to use raw disk but then said that large file support needed to be enabled on the device because the combined size of all the tables will be greater than 2Gb.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 18 Jun 2003 19:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001364#M126508</guid>
      <dc:creator>Scott G. Gallup</dc:creator>
      <dc:date>2003-06-18T19:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Raw disk with large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001365#M126509</link>
      <description>You simply need to stop at the lvcreate step. Your other option is to use real raw disk and just use the /dev/rdsk/c0t5d0 but, in general, the LVM overhead is so slight and the flexibility it offers (like striping across multiple raw disks or mirroring) that the almost unmeasurable overhead is well worth it.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 19:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001365#M126509</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-06-18T19:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Raw disk with large file support</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001366#M126510</link>
      <description>Here is another thread you may want to review.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf75228c64656d71190080090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf75228c64656d71190080090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Since you mentioned that a dba-type started you on this path he/she may want to read it also.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jun 2003 12:50:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-disk-with-large-file-support/m-p/3001366#M126510</guid>
      <dc:creator>Dave Wherry</dc:creator>
      <dc:date>2003-06-19T12:50:06Z</dc:date>
    </item>
  </channel>
</rss>

