<?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: Slicing up disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041049#M432880</link>
    <description>Thanks</description>
    <pubDate>Wed, 18 Apr 2007 10:22:09 GMT</pubDate>
    <dc:creator>MikeL_4</dc:creator>
    <dc:date>2007-04-18T10:22:09Z</dc:date>
    <item>
      <title>Slicing up disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041043#M432874</link>
      <description>We have a client that is running HPUX 11i Ver 2. They have several SAN attached 73Gb disk that are used by Oracle RAC. They want to slice the 73Gb disk up into smaller disk so the smaller units can be used as raw space in Oracle.&lt;BR /&gt;&lt;BR /&gt;Is there a way to slice up a disk into smaller units ?</description>
      <pubDate>Wed, 18 Apr 2007 09:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041043#M432874</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2007-04-18T09:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Slicing up disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041044#M432875</link>
      <description>Yes, but why not using LVOLs as raw space?</description>
      <pubDate>Wed, 18 Apr 2007 09:58:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041044#M432875</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-04-18T09:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Slicing up disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041045#M432876</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;yes, levcreate&lt;BR /&gt;&lt;BR /&gt;lvcreate -L 100 -n oradata vgora /dev/dsk/c1t10d0&lt;BR /&gt;&lt;BR /&gt;create a 100 MB partition named oradata in volume group vgora on disk /dev/dsk/c1t10d0&lt;BR /&gt;&lt;BR /&gt;That carves it up quite nicely.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 18 Apr 2007 09:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041045#M432876</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-18T09:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Slicing up disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041046#M432877</link>
      <description>That's what I suggested to the client, but they are asking for a way to physically slice up a disk for there use... I think they are coming from a Solaris environment to HP..</description>
      <pubDate>Wed, 18 Apr 2007 10:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041046#M432877</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2007-04-18T10:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Slicing up disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041047#M432878</link>
      <description>Sure, that is classic LVM. Rather than using /dev/rdsk/cXtYdZ as an Oracle device, use the same disk to create an LVM volume group and then create Logical Volumes such as /dev/vg05/rlvol1, /dev/vg05/rlvol2, ... which then become your Oracle raw devices.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041047#M432878</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-04-18T10:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Slicing up disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041048#M432879</link>
      <description>The last version of HP-UX that could create disk slices was HP-UX 9.x; later version can use the partitioned disk but not create them. Of course, disk slices have come back with IPF but the far better way to do what you are trying to do under HP-UX is LVM. If they are concerned about LVM overhead, it is all but zero. There is one extra level of kernel device switch overhead that basically reads a table to find that logical block 6512 of /dev/vg05/rlvol3 actually resides on block 512234 of /dev/dsk/c32t4d5. This indirection is all but impossible to measure and allows much more flexibility than hard disk slices.</description>
      <pubDate>Wed, 18 Apr 2007 10:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041048#M432879</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-04-18T10:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Slicing up disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041049#M432880</link>
      <description>Thanks</description>
      <pubDate>Wed, 18 Apr 2007 10:22:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/slicing-up-disk/m-p/5041049#M432880</guid>
      <dc:creator>MikeL_4</dc:creator>
      <dc:date>2007-04-18T10:22:09Z</dc:date>
    </item>
  </channel>
</rss>

