<?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: vgreduce crashed disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066629#M630835</link>
    <description>NO POINTS for me... just an observation...&lt;BR /&gt;&lt;BR /&gt;Okay, you say primary boot path failed and system booted to alternate and came up fine...Logic seems to say that you can do an online replacement and mkboot and such vgcfgrestore/vgsync etc... commands to get it back in...&lt;BR /&gt;&lt;BR /&gt;but for some reason it failed to recog the disk when you replacd it at single user mode...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;_________________________&lt;BR /&gt;This is curious to me why the replacement disk with vgcfgrestore failed...&lt;BR /&gt;&lt;BR /&gt;It is almost as if the OS refused to recognize the disk... You usually only see this with a disk that has been removed and it wasnt reduced beforehand...&lt;BR /&gt;&lt;BR /&gt;Im curious if the disk was ever recognized by ioscan? Did you run an ioscan?&lt;BR /&gt;&lt;BR /&gt;I agree that you should have reinstalled the bad disk and tried to reduce it out...&lt;BR /&gt;&lt;BR /&gt;also weird is that the trick I have used occasionally is to lvremove -0 the lvols from that disk  or lvremove -m 0...&lt;BR /&gt;&lt;BR /&gt;_______________________________________&lt;BR /&gt;*light bulb goes off*&lt;BR /&gt;Actually i would have tried using vgscan... wiht the new disk in place or maybe with NO disk in there&lt;BR /&gt;&lt;BR /&gt;(IE... &lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab&lt;BR /&gt;vgscan&lt;BR /&gt;&lt;BR /&gt;This should restore the lvmtab and then you can vgcfgrestore and read the disk to the vg00 and reestablish the mirror...&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 10 Sep 2003 14:49:42 GMT</pubDate>
    <dc:creator>Todd McDaniel_1</dc:creator>
    <dc:date>2003-09-10T14:49:42Z</dc:date>
    <item>
      <title>vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066617#M630823</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;Recently we powered down a K570 server running HP-UX 11i in order to add some new hardware. When the server rebooted, the primary boot disk failed, but it was still able to boot from the mirror on the alternate boot disk. The faulty disk was replaced and now I need to mirror the alternate boot disk onto this new primary boot disk.&lt;BR /&gt;&lt;BR /&gt;The problem is that I cannot seem to remove /dev/dsk/c0t6d0 from vg00. I will list the output of the commands which I have used in an attempt to remove it&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sudo vgreduce -f vg00 | more&lt;BR /&gt;&lt;BR /&gt;vgreduce: Couldn't query physical volume "/dev/dsk/c0t6d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;Not all extents are free. i.e. Out of 4340 PEs, only 271 are free.&lt;BR /&gt;You must free all PEs using lvreduce/lvremove before the PV can be removed.&lt;BR /&gt;Example: lvreduce -A n -m 0 /dev/vg01/lvol1.&lt;BR /&gt;         lvremove -A n /dev/vg01/lvol1&lt;BR /&gt;Here's the map of used PEs.......&lt;BR /&gt;&lt;BR /&gt;sudo lvreduce -m 0 /dev/vg00/lvol1 /dev/dsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;lvreduce: Warning: couldn't query physical volume "/dev/dsk/c0t6d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;lvreduce: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;lvreduce: Physical volume "/dev/dsk/c0t6d0" does not belong&lt;BR /&gt;to volume group "/dev/vg00".&lt;BR /&gt;Logical volume "/dev/vg00/lvol1" is not reduced.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pvdisplay /dev/dsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;pvdisplay: Warning: couldn't query physical volume "/dev/dsk/c0t6d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;pvdisplay: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;pvdisplay: Couldn't retrieve the names of the physical volumes&lt;BR /&gt;belonging to volume group "/dev/vg00".&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c0t6d0".&lt;BR /&gt;&lt;BR /&gt;I also moved /etc/lvmtab to /etc/lvmtab.old&lt;BR /&gt;and ran vgscan:&lt;BR /&gt;&lt;BR /&gt;sudo vgscan -a&lt;BR /&gt;&lt;BR /&gt;Creating "/etc/lvmtab".&lt;BR /&gt;Couldn't stat physical volume "/dev/dsk/c1t2d0":&lt;BR /&gt;Invalid argument&lt;BR /&gt;&lt;BR /&gt;Following Physical Volumes belong to one Volume Group.&lt;BR /&gt;Unable to match these Physical Volumes to a Volume Group.&lt;BR /&gt;Use the vgimport command to complete the process.&lt;BR /&gt;/dev/dsk/c0t1d0&lt;BR /&gt;/dev/dsk/c0t4d0&lt;BR /&gt;&lt;BR /&gt;But strings /etc/lvmtab still yields c0t6d0:&lt;BR /&gt;&lt;BR /&gt;sudo strings /etc/lvmtab&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t5d0&lt;BR /&gt;/dev/dsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;sudo diskinfo /dev/rdsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;SCSI describe of /dev/rdsk/c0t6d0:&lt;BR /&gt;             vendor: SEAGATE&lt;BR /&gt;         product id: ST318275LC&lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 17783240 Kbytes&lt;BR /&gt;   bytes per sector: 512&lt;BR /&gt;&lt;BR /&gt;Should I unplug the SCSI cable from the new disk and run ioscan and vgscan? Must one power the box down when unplugging HDD's?&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 10:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066617#M630823</guid>
      <dc:creator>Ruan_3</dc:creator>
      <dc:date>2003-09-09T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066618#M630824</link>
      <description>Why are you trying to vgreduce the disk out of the vg?&lt;BR /&gt;all you need to do is do a vgcfgrestore to hte new disk, this will write the correct lvm info back to hte disk, an dthen you just do a vgsync which will mirror up the lv's&lt;BR /&gt;man vgcfgrestore</description>
      <pubDate>Tue, 09 Sep 2003 10:17:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066618#M630824</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-09-09T10:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066619#M630825</link>
      <description>You must use the lvreduce with the "-k" option, because you have some missing phisilca disks.&lt;BR /&gt;&lt;BR /&gt;Once this is done, go with the vgreduce -f and you are done.&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 10:17:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066619#M630825</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-09T10:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066620#M630826</link>
      <description>Hi Ruan,&lt;BR /&gt;&lt;BR /&gt;Why do you wan't to remove /dev/dsk/c0t6d0, you just have to restore the vg information to the disk (man vgcfgrestore) and resync the disk. &lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Tue, 09 Sep 2003 10:23:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066620#M630826</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-09-09T10:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066621#M630827</link>
      <description>I have already tried vgcfgrestore and vgsync:&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n /dev/vg00 /dev/rdsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore: Couldn't query physical volume "/dev/dsk/c0t6d0":&lt;BR /&gt;The specified path does not correspond to physical volume attached to&lt;BR /&gt;this volume group&lt;BR /&gt;Volume Group configuration has been restored to /dev/rdsk/c0t6d0&lt;BR /&gt;&lt;BR /&gt;vgsync vg00&lt;BR /&gt;&lt;BR /&gt;vgsync: Couldn't re-synchronize stale partitions of the logical volume:&lt;BR /&gt;I/O error&lt;BR /&gt;vgsync: Couldn't resynchronize logical volume "/dev/vg00/lvol1".&lt;BR /&gt;vgsync: Couldn't resynchronize volume group "vg00".&lt;BR /&gt;&lt;BR /&gt;lvreduce -k also does not seem to do the job&lt;BR /&gt;&lt;BR /&gt;lvreduce -k -m 0 /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;Physical extents on remaining physical volumes are stale or&lt;BR /&gt;Remaining physical volumes are not responding.&lt;BR /&gt;lvreduce: The LVM device driver failed to reduce mirrors on&lt;BR /&gt;the logical volume "/dev/vg00/lvol1"</description>
      <pubDate>Tue, 09 Sep 2003 10:24:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066621#M630827</guid>
      <dc:creator>Ruan_3</dc:creator>
      <dc:date>2003-09-09T10:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066622#M630828</link>
      <description>I had the same issue about 6 months ago - had to put the "bad" disk back in, then I was able to lvreduce, vgreduce it out.&lt;BR /&gt;&lt;BR /&gt;You may also have to boot into lvm maintenance mode to perform the tasks...&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt; hpux -lm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 09 Sep 2003 12:00:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066622#M630828</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-09-09T12:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066623#M630829</link>
      <description>Actually, you need to boot with:&lt;BR /&gt;&lt;BR /&gt;ISL&amp;gt;hpux -lq&lt;BR /&gt;&lt;BR /&gt; hpux(1M)                                                           hpux(1M)&lt;BR /&gt;&lt;BR /&gt;-lq                       Boot the system with quorum override option. This option is used in a scenario where a disk is removed from the system or is otherwise unavailable, but the corresponding entry for the physical volume has not yet been removed from the volume group using vgreduce.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 12:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066623#M630829</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-09-09T12:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066624#M630830</link>
      <description>You need to boot in LVM maintenance mode (hpux -lm) and then recreate LVM defenitions with 'vgcfgrestore'. You need to reactivate the vg and have to use mkboot and lvlnboot commands. Read this document which lists all steps (TKB #LVMKBRC00006116):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068955762" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000068955762&lt;/A&gt;</description>
      <pubDate>Tue, 09 Sep 2003 12:33:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066624#M630830</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-09-09T12:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066625#M630831</link>
      <description>Specify the missing disk:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvreduce -k -m 0 /dev/vg00/lvol1 /dev/dsk/BAD_DISK&lt;BR /&gt;&lt;BR /&gt;otherwise it will try to reduce the PE from the existing mirror.&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Sep 2003 13:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066625#M630831</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-09T13:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066626#M630832</link>
      <description>On my opinion the right way is:&lt;BR /&gt;&lt;BR /&gt;DO not TRY to remove your disk from vg00 !&lt;BR /&gt;&lt;BR /&gt;(all on line)&lt;BR /&gt;&lt;BR /&gt;vgcfgrestore -n .... : OK !&lt;BR /&gt;As it is a boot disk : mkboot /dev/rdsk/c0t6d0&lt;BR /&gt;recover boot data    : lvlnboot -R&lt;BR /&gt;integrate your new disk in vg00 : &lt;BR /&gt;                       vgchange -a y vg00&lt;BR /&gt;restynchronize the vg : vgsync vg00&lt;BR /&gt;&lt;BR /&gt;many links deal with this issue in ITRC&lt;BR /&gt;&lt;BR /&gt;hope this help&lt;BR /&gt;&lt;BR /&gt;Vince</description>
      <pubDate>Wed, 10 Sep 2003 05:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066626#M630832</guid>
      <dc:creator>Vincent DANTEN</dc:creator>
      <dc:date>2003-09-10T05:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066627#M630833</link>
      <description>Replacing a Boot Disk with Mirror step by step (from LVM student workbook):&lt;BR /&gt;1. Load system in single user mode&lt;BR /&gt;2. mount filesystems &lt;BR /&gt;mount -a&lt;BR /&gt;3. Restore LVM configuration structures &lt;BR /&gt;vgcfgrestore -n vg00 /dev/drsk/cItTd0&lt;BR /&gt;4. Rebuild the boot area&lt;BR /&gt;mkboot /dev/rdsk/cItTd0&lt;BR /&gt;mkboot -a "hpux -lq" /dev/rdsk/cItTd0&lt;BR /&gt;5.Reactivate the volume group an check your vg and lv status&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;vgdisplay -v vg00&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol1&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol2&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol3&lt;BR /&gt;6. Resync physical extents&lt;BR /&gt;vgsync vg00&lt;BR /&gt;7. Verify that both mirrors are current again&lt;BR /&gt;vgdisplay -v vg00&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol1&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol2&lt;BR /&gt;lvdisplay -v /dev/vg00/lvol3&lt;BR /&gt;8. Reboot the system ensure the recovery was sucessful&lt;BR /&gt;shutdown -ry 0</description>
      <pubDate>Wed, 10 Sep 2003 10:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066627#M630833</guid>
      <dc:creator>Artyom Voronchihin</dc:creator>
      <dc:date>2003-09-10T10:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066628#M630834</link>
      <description>vgcfgrestore and vgscan was not doing the trick. I'm not sure, but I think it is because /etc/lvmconf/vg00.conf still contained the replaced disk. &lt;BR /&gt;&lt;BR /&gt;I used "vgcfgrestore -n vg00 -l" o view the contents of this file. So I RTFM'd and found the -l option for vgreduce.&lt;BR /&gt;&lt;BR /&gt;Extract from man:&lt;BR /&gt;&lt;BR /&gt;-l pv_path     This option removes the specified pv_path/s from&lt;BR /&gt;                          the lvmtab file.  This task will only be performed&lt;BR /&gt;                          if the pv_path is currently marked as missing from&lt;BR /&gt;                          the volume group.&lt;BR /&gt;&lt;BR /&gt;Did the vgreduce and then used my mirroring cook book&lt;BR /&gt;&lt;BR /&gt;# vgreduce -l /dev/vg00 /dev/dsk/c0t6d0&lt;BR /&gt;# pvcreate -f -B /dev/rdsk/c0t6d0 &lt;BR /&gt;# vgextend -g PVG2 vg00 /dev/dsk/c0t6d0 &lt;BR /&gt;# rmboot /dev/rdsk/c0t6d0&lt;BR /&gt;# mkboot -l /dev/rdsk/c0t6d0 &lt;BR /&gt;# lifls ???l /dev/rdsk/c0t6d0 &lt;BR /&gt;# mkboot -a ???hpux ???lq??? /dev/rdsk/c0t6d0 &lt;BR /&gt;# mkboot -a ???hpux ???lq??? /dev/rdsk/c0t5d0 &lt;BR /&gt;# lifcp /dev/rdsk/c0t6d0:AUTO - &lt;BR /&gt;# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p LABEL -p PAD /dev/rdsk/c0t5d0 &lt;BR /&gt;# lvlnboot -b /dev/vg00/lvol1 &lt;BR /&gt;# lvlnboot -r /dev/vg00/lvol3 &lt;BR /&gt;# lvlnboot -s /dev/vg00/lvol2 &lt;BR /&gt;# lvlnboot -d /dev/vg00/lvol2 &lt;BR /&gt;# setboot ???a 10/0.6.0 &lt;BR /&gt;# for N in 1 2 3 4 6 6 7 8 &lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; lvextend -m /dev/vg00/lvol$N /dev/dsk/c0t6d0 &lt;BR /&gt;&amp;gt; done &lt;BR /&gt;&lt;BR /&gt;But then I got &lt;BR /&gt;&lt;BR /&gt;vgcfgbackup: Invalid LVMREC on Physical Volume /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;while vgextend'ing&lt;BR /&gt;&lt;BR /&gt;So I had to run vgcfgrestore on /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;#vgcfgrestore -n vg00 /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for all your help guys!!</description>
      <pubDate>Wed, 10 Sep 2003 12:10:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066628#M630834</guid>
      <dc:creator>Ruan_3</dc:creator>
      <dc:date>2003-09-10T12:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066629#M630835</link>
      <description>NO POINTS for me... just an observation...&lt;BR /&gt;&lt;BR /&gt;Okay, you say primary boot path failed and system booted to alternate and came up fine...Logic seems to say that you can do an online replacement and mkboot and such vgcfgrestore/vgsync etc... commands to get it back in...&lt;BR /&gt;&lt;BR /&gt;but for some reason it failed to recog the disk when you replacd it at single user mode...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;_________________________&lt;BR /&gt;This is curious to me why the replacement disk with vgcfgrestore failed...&lt;BR /&gt;&lt;BR /&gt;It is almost as if the OS refused to recognize the disk... You usually only see this with a disk that has been removed and it wasnt reduced beforehand...&lt;BR /&gt;&lt;BR /&gt;Im curious if the disk was ever recognized by ioscan? Did you run an ioscan?&lt;BR /&gt;&lt;BR /&gt;I agree that you should have reinstalled the bad disk and tried to reduce it out...&lt;BR /&gt;&lt;BR /&gt;also weird is that the trick I have used occasionally is to lvremove -0 the lvols from that disk  or lvremove -m 0...&lt;BR /&gt;&lt;BR /&gt;_______________________________________&lt;BR /&gt;*light bulb goes off*&lt;BR /&gt;Actually i would have tried using vgscan... wiht the new disk in place or maybe with NO disk in there&lt;BR /&gt;&lt;BR /&gt;(IE... &lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab&lt;BR /&gt;vgscan&lt;BR /&gt;&lt;BR /&gt;This should restore the lvmtab and then you can vgcfgrestore and read the disk to the vg00 and reestablish the mirror...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Sep 2003 14:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066629#M630835</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-09-10T14:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: vgreduce crashed disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066630#M630836</link>
      <description>My situation and the advice I got from a HP CE that was on site:&lt;BR /&gt;&lt;BR /&gt;I've seen something similar to this twice in one week on two totally different systems that we lost mirrored disks on.&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.00 on a K450 with the bad disk in a Jamaica.&lt;BR /&gt;&lt;BR /&gt;HP-UX 11i on an L3000 with the bad disk in a DS2300.&lt;BR /&gt;&lt;BR /&gt;In both cases the system did not recognize that the bad drive was removed when we went to replace it. You could run ioscan, pvdisplay, and lvdisplay on the disk and it still thought the disk was there. The only way I could think to make it recognize that the the disk was removed (with out jepardizing data) was to put the bad disk back in the server, shutdown, remove the disk and boot up. I didn't like this at all because I wasn't planning on having to boot the system, why should I've had to, the disks are hot swapable...&lt;BR /&gt;&lt;BR /&gt;I then got all the error reponses that I expected to see before (entire disk stale/unavailable, etc). I then continued and replaced the disk as you normally would.&lt;BR /&gt;&lt;BR /&gt;We then had an HP CE in to replace a bad SCSI controller on another system and I asked him about it. He told me that he ALWAYS does a vgreduce of the disk, regardless of it's role as a boot or not before removing the bad drive. He says that he's seen LVM not recognize removed disks when pulled and even LVM just freezing up a system when pulling a hot swappable drive and has never had a problem at all if he vgreduced the disk out of the vg first. Any comments on this?</description>
      <pubDate>Fri, 12 Sep 2003 02:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgreduce-crashed-disk/m-p/3066630#M630836</guid>
      <dc:creator>Glen Trevino</dc:creator>
      <dc:date>2003-09-12T02:46:34Z</dc:date>
    </item>
  </channel>
</rss>

