<?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: disk paths in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-paths/m-p/2654077#M921850</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;1) find out which LV's you want to remove.&lt;BR /&gt;2) Unmount those file systems ( umount /fs1)&lt;BR /&gt;3) Find out LV information ( lvdisplay -v /dev/vg01/lvolx )&lt;BR /&gt;&lt;BR /&gt;In this check the PV names and path to determine the hard disk details.&lt;BR /&gt;4) lvremove lvname&lt;BR /&gt;5) Remove entries from /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, the specific HDD can be part of other LVs too. For a specific HDD info, do 'pvdisplay -v /dev/dsk/cxtxdx'&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
    <pubDate>Mon, 28 Jan 2002 17:58:26 GMT</pubDate>
    <dc:creator>Helen French</dc:creator>
    <dc:date>2002-01-28T17:58:26Z</dc:date>
    <item>
      <title>disk paths</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-paths/m-p/2654073#M921846</link>
      <description>Hi All!&lt;BR /&gt; I have some lvols and I need to remove some. I want to know in wich disk the specific lvol is. How can I do that? Thanx.</description>
      <pubDate>Mon, 28 Jan 2002 17:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-paths/m-p/2654073#M921846</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2002-01-28T17:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: disk paths</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-paths/m-p/2654074#M921847</link>
      <description>Hi Claudio:&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/dsk/lvolX&lt;BR /&gt;&lt;BR /&gt;...will show which physical disks have logical extents for the logical volume in question.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 28 Jan 2002 17:36:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-paths/m-p/2654074#M921847</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-28T17:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: disk paths</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-paths/m-p/2654075#M921848</link>
      <description>Example :&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vg01/lvol2 | more</description>
      <pubDate>Mon, 28 Jan 2002 17:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-paths/m-p/2654075#M921848</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-01-28T17:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: disk paths</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-paths/m-p/2654076#M921849</link>
      <description>Of course in a volume group with multiple disks, you could have lvol's that are one more than one disk, and multiple lvol's can be on a disk.&lt;BR /&gt;&lt;BR /&gt;The first step is to delete (remove) the lvol's you want to remove, then using vgdisplay -v vg## | more (where ## is the volume group number) to see what disks are in your VG. Then using the pvdisplay -v /dev/dsk/name | more (where name is the disk device, like c5t2d0) to see if any lvol's are still using the disk.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 28 Jan 2002 17:53:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-paths/m-p/2654076#M921849</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-01-28T17:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: disk paths</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-paths/m-p/2654077#M921850</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;1) find out which LV's you want to remove.&lt;BR /&gt;2) Unmount those file systems ( umount /fs1)&lt;BR /&gt;3) Find out LV information ( lvdisplay -v /dev/vg01/lvolx )&lt;BR /&gt;&lt;BR /&gt;In this check the PV names and path to determine the hard disk details.&lt;BR /&gt;4) lvremove lvname&lt;BR /&gt;5) Remove entries from /etc/fstab.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Also, the specific HDD can be part of other LVs too. For a specific HDD info, do 'pvdisplay -v /dev/dsk/cxtxdx'&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 28 Jan 2002 17:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-paths/m-p/2654077#M921850</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-01-28T17:58:26Z</dc:date>
    </item>
  </channel>
</rss>

