<?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: lvreduce error The specified path ... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576530#M647237</link>
    <description>Prashant,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer but I don't want to shutdown the system nor do I want to use c0t0d0. &lt;BR /&gt;&lt;BR /&gt;I'd prefer the solution James sent, however I just want to know if there any implications of running vgscan.</description>
    <pubDate>Thu, 06 Sep 2001 19:47:06 GMT</pubDate>
    <dc:creator>Elliott Moskowitz</dc:creator>
    <dc:date>2001-09-06T19:47:06Z</dc:date>
    <item>
      <title>lvreduce error The specified path ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576525#M647232</link>
      <description>HP/UX 11.0 with mirroring.&lt;BR /&gt;&lt;BR /&gt;I am trying to reduce the mirroring on my system disk since I'm having problems with /dev/dsk/c0t0d0. &lt;BR /&gt;&lt;BR /&gt;FYI: After I reduce the mirroring I know how to re-mirror the good disk to a spare disk which is my intention.&lt;BR /&gt;&lt;BR /&gt;The problem I'm having is  as follows:&lt;BR /&gt;&lt;BR /&gt;I tried lvreduce and received the following message:&lt;BR /&gt; &lt;BR /&gt;# lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c0t0d0&lt;BR /&gt;        &lt;BR /&gt;lvreduce: Warning: couldn't query physical volume "/dev/dsk/c0t0d0": &lt;BR /&gt;The specified path does not correspond to physical volume attached to this volume group                                          lvreduce: Warning: couldn't query all of the physical volumes.       &lt;BR /&gt;lvreduce: Physical volume "/dev/dsk/c0t0d0" does not belong to volume group "/dev/vg00".                             &lt;BR /&gt;Logical volume "/dev/vg00/lvol1" is not reduced.                     &lt;BR /&gt;&lt;BR /&gt;If I do a strings on /etc/lvmtab you can see the disk c0t0d0.&lt;BR /&gt;&lt;BR /&gt;# strings /etc/lvmtab&lt;BR /&gt;/dev/vg00            &lt;BR /&gt;/dev/dsk/c2t6d0      &lt;BR /&gt;/dev/dsk/c0t0d0      &lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;When I do a lvdisplay -v /dev/vg00/lvol1 I get the following:&lt;BR /&gt;&lt;BR /&gt;# lvdisplay -v /dev/vg00/lvol1    &lt;BR /&gt;lvdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t0d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to this volume group                                              &lt;BR /&gt;lvdisplay: Warning: couldn't query all of the physical volumes ... &lt;BR /&gt;&lt;BR /&gt;and PV2 show up as questions marks (???) with all extents showing as stale. &lt;BR /&gt;&lt;BR /&gt;Any suggestions on how to get rid of c0t0d0 ?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 17:45:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576525#M647232</guid>
      <dc:creator>Elliott Moskowitz</dc:creator>
      <dc:date>2001-09-06T17:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce error The specified path ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576526#M647233</link>
      <description>HI&lt;BR /&gt;Since the disk c0t0d0 is not recognisable by system now, you will not be able to reduce it from VG. Keep copy of /etc/lvmtab and /etc/lvmconf/vg00.conf, just in case.&lt;BR /&gt;If you want to replace this disk do following.&lt;BR /&gt;1. Shutdown system &lt;BR /&gt;2. Replace the faulty disk.&lt;BR /&gt;3. Boot system in single user mode #hpux -is -lq at ipl prompt.&lt;BR /&gt;4. Do pvcreate on replaced disk&lt;BR /&gt;#pvcreate -f -B /dev/rdsk/c0t0d0&lt;BR /&gt;5. Restore vg information&lt;BR /&gt;#vgcfgrestore -n /dev/vg00 /dev/rdsk/c0t0d0&lt;BR /&gt;6. Activate vg&lt;BR /&gt;#vgchange -a y /dev/vg00&lt;BR /&gt;7. synchronise vg&lt;BR /&gt;#vgsync /dev/vg00&lt;BR /&gt;8. Update BDRA&lt;BR /&gt;#lvlnboot -Rv&lt;BR /&gt;9. Reboot the machine.&lt;BR /&gt;&lt;BR /&gt;10. Check mirror by booting from mirror disk also.&lt;BR /&gt;&lt;BR /&gt;11. Once up update the diag information on disks.&lt;BR /&gt;mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p HPUX -p LABEL -p AUTO /dev/rdsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 18:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576526#M647233</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-09-06T18:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce error The specified path ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576527#M647234</link>
      <description>Hi Elliott:&lt;BR /&gt;&lt;BR /&gt;Take a look at Knowledge Base document #LVMKBRC00006257 (for your convenience, see attachment if you desire).&lt;BR /&gt;&lt;BR /&gt;In particular note the use of the 'disk key' option of 'lvreduce'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 18:33:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576527#M647234</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-06T18:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce error The specified path ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576528#M647235</link>
      <description>James,&lt;BR /&gt;&lt;BR /&gt;I looked at the attachment and see that part of the process is to do a vgscan &lt;BR /&gt;&lt;BR /&gt;3. Further steps&lt;BR /&gt;Rename /etc/lvmtab&lt;BR /&gt;    # mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;Create a new /etc/lvmtab&lt;BR /&gt;    # vgscan ?v&lt;BR /&gt;&lt;BR /&gt;From what I've seen in other threads vgscan isn't the greatest thing to do. &lt;BR /&gt;&lt;BR /&gt;Are there any implications if I run vgscan ?&lt;BR /&gt;Is there a better way to get rid of c0t0d0 ?&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2001 19:06:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576528#M647235</guid>
      <dc:creator>Elliott Moskowitz</dc:creator>
      <dc:date>2001-09-06T19:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce error The specified path ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576529#M647236</link>
      <description>HI&lt;BR /&gt;I had the same problem (mirror disk failure) just day before yesterday, and I recovered it following the steps I listed in my earlier post.&lt;BR /&gt;&lt;BR /&gt;Prashant.</description>
      <pubDate>Thu, 06 Sep 2001 19:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576529#M647236</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2001-09-06T19:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce error The specified path ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576530#M647237</link>
      <description>Prashant,&lt;BR /&gt;&lt;BR /&gt;Thanks for your answer but I don't want to shutdown the system nor do I want to use c0t0d0. &lt;BR /&gt;&lt;BR /&gt;I'd prefer the solution James sent, however I just want to know if there any implications of running vgscan.</description>
      <pubDate>Thu, 06 Sep 2001 19:47:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576530#M647237</guid>
      <dc:creator>Elliott Moskowitz</dc:creator>
      <dc:date>2001-09-06T19:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce error The specified path ...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576531#M647238</link>
      <description>Hi (again) Elliott:&lt;BR /&gt;&lt;BR /&gt;With regard to 'vgscan', the man pages have the guidlines for dealing with alternate links and boot information in a rebuilt /etc/lvmtab.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 06 Sep 2001 20:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-error-the-specified-path/m-p/2576531#M647238</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-09-06T20:04:13Z</dc:date>
    </item>
  </channel>
</rss>

