<?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: Help with lvdisplay output in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807521#M83436</link>
    <description>Please pardon my naive doubts, I am quite new to HP-UX.&lt;BR /&gt;&lt;BR /&gt;By plain partitions, I mean the equivalent of "slices" on Solaris. Is it possible to attach and use a disk from pre-LVM era on HP-UX (which doesn't contain volumes, extents etc. but simple disk partitions). So the disk is not initialized as LVM disk, but directly accessed.&lt;BR /&gt;&lt;BR /&gt;Or when I add such a disk, I have to "upgrade/convert" it to LVM disk first, and then start using it?&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt; Nikhil</description>
    <pubDate>Tue, 17 Sep 2002 12:54:21 GMT</pubDate>
    <dc:creator>Nikhil_1</dc:creator>
    <dc:date>2002-09-17T12:54:21Z</dc:date>
    <item>
      <title>Help with lvdisplay output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807517#M83432</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need some help with understanding the lvdisplay output.&lt;BR /&gt;&lt;BR /&gt;1. What is the 'schedule' field in lvdisplay output?&lt;BR /&gt;The man page says "Schedule Striped, sequential or parallel scheduling policy. Striped policy is by default parallel scheduling for mirrored I/O". Could someone please elaborate? What exactly is this scheduling? Who uses it? the controllers? Who creates these schedules?&lt;BR /&gt;&lt;BR /&gt;2. If I have "Logical Extent Based striping" for a volume (the concept is very similar to RAID 1 + 0), then what does the lvdisplay output look like (will it have non-zero values for the "Mirror copies" and "Stripes" fields in lvdisplay? How do I find out whether the given volume uses "Logical Extent Based striping"?&lt;BR /&gt;&lt;BR /&gt;3. Does HP-UX LVM support RAID5? If yes, how do I detect it using the LVM commands?&lt;BR /&gt;&lt;BR /&gt;If it possible for someone to send me the output of lvdisplay for RAID0, RAID1, RAID 1 + 0 (mirroring with LE based striping), that would be tremendous!&lt;BR /&gt;&lt;BR /&gt;With best regards,&lt;BR /&gt; Nikhil</description>
      <pubDate>Tue, 17 Sep 2002 09:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807517#M83432</guid>
      <dc:creator>Nikhil_1</dc:creator>
      <dc:date>2002-09-17T09:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help with lvdisplay output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807518#M83433</link>
      <description>1. Theres really only 2 schedules; parallel for mirrored or extend-based mirrors (1st and 3rd examples in 3. below) or if you use the -i -I options for striping then its a striped schedule. Schedule basically means lvm formatting policy (normal = parallel or striped for striped which means the lvm format is completely different).&lt;BR /&gt;&lt;BR /&gt;2. Mirror copies will still display 0 (no mirrors). You can see the differences in the example output below.&lt;BR /&gt;&lt;BR /&gt;3. No. But with HP-UX 11i you can install Veritas Volume manager (and use it instead of LVM) and it does support Raid5 using software.&lt;BR /&gt;&lt;BR /&gt;Output from a MIRRORED logical volume&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/lvol4&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            120             &lt;BR /&gt;Current LE                  30        &lt;BR /&gt;Allocated PE                60          &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  strict                    &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;&lt;BR /&gt;Output from a STRIPED logical volume (over 2 disks);&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg02/lvol1&lt;BR /&gt;VG Name                     /dev/vg02&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    striped      &lt;BR /&gt;LV Size (Mbytes)            104             &lt;BR /&gt;Current LE                  26        &lt;BR /&gt;Allocated PE                26          &lt;BR /&gt;Stripes                     2       &lt;BR /&gt;Stripe Size (Kbytes)        64                  &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  strict                    &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;&lt;BR /&gt;Output from a STRIPED and MIRRORED lvol (striped over 2 disks mirrored to 2 other disks but as its extent based striping the Stripes value below is 0 - its using the PE size of 4Mb for each stripe);&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg02/lvol1&lt;BR /&gt;VG Name                     /dev/vg02&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               1            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel     &lt;BR /&gt;LV Size (Mbytes)            400             &lt;BR /&gt;Current LE                  100       &lt;BR /&gt;Allocated PE                200         &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   on           &lt;BR /&gt;Allocation                  PVG-strict/distributed&lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name            LE on PV  PE on PV  &lt;BR /&gt;   /dev/dsk/c1t4d0    50        50        &lt;BR /&gt;   /dev/dsk/c1t0d0    50        50        &lt;BR /&gt;   /dev/dsk/c1t3d0    50        50        &lt;BR /&gt;   /dev/dsk/c1t8d0    50        50        &lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 09:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807518#M83433</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-09-17T09:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with lvdisplay output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807519#M83434</link>
      <description>Thanks a lot stefan! This is the information I needed.&lt;BR /&gt;&lt;BR /&gt;So the difference between the output of lvdisplay for a&lt;BR /&gt;- mirrored volume and&lt;BR /&gt;- a mirrored volume with LE based striping&lt;BR /&gt;is in the Allocation field value:&lt;BR /&gt;&lt;BR /&gt;For mirrored: it's strict,&lt;BR /&gt;But for mirrored with LE based striping: it's PVG-strict/distributed&lt;BR /&gt;(stress on distributed? meaning the extents are not from the same PV and distributed across multiple PVs?)&lt;BR /&gt;&lt;BR /&gt;I have another question.&lt;BR /&gt;4. If the disk is not under LVM control, pvdisplay won't show any information about that disk. So if there are plain partitions on the disk, is there a simple tool that will show me the partition layout on that disk (similar to the fdisk/iostat tool on other OSs)?&lt;BR /&gt;(or any documentation link to storage mgmt without LVM on HP-UX would be helpful).&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt; Nikhil</description>
      <pubDate>Tue, 17 Sep 2002 12:32:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807519#M83434</guid>
      <dc:creator>Nikhil_1</dc:creator>
      <dc:date>2002-09-17T12:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with lvdisplay output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807520#M83435</link>
      <description>Hi Nikhil,&lt;BR /&gt;&lt;BR /&gt;"For mirrored: it's strict,  But for mirrored with LE based striping: it's PVG-strict/distributed (stress on distributed? meaning the extents are not from the same PV and distributed across multiple PVs?)"&lt;BR /&gt;&lt;BR /&gt;Yes, distributed in essence means 'striped' across all pv's in the PVG's (physical volume groups. When I added the disks into my lvol I added them into groups by using the -g option)&lt;BR /&gt;&lt;BR /&gt;"I have another question. &lt;BR /&gt;4. If the disk is not under LVM control, pvdisplay won't show any information about that disk. So if there are plain partitions on the disk, is there a simple tool that will show me the partition layout on that disk (similar to the fdisk/iostat tool on other OSs)? (or any documentation link to storage mgmt without LVM on HP-UX would be helpful)."&lt;BR /&gt;&lt;BR /&gt;Yes, pvdisplay wont display anything if not under LVM control. If not under LVM control then what control ? I dont know of any other programs under HP-UX which could control it apart from LVM or VxVM (Veritas vol mgr). Veritas have their own vx... tools to display VxVM partitions. If you know of another application which can partition disks under HP-UX then you need to consult with the makers of thar app for a tool to display their partitions. Even if you are using RAW partitions these are under LVM control - so at least the VG and PV commands will work, just not LV... commands as their are no Lvols on them.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Stefan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 12:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807520#M83435</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-09-17T12:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with lvdisplay output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807521#M83436</link>
      <description>Please pardon my naive doubts, I am quite new to HP-UX.&lt;BR /&gt;&lt;BR /&gt;By plain partitions, I mean the equivalent of "slices" on Solaris. Is it possible to attach and use a disk from pre-LVM era on HP-UX (which doesn't contain volumes, extents etc. but simple disk partitions). So the disk is not initialized as LVM disk, but directly accessed.&lt;BR /&gt;&lt;BR /&gt;Or when I add such a disk, I have to "upgrade/convert" it to LVM disk first, and then start using it?&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt; Nikhil</description>
      <pubDate>Tue, 17 Sep 2002 12:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807521#M83436</guid>
      <dc:creator>Nikhil_1</dc:creator>
      <dc:date>2002-09-17T12:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with lvdisplay output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807522#M83437</link>
      <description>&lt;BR /&gt;"By plain partitions, I mean the equivalent of "slices" on Solaris. Is it possible to attach and use a disk from pre-LVM era on HP-UX (which doesn't contain volumes, extents etc. but simple disk partitions). So the disk is not initialized as LVM disk, but directly accessed."&lt;BR /&gt;&lt;BR /&gt;It is possible to use 'slices' on HP-UX but only with older unsupported versions of HP-UX - 9.05 and older (7.x, 8.x). These were pre LVM days. With 10.x and 11.x you use LVM only - you cannot use slices anymore. You could attach an old disk with 'slices' on but I doubt you could access them at all under HP-UX 10.x and 11.x&lt;BR /&gt;&lt;BR /&gt;"Or when I add such a disk, I have to "upgrade/convert" it to LVM disk first, and then start using it?"&lt;BR /&gt;&lt;BR /&gt;Yes, if you have such an old disk with 'slices' on then once you pvcreate -f it then the old slices are destroyed and it is prepared for LVM by writing an LVM header on it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Sep 2002 12:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807522#M83437</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-09-17T12:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with lvdisplay output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807523#M83438</link>
      <description>This is clear now. Thanks for your help!&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt; Nikhil</description>
      <pubDate>Tue, 17 Sep 2002 13:08:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-with-lvdisplay-output/m-p/2807523#M83438</guid>
      <dc:creator>Nikhil_1</dc:creator>
      <dc:date>2002-09-17T13:08:20Z</dc:date>
    </item>
  </channel>
</rss>

