<?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: what-if hpux11.11 mirror disk is out and want to lvreduce? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341302#M343602</link>
    <description>I got my own answer to number 1.&lt;BR /&gt;1. why won't the box just give it up and realize that c0t4d0 is gone already?&lt;BR /&gt;Answer:  because file /etc/lvmtab says that c0t4d0 is still around.&lt;BR /&gt;Here's what I think is the fix:&lt;BR /&gt;vgscan -a -p -v&lt;BR /&gt;cp -p /etc/lvmtab /root/lvmtab.justincase&lt;BR /&gt;rm /etc/lvmtab&lt;BR /&gt;vgscan -a -v&lt;BR /&gt;&lt;BR /&gt;Scan of Physical Volumes Complete.&lt;BR /&gt;*** LVMTAB has been created successfully.&lt;BR /&gt;*** If PV links are configured in the system.&lt;BR /&gt;*** Do the following to resync information on disk.&lt;BR /&gt;*** #1.   vgchange -a y&lt;BR /&gt;*** #2.  lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;vgchange -a y vg01&lt;BR /&gt;vgchange -a y vg02&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;Now lvlnboot has no complaints.  I don't think I needed that reboot.&lt;BR /&gt;&lt;BR /&gt;Number 2?  The delay in lvreduce?  I can't remove lvmtab could I?  Let's face it.  I would still have to unmirror a missing disk.   I should try removing lvmtab before I run lvreduce?  At worse, I have to use my ignite tape that runs in 90 minutes.   I don't know if I should try it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 20 Jan 2009 20:37:02 GMT</pubDate>
    <dc:creator>Steve Post</dc:creator>
    <dc:date>2009-01-20T20:37:02Z</dc:date>
    <item>
      <title>what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341288#M343588</link>
      <description>This is a what-if question:&lt;BR /&gt;I have a junk computer with a mirrored boot disk. &lt;BR /&gt;primary /dev/dsk/c0t3d0&lt;BR /&gt;mirror  /dev/dsk/c0t4d0&lt;BR /&gt;hpux 11.11&lt;BR /&gt;OLD K570 HP9000.  &lt;BR /&gt;&lt;BR /&gt;I walk up and yank out the mirror disk.&lt;BR /&gt;So disk /dev/dsk/c0t4d0 is dead in my experiment. &lt;BR /&gt;In advance, I ran lvdisplay -k -v /dev/vg00/lvol8 (and the rest of them).&lt;BR /&gt;So I know the k-number for c0t4d0 is 1.  And the primary disk k-number is 0.&lt;BR /&gt;&lt;BR /&gt;In this scenario, I would call HP hardware support.  I would expect a spare disk in a few hours.  But, what if I wanted to instead remove the dead disk from vg00?  Is is possible?  Is this a bad idea?&lt;BR /&gt;&lt;BR /&gt;In WHEN-GOOD-DISKS-GO-BAD, I am told to run this....&lt;BR /&gt;lvreduce -A n -k -m 0 /dev/vg00/lvol8  1&lt;BR /&gt;&lt;BR /&gt;This bombs out because of something with lvlnboot.  lvmtab gets goofed up.  And I restore from my ignite tape.&lt;BR /&gt;&lt;BR /&gt;I would give the specific errors.  But I don't want to waste another 2 hours restoring a dead computer from my ignite tape.&lt;BR /&gt;&lt;BR /&gt;Maybe I should just run vgreduce -A N -f /dev/vg00?&lt;BR /&gt;Maybe I should reboot first?&lt;BR /&gt;Or should I go to single user mode without rebooting?&lt;BR /&gt;Or go to single user mode after rebooting?&lt;BR /&gt;Which way should this lab rat go?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2009 16:14:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341288#M343588</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-01-20T16:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341289#M343589</link>
      <description>Just let it there, when the new spare disk arrives, initialice it, make it bootable, and resync.</description>
      <pubDate>Tue, 20 Jan 2009 16:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341289#M343589</guid>
      <dc:creator>Shoghi Martinez G.</dc:creator>
      <dc:date>2009-01-20T16:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341290#M343590</link>
      <description>I agree with that.  But the subject of this is what-if the disk is out and I WANT to lvreduce?</description>
      <pubDate>Tue, 20 Jan 2009 16:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341290#M343590</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-01-20T16:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341291#M343591</link>
      <description>Use vgreduce!</description>
      <pubDate>Tue, 20 Jan 2009 16:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341291#M343591</guid>
      <dc:creator>Shoghi Martinez G.</dc:creator>
      <dc:date>2009-01-20T16:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341292#M343592</link>
      <description>Ah...but very near future WIZARD (!!!)&lt;BR /&gt;&lt;BR /&gt;I thought you could not run vgreduce because the logical volumes are still mirrored.</description>
      <pubDate>Tue, 20 Jan 2009 16:27:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341292#M343592</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-01-20T16:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341293#M343593</link>
      <description>Yes, you could pull out the disk and wait for the new disk to come(check if it is hot-swappable), unless you like to remove the disk from vg and do the mirroing again !!&lt;BR /&gt;&lt;BR /&gt;Instead just do a plug in the disk vgcfgrestore on disk, vgsync</description>
      <pubDate>Tue, 20 Jan 2009 16:28:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341293#M343593</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2009-01-20T16:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341294#M343594</link>
      <description>Avinash, &lt;BR /&gt;But once AGAIN....&lt;BR /&gt; I agree with that. But the subject of this is what-if the disk is out and I WANT to lvreduce?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;....BEEP.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2009 16:38:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341294#M343594</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-01-20T16:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341295#M343595</link>
      <description>I think the missing command here is lvlnboot -R, after you have remove all lv mirrors and vgreduce vg00.&lt;BR /&gt;&lt;BR /&gt;BTW: (almost wizard! I thought my points was under 850.)</description>
      <pubDate>Tue, 20 Jan 2009 17:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341295#M343595</guid>
      <dc:creator>Shoghi Martinez G.</dc:creator>
      <dc:date>2009-01-20T17:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341296#M343596</link>
      <description>yep.  That's what I did before.  It DESTROYED it.  &lt;BR /&gt;&lt;BR /&gt;points will be coming by the way....</description>
      <pubDate>Tue, 20 Jan 2009 17:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341296#M343596</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-01-20T17:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341297#M343597</link>
      <description>Ok man I got it, and have you tried the lvreduce/vgreduce, and reboot without executing anything else?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2009 17:13:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341297#M343597</guid>
      <dc:creator>Shoghi Martinez G.</dc:creator>
      <dc:date>2009-01-20T17:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341298#M343598</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You can always break the mirror and then do the work. That was how I avoided confusion when working with RAID 1 mirror sets.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 20 Jan 2009 17:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341298#M343598</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-01-20T17:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341299#M343599</link>
      <description>Hello Sir,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the best approach and sounding one that i had to do when i had come across that was .... but u need to do an overall mirroring again ... but tell u what this is more clean..&lt;BR /&gt;&lt;BR /&gt;1) do not reboot the system.&lt;BR /&gt;2)for all the LVs on the failed disk , do an lvredue like&lt;BR /&gt;&lt;BR /&gt;#lvreduce -m 0 -k /dev/vg00/lvolN 0&lt;BR /&gt;&lt;BR /&gt;assuming that PV Key of the failed disk as u have observed with the #lvdisplay -v -k /dev/vg00/lvol1              etc O/P is 0.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;once done with all this lvreduce with all the LVs on VG vg00,&lt;BR /&gt;&lt;BR /&gt;do the following:&lt;BR /&gt;&lt;BR /&gt;#vgreduce -f /dev/vg00&lt;BR /&gt;&lt;BR /&gt;do an&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#lvlnboot -R&lt;BR /&gt;#lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;put in the new disk and do a mirroring all over.&lt;BR /&gt;&lt;BR /&gt;starting from::::&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#pvcreate -B&lt;BR /&gt;#mkboot -a "hpux /stand/vmunix -lq" ....&lt;BR /&gt;#vgextend /dev/vg00 ....&lt;BR /&gt;#lvextend -m 1 /dev/vg00/lvolN /dev/dsk/cxtydz &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;that is the new disk.&lt;BR /&gt;once this is over for all the LVs in vg00,&lt;BR /&gt;&lt;BR /&gt;do an&lt;BR /&gt;#vi /stand/bootconf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check that the entry of the new disk exists here if not put that as&lt;BR /&gt;&lt;BR /&gt;l /dev/dsk/cxtydz&lt;BR /&gt;&lt;BR /&gt;#lvlnboot -R&lt;BR /&gt;#lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#setboot   just to make sure that u have the alternate boot path as set.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sujit</description>
      <pubDate>Tue, 20 Jan 2009 17:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341299#M343599</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-20T17:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341300#M343600</link>
      <description>Make sure you have a good OS backup.&lt;BR /&gt;&lt;BR /&gt;Dont reboot.&lt;BR /&gt;&lt;BR /&gt;Restore the LVM configuration/headers onto the new disk from your backup&lt;BR /&gt;&lt;BR /&gt;of the LVM configuration:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  # vgcfgrestore -n [volume group name] /dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;Reactivate the volume group (VG) so that the new disk can be attached,&lt;BR /&gt; resync should also occur.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  # vgchange -a y [volume group name]&lt;BR /&gt;&lt;BR /&gt;Make disk bootable&lt;BR /&gt;&lt;BR /&gt;   # mkboot /dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;   # mkboot -a "hpux (;0)/stand/vmunix -lq" /dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;    # lvlnboot -R&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2009 19:21:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341300#M343600</guid>
      <dc:creator>Richard Pereira_1</dc:creator>
      <dc:date>2009-01-20T19:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341301#M343601</link>
      <description>Ok Sujit....it sounds great...I tried it until I'm ready to put the disk back in.  But it brings up two questions (at the bottom).&lt;BR /&gt;&lt;BR /&gt;lvreduce -A n -m 0 -k /dev/vg00/lvol8 1&lt;BR /&gt;Logical volume "/dev/vg00/lvol8" has been successfully reduced.&lt;BR /&gt;lvlnboot: Logical Volume has no extents.&lt;BR /&gt;lvlnboot: Logical Volume has no extents.&lt;BR /&gt;lvlnboot: Logical Volume has no extents.&lt;BR /&gt;It has been hanging here for 8 minutes so far.  This a 256meg filesystem.  &lt;BR /&gt;Did I screw it up?&lt;BR /&gt;&lt;BR /&gt;(two minutes after that) The command prompt came back!  It just took a while.  &lt;BR /&gt;On to the rest of them.....&lt;BR /&gt;I see I have lvol5 with only 10 extents.  Yet it take the same time.&lt;BR /&gt;It must be trying to do something with lvlnboot, then timing out after about 12 minutes.  &lt;BR /&gt;This is  SLOW, slower than ignite recovery.  But it seems safer too.  And people could keep working while I do this.&lt;BR /&gt;Jan 20 13:02:01 junk LVM[13852]: lvreduce -A n -m 0 -k /dev/vg00/lvol8 1&lt;BR /&gt;Jan 20 13:11:06 junk LVM[14013]: lvreduce -A n -m 0 -k /dev/vg00/lvol7 1&lt;BR /&gt;Jan 20 13:29:01 junk LVM[14542]: lvreduce -A n -m 0 -k /dev/vg00/lvol6 1&lt;BR /&gt;Jan 20 13:37:49 junk LVM[14807]: lvreduce -A n -m 0 -k /dev/vg00/lvol5 1&lt;BR /&gt;Jan 20 13:46:44 junk LVM[14962]: lvreduce -A n -m 0 -k /dev/vg00/lvol4 1&lt;BR /&gt;Jan 20 13:55:32 junk LVM[15232]: lvreduce -A n -m 0 -k /dev/vg00/lvol3 1&lt;BR /&gt;Jan 20 14:04:55 junk LVM[15503]: lvreduce -A n -m 0 -k /dev/vg00/lvol2 1&lt;BR /&gt;Jan 20 14:14:55 junk LVM[15503]: lvreduce -A n -m 0 -k /dev/vg00/lvol1 1&lt;BR /&gt;and this part was done at 14:24&lt;BR /&gt;vgreduce -f /dev/vg00&lt;BR /&gt;      done at 14:26&lt;BR /&gt;&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;I got lots of....&lt;BR /&gt;lvlnboot: Warning: couldn't query all of the physical volumes.&lt;BR /&gt;lvlnboot: Warning: couldn't query physical volume "/dev/dsk/c0t4d0":&lt;BR /&gt;vgcfgbackup: /etc/lvmtab is out of date with the running kernel:Kernel indicates 1 disks for "/dev/vg00"; /etc/lvmtab has 2 disks.&lt;BR /&gt;Cannot proceed with backup.&lt;BR /&gt;&lt;BR /&gt;So I rebooted the junk box with the disk missing at 3pm.&lt;BR /&gt;Same error with lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;This brings up two questions.&lt;BR /&gt;1. why won't the box just give it up and realize that c0t4d0 is gone already?&lt;BR /&gt;2. why did it take 10 to 12 minutes per logical volume on lvreduce?&lt;BR /&gt;&lt;BR /&gt;And Richard:  for the third time now.  Good advice.  But not the question. Read the subject line. &lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2009 20:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341301#M343601</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-01-20T20:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341302#M343602</link>
      <description>I got my own answer to number 1.&lt;BR /&gt;1. why won't the box just give it up and realize that c0t4d0 is gone already?&lt;BR /&gt;Answer:  because file /etc/lvmtab says that c0t4d0 is still around.&lt;BR /&gt;Here's what I think is the fix:&lt;BR /&gt;vgscan -a -p -v&lt;BR /&gt;cp -p /etc/lvmtab /root/lvmtab.justincase&lt;BR /&gt;rm /etc/lvmtab&lt;BR /&gt;vgscan -a -v&lt;BR /&gt;&lt;BR /&gt;Scan of Physical Volumes Complete.&lt;BR /&gt;*** LVMTAB has been created successfully.&lt;BR /&gt;*** If PV links are configured in the system.&lt;BR /&gt;*** Do the following to resync information on disk.&lt;BR /&gt;*** #1.   vgchange -a y&lt;BR /&gt;*** #2.  lvlnboot -R&lt;BR /&gt;&lt;BR /&gt;vgchange -a y vg00&lt;BR /&gt;vgchange -a y vg01&lt;BR /&gt;vgchange -a y vg02&lt;BR /&gt;lvlnboot -R&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;Now lvlnboot has no complaints.  I don't think I needed that reboot.&lt;BR /&gt;&lt;BR /&gt;Number 2?  The delay in lvreduce?  I can't remove lvmtab could I?  Let's face it.  I would still have to unmirror a missing disk.   I should try removing lvmtab before I run lvreduce?  At worse, I have to use my ignite tape that runs in 90 minutes.   I don't know if I should try it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jan 2009 20:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341302#M343602</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-01-20T20:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341303#M343603</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;as far as removing lvmtab followed by a vgscan -a -v is concerned u can do that that will create an upto date /etc/lvmtab with the vg definitions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the other part is that why u need to thinkof the Ignite restoartion as ur system seems to be OK and even if u do an ignite restore u will need to redo the mirroring part.&lt;BR /&gt;&lt;BR /&gt;also here from u can proceed like putting in the new disk, pvcreate -B on that , do an mkboot and add to the VG vg00, do the mirroring of all the LVs and do an&lt;BR /&gt;&lt;BR /&gt;#lvlnboot -R&lt;BR /&gt;#lvlnboot&lt;BR /&gt;&lt;BR /&gt;update the entries in /stand/rootconf and do that setboot &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;sujit</description>
      <pubDate>Wed, 21 Jan 2009 07:24:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341303#M343603</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-21T07:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341304#M343604</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in the previous post i meant /stand/bootconf&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;apologize for that &lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Wed, 21 Jan 2009 07:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341304#M343604</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-01-21T07:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341305#M343605</link>
      <description>Thanks for the help.  Now some of these I posted 0 points to.  I just didn't want points unassigned....(RICHARD....)&lt;BR /&gt;&lt;BR /&gt;And even though guys gave me answers to the wrong question, I DO prefer to leave it all alone.  In a normal scenario, I would be putting in a new disk in 5 hours.  &lt;BR /&gt;&lt;BR /&gt;These discussions here were if the dead disk was somehow pulling down the last, remaining boot disk.  If THAT was the case, would want to cut off that dead weight from the balloon before it crashed.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;now just in case, anybody wants to add more, I left the thread open.  I thought I left it open.  OH OK.  It's open again NOW.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jan 2009 17:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341305#M343605</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-01-21T17:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341306#M343606</link>
      <description>I got the answer to #2. &lt;BR /&gt;The question was: &lt;BR /&gt;Why is it that it takes 10 to 15 minutes to run lvreduce on each and every logical volume?&lt;BR /&gt;&lt;BR /&gt;The answer is:&lt;BR /&gt;The computer is wasting 10 to 15 minutes looking for a DEAD disk because it is still listed in /etc/lvmtab.  So update lvmtab FIRST.  You'll wait the 10 to 15 minutes for that.  Then the lvmreduce commands take seconds instead of minutes.&lt;BR /&gt;&lt;BR /&gt;So, at the point where the disk is dead and we are trying to remove it.&lt;BR /&gt;a.  cp -p /etc/lvmtab /etc/lvmtab.savethis&lt;BR /&gt;b.  vgscan -v &lt;BR /&gt;c.  vgchange -a y&lt;BR /&gt;d.  lvmreduce -A n -k -m 0 /dev/vg00 1&lt;BR /&gt;(where 1 is the physical key number that I can see from this command that I ran DAYS before:  vgcfgrestore -l -v -n /dev/vg00)&lt;BR /&gt;&lt;BR /&gt;In any case I would avoid this.  I would still rather leave vg00 alone, and get the new disk in as soon as possible.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jan 2009 20:23:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/4341306#M343606</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-01-21T20:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: what-if hpux11.11 mirror disk is out and want to lvreduce?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/5963095#M483231</link>
      <description>&lt;P&gt;Hey Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having the same issue/scenario you detailed here..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a failed root mirror disk. I ran lvreduce -m 0 -A n -k /dev/vg00/lvol1 - 9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It took 9 minutes or so for each reduce.. &amp;nbsp;I came across your post afterwards.. Can you layout your procedure so that I can avoid losing data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should I vgreduce the bad disk now or just hot plug the replacemnent? After reading your thread not at all sure what to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 05:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-if-hpux11-11-mirror-disk-is-out-and-want-to-lvreduce/m-p/5963095#M483231</guid>
      <dc:creator>TechC</dc:creator>
      <dc:date>2013-02-14T05:56:10Z</dc:date>
    </item>
  </channel>
</rss>

