<?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: LVM Configuration corrupted in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335910#M625535</link>
    <description>This is a great discussion. Bhanu you point is valid!! ex-roommate from Atlanta!</description>
    <pubDate>Wed, 28 Jul 2004 13:16:33 GMT</pubDate>
    <dc:creator>Tommy_42</dc:creator>
    <dc:date>2004-07-28T13:16:33Z</dc:date>
    <item>
      <title>LVM Configuration corrupted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335902#M625527</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt;i have a problem where the system cannot detect the volume group (/dev/vg00). &lt;BR /&gt;&lt;BR /&gt;when i did the : ioscan -funC disk , i can see the 2 disk /dev/dsk/c0t5d0 and /dev/dsk/c0t8d0&lt;BR /&gt;&lt;BR /&gt;but when i did the : vgdisplay -v /dev/vg00 or pvdisplay , the system didn't responde, no error or any output. &lt;BR /&gt;&lt;BR /&gt;i biggest problem is i don't have any backup for the kernel or the ignite.&lt;BR /&gt;&lt;BR /&gt;all these problem occured when the primary disk (/dev/dsk/c0t5d0) failed, : vgreduce /dev/vg00 /dev/dsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;and i replace with another old system disk from another machine, and did the : vgextend /dev/vg00 /dev/dsk/c0t5d0 ; mkboot /dev/rdsk/c0t5d0 ; mkboot -a "hpux (;0) /stand/vmunix" /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 01:08:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335902#M625527</guid>
      <dc:creator>ramg_1</dc:creator>
      <dc:date>2004-07-20T01:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Configuration corrupted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335903#M625528</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;It sounds like you may have missed a step as you need to restore the LVM information to the disk:&lt;BR /&gt;# vgcfgrestore -n /dev/vg00 /dev/rdsk/c0t5d0&lt;BR /&gt;# vgchange -a y&lt;BR /&gt;&lt;BR /&gt;Then run your mkboot commands.&lt;BR /&gt;&lt;BR /&gt;Then sync the LV's&lt;BR /&gt;# vgsync vg00&lt;BR /&gt;&lt;BR /&gt;Presumably your system has booted off the alternate disk.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Tue, 20 Jul 2004 01:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335903#M625528</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2004-07-20T01:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Configuration corrupted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335904#M625529</link>
      <description>i have found the problem where :&lt;BR /&gt;&lt;BR /&gt;some of the files in /usr/sbin corrupted ( no idea how) but after i replace it from another similar machine, i can see the vgdisplay or pvdisplay.&lt;BR /&gt;&lt;BR /&gt;but when i did the &lt;BR /&gt;mv lvmtab lvmtab.20Jul04&lt;BR /&gt;vgscan -v -a , it return as&lt;BR /&gt;&lt;BR /&gt;Couldn't stat physical volume "/dev/dsk/c1t2d0":&lt;BR /&gt;Invalid argument&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t5d0&lt;BR /&gt;/dev/dsk/c0t8d0&lt;BR /&gt;&lt;BR /&gt;any idea how to remove the /dev/dsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Jul 2004 02:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335904#M625529</guid>
      <dc:creator>ramg_1</dc:creator>
      <dc:date>2004-07-20T02:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Configuration corrupted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335905#M625530</link>
      <description>Could it be that the c1t2d3 is a cdrom?  &lt;BR /&gt;&lt;BR /&gt;(I don't remember exactly the name of the device file you are talking about.  I know it was not c0t5d0 or c0t8d0. )&lt;BR /&gt;steve</description>
      <pubDate>Wed, 21 Jul 2004 07:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335905#M625530</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2004-07-21T07:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Configuration corrupted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335906#M625531</link>
      <description>HI,&lt;BR /&gt;It looks like LVM info on /dev/dsk/c0t5d0&lt;BR /&gt;is corrupted or disk(PV) gone bad. See the status with "ioscan -fnC disk", whether it displays this disk.&lt;BR /&gt;&lt;BR /&gt;"vgcfgrestore" could have worked for you properly. Well if you want to remove PV from the VG use "vgreduce" command.&lt;BR /&gt;&lt;BR /&gt;See man vgreduce, vgcfgrestore&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 21 Jul 2004 07:21:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335906#M625531</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-07-21T07:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Configuration corrupted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335907#M625532</link>
      <description>Ramg,&lt;BR /&gt;&lt;BR /&gt;Like Bharat said, do a vgreduce if you are sure the disk device file name it is complaining about is hard disk drive and not any other device. &lt;BR /&gt;&lt;BR /&gt;If vgreduce doesn't work, then force it with &lt;BR /&gt;&lt;BR /&gt;vgreduce -f &lt;VG_NAME&gt; &lt;PV_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;The above should work in removing a missing physical volume from a VG.&lt;BR /&gt;&lt;BR /&gt;Please let us know if you were able to resolve it ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Bhanu&lt;/PV_NAME&gt;&lt;/VG_NAME&gt;</description>
      <pubDate>Wed, 21 Jul 2004 07:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335907#M625532</guid>
      <dc:creator>Bhanu Edupuganti</dc:creator>
      <dc:date>2004-07-21T07:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Configuration corrupted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335908#M625533</link>
      <description>If the above fixed your problem..ok...&lt;BR /&gt;But if your still having issue...could you run this for me:&lt;BR /&gt;&lt;BR /&gt;echo "0x2008?4D" | adb /dev/dsk/c-t-d-&lt;BR /&gt;&lt;BR /&gt;Do this for all the disks on vg00.  Then compare the last field and see if they match.  If they do...than the disks know they are part of the same vgid.  If they don't...well that is a whole 'nother fix.&lt;BR /&gt;&lt;BR /&gt;Let us know,&lt;BR /&gt;/rcw</description>
      <pubDate>Wed, 21 Jul 2004 09:13:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335908#M625533</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2004-07-21T09:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Configuration corrupted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335909#M625534</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c1t2d0 is a cdrom&lt;BR /&gt;&lt;BR /&gt;and problem is more like this&lt;BR /&gt;&lt;BR /&gt;# vgdisplay&lt;BR /&gt;vgdisplay: Warning: couldn't query physical volume "":&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/vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;it seems like in /dev/vg00 there is another disk but with any pv and this guy have mirror to /dev/dsk/c0t5d0 and /dev/dsk/c0t8d0&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2004 19:30:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335909#M625534</guid>
      <dc:creator>ramg_1</dc:creator>
      <dc:date>2004-07-21T19:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Configuration corrupted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335910#M625535</link>
      <description>This is a great discussion. Bhanu you point is valid!! ex-roommate from Atlanta!</description>
      <pubDate>Wed, 28 Jul 2004 13:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335910#M625535</guid>
      <dc:creator>Tommy_42</dc:creator>
      <dc:date>2004-07-28T13:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: LVM Configuration corrupted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335911#M625536</link>
      <description>Hi&lt;BR /&gt;    Please try the following &lt;BR /&gt;Boot the machine in maintanance mode&lt;BR /&gt;ISl&amp;gt;hpux -lm&lt;BR /&gt;#mv /etc/lvmtab /etc/lvmtab/org&lt;BR /&gt;#vgimport /dev/vg00 /dev/dsk/c0t5d0&lt;BR /&gt;#strings /etc/lvmtab ?does it show as following &lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c0t5d0&lt;BR /&gt;if yes import other vgs manually(by vgimport command ) or try vgscan after copying the new lvmtab to a safe place.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;vinod&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Aug 2004 16:31:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-configuration-corrupted/m-p/3335911#M625536</guid>
      <dc:creator>vinodan</dc:creator>
      <dc:date>2004-08-03T16:31:00Z</dc:date>
    </item>
  </channel>
</rss>

