<?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 partition in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911185#M107322</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;I agree with Monasingh's messgage.&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/cxtxdx (cxtxdx is the disk) &lt;BR /&gt;#mkdir /dev/vg01 (assuimg you are crating volume group 01) &lt;BR /&gt;#cd /dev/vg01 &lt;BR /&gt;#mknod group c 64 0x010000 &lt;BR /&gt;#vgcreate vg01 /dev/dsk/cxtxdx &lt;BR /&gt;(vg 01 has been created now) &lt;BR /&gt;#lvcreate -L &lt;SIZE&gt; /dev/vg01 &lt;BR /&gt;&lt;BR /&gt;after created logical volume in your system, you can see rlvolX and lvolX logical volumes in the /dev/vg01.&lt;BR /&gt;----------------------------&lt;BR /&gt;rlvolX : raw(character) device file&lt;BR /&gt;&lt;BR /&gt;lvolX : Block device file&lt;BR /&gt;&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;good luck!!&lt;/SIZE&gt;</description>
    <pubDate>Mon, 24 Feb 2003 08:18:30 GMT</pubDate>
    <dc:creator>KCS_1</dc:creator>
    <dc:date>2003-02-24T08:18:30Z</dc:date>
    <item>
      <title>raw partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911182#M107319</link>
      <description>How do I create a raw partition on HP-UX 11.x?&lt;BR /&gt;After I pvcreate the disk, do I use hfs or vxfs. Can someone straighten me out on this?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Si</description>
      <pubDate>Mon, 24 Feb 2003 05:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911182#M107319</guid>
      <dc:creator>Simon_51</dc:creator>
      <dc:date>2003-02-24T05:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: raw partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911183#M107320</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;you can't create raw partition in HP-UX.&lt;BR /&gt;you can craete file system partitions since hp-ux uses lvm .&lt;BR /&gt;Here is the procedure after pvcraete&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/cxtxdx (cxtxdx is the disk) &lt;BR /&gt;#mkdir /dev/vg01 (assuimg you are crating volume group 01)&lt;BR /&gt;#cd /dev/vg01&lt;BR /&gt;#mknod group c 64 0x010000&lt;BR /&gt;#vgcreate vg01  /dev/dsk/cxtxdx&lt;BR /&gt;(vg 01 has been created now)&lt;BR /&gt;#lvcraete -L &lt;SIZE&gt; /dev/vg01&lt;BR /&gt;#newfs -F vxfs /dev/vg01/rlvolx ( x value returned by previous command)&lt;BR /&gt;#mount /dev/vg01/lvolx /&lt;MOUNT point.=""&gt;&lt;/MOUNT&gt;&lt;BR /&gt;&lt;/SIZE&gt;</description>
      <pubDate>Mon, 24 Feb 2003 06:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911183#M107320</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-02-24T06:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: raw partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911184#M107321</link>
      <description>What you should do is do not create any file system on it.&lt;BR /&gt;&lt;BR /&gt;After creating lvol, just leave it without filesystem after creating . &lt;BR /&gt;Use rlvolx instead of lvol in the application.&lt;BR /&gt;you can not mount the rlvolx but if you use raw partition, the application will access it directly. &lt;BR /&gt;&lt;BR /&gt;hope this helps..</description>
      <pubDate>Mon, 24 Feb 2003 07:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911184#M107321</guid>
      <dc:creator>monasingh_1</dc:creator>
      <dc:date>2003-02-24T07:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: raw partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911185#M107322</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;I agree with Monasingh's messgage.&lt;BR /&gt;&lt;BR /&gt;#pvcreate -f /dev/rdsk/cxtxdx (cxtxdx is the disk) &lt;BR /&gt;#mkdir /dev/vg01 (assuimg you are crating volume group 01) &lt;BR /&gt;#cd /dev/vg01 &lt;BR /&gt;#mknod group c 64 0x010000 &lt;BR /&gt;#vgcreate vg01 /dev/dsk/cxtxdx &lt;BR /&gt;(vg 01 has been created now) &lt;BR /&gt;#lvcreate -L &lt;SIZE&gt; /dev/vg01 &lt;BR /&gt;&lt;BR /&gt;after created logical volume in your system, you can see rlvolX and lvolX logical volumes in the /dev/vg01.&lt;BR /&gt;----------------------------&lt;BR /&gt;rlvolX : raw(character) device file&lt;BR /&gt;&lt;BR /&gt;lvolX : Block device file&lt;BR /&gt;&lt;BR /&gt;----------------------------&lt;BR /&gt;&lt;BR /&gt;good luck!!&lt;/SIZE&gt;</description>
      <pubDate>Mon, 24 Feb 2003 08:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911185#M107322</guid>
      <dc:creator>KCS_1</dc:creator>
      <dc:date>2003-02-24T08:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: raw partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911186#M107323</link>
      <description>simlpy create an lvol the normal way, to the size you want, but then miss out the last 2 steps (do not newfs it or mount it or add it to /etc/fstab). Now you have a raw filesystem ready to use! (/dev/vgXX/rlvolYY)&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Feb 2003 08:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911186#M107323</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-02-24T08:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: raw partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911187#M107324</link>
      <description>This was very helpful, thank you all.&lt;BR /&gt;&lt;BR /&gt;Si</description>
      <pubDate>Mon, 24 Feb 2003 15:26:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911187#M107324</guid>
      <dc:creator>Simon_51</dc:creator>
      <dc:date>2003-02-24T15:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: raw partition</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911188#M107325</link>
      <description>Of course, your other option is to use the entire disk, e.g. /dev/rdsk/c3t5d0 and bypass LVM completely. Having said this, I would tend to use LVM for raw volumes because the overhead is very slight and the gains in flexibility are quite large.</description>
      <pubDate>Mon, 24 Feb 2003 15:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/raw-partition/m-p/2911188#M107325</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-02-24T15:33:42Z</dc:date>
    </item>
  </channel>
</rss>

