<?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: removing old alternate link (LVM) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895221#M613353</link>
    <description>Did you run "vgredice -f /dev/vg_dstage" without /dev/dsk/c2t4d0 and what was the result?&lt;BR /&gt;&lt;BR /&gt;Yang</description>
    <pubDate>Thu, 09 Nov 2006 05:35:43 GMT</pubDate>
    <dc:creator>Yang Qin_1</dc:creator>
    <dc:date>2006-11-09T05:35:43Z</dc:date>
    <item>
      <title>removing old alternate link (LVM)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895218#M613350</link>
      <description>Hello,&lt;BR /&gt;i have to reduce a VG of an alternate link that is no more visible.&lt;BR /&gt;Simply vgreducing does not work, and also vgreduce - f does not work (-i redice an old disk not available, not an alternate link not available).&lt;BR /&gt;&lt;BR /&gt;Is there any other way to reduce that link without vgexport/vgimport?&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;RV</description>
      <pubDate>Thu, 09 Nov 2006 04:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895218#M613350</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2006-11-09T04:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: removing old alternate link (LVM)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895219#M613351</link>
      <description>Hi, can you post vgdisplay error, vgreduce error, "strings /etc/lvmtab" output for that vg. So that we can have a little bit more information. I assume that alternate link is marked as "NO_HW" in output of "ioscan -fnCdisk" or it is not there any more? &lt;BR /&gt;&lt;BR /&gt;Did you tried to recreate lvmtab (mv /etc/lvmtab ot lvmtab.orig then vrscan -a) and run "vgreduce -f vg##"?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Yang</description>
      <pubDate>Thu, 09 Nov 2006 04:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895219#M613351</guid>
      <dc:creator>Yang Qin_1</dc:creator>
      <dc:date>2006-11-09T04:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: removing old alternate link (LVM)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895220#M613352</link>
      <description>Hi,&lt;BR /&gt;here are the outputs:&lt;BR /&gt;#strings /etc/lvmtab&lt;BR /&gt;/dev/vg_dstage&lt;BR /&gt;/dev/dsk/c2t4d0&lt;BR /&gt;/dev/dsk/c14t4d0&lt;BR /&gt;/dev/dsk/c16t4d0&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnCdisk&lt;BR /&gt;the disk is not shown (maybe a reboot has been performed after the link gone away)&lt;BR /&gt;&lt;BR /&gt;#vgreduce vg_dstage /dev/dsk/c2t4d0&lt;BR /&gt;vgreduce: Couldn't query physical volume "/dev/dsk/c2t4d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;&lt;BR /&gt;#vgdisplay -v vg_dstage&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c2t4d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg_dstage&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available, exclusive&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;Open LV                     1&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               3473&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            4&lt;BR /&gt;Total PE                    3472&lt;BR /&gt;Alloc PE                    3472&lt;BR /&gt;Free PE                     0&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c2t4d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg_dstage/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            13888&lt;BR /&gt;   Current LE                  3472&lt;BR /&gt;   Allocated PE                3472&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c14t4d0&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "/dev/dsk/c2t4d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;vgdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;   PV Name                     /dev/dsk/c16t4d0 Alternate Link&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    3472&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I would like to avoid using vgscan -a because there are a lot of other VG i want leave there.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Nov 2006 04:53:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895220#M613352</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2006-11-09T04:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: removing old alternate link (LVM)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895221#M613353</link>
      <description>Did you run "vgredice -f /dev/vg_dstage" without /dev/dsk/c2t4d0 and what was the result?&lt;BR /&gt;&lt;BR /&gt;Yang</description>
      <pubDate>Thu, 09 Nov 2006 05:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895221#M613353</guid>
      <dc:creator>Yang Qin_1</dc:creator>
      <dc:date>2006-11-09T05:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: removing old alternate link (LVM)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895222#M613354</link>
      <description>the result was nothing, also in output: simply vgreduce -f works only with disk no more available, not with alternate link no more available.</description>
      <pubDate>Thu, 09 Nov 2006 05:37:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895222#M613354</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2006-11-09T05:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: removing old alternate link (LVM)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895223#M613355</link>
      <description>If you don't want to run vgscan -a to recreate lvmtab, did you already run "vgreduce -l /dev/vg_dstage /dev/dsk/c2t4d0"? this will normally remove /dev/dsk/c2t4d0" from lvmtab. If the alternate link is no longer in lvmtab, hopefully, after next reboot, it will be removed from vg_dstage.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Yang</description>
      <pubDate>Thu, 09 Nov 2006 06:34:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895223#M613355</guid>
      <dc:creator>Yang Qin_1</dc:creator>
      <dc:date>2006-11-09T06:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: removing old alternate link (LVM)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895224#M613356</link>
      <description>it works, i missed the -l option</description>
      <pubDate>Thu, 09 Nov 2006 07:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-old-alternate-link-lvm/m-p/3895224#M613356</guid>
      <dc:creator>Roberto Volsa</dc:creator>
      <dc:date>2006-11-09T07:29:32Z</dc:date>
    </item>
  </channel>
</rss>

