<?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: Cannot execute LVM commands in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089894#M724580</link>
    <description>Here's your answer&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Couldn't query volume group "/dev/vg00".&lt;BR /&gt;Possible error in the Volume Group minor number;&lt;BR /&gt;Please check and make sure the group minor number is unique.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg00".&lt;BR /&gt;Cause:&lt;BR /&gt;This error has several possible causes:&lt;BR /&gt;a. There are multiple LVM group files with the same minor number.&lt;BR /&gt;b. Serviceguard was previously installed on the system, and the /dev/slvmvg device file still exists.&lt;BR /&gt;Recommended Action:&lt;BR /&gt;a. List the LVM group files. If there are any duplicate minor numbers, export one of the affected volume groups, create a new group file with a unique minor number, and re-import the volume group. If you are not familiar with this process, contact your HP support representative for assistance.&lt;BR /&gt;# ll /dev/*/group&lt;BR /&gt;# vgexport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;# mkdir /dev/vgname&lt;BR /&gt;# mknod /dev/vgname/group c 64 unique_minor_number&lt;BR /&gt;# vgimport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;b. Remove the /dev/slvmvg device file and recreate the /etc/lvmtab file using the following commands:&lt;BR /&gt;# rm /dev/slvmvg&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan â  v</description>
    <pubDate>Mon, 28 Jan 2008 00:58:20 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2008-01-28T00:58:20Z</dc:date>
    <item>
      <title>Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089888#M724574</link>
      <description>Hey guys,&lt;BR /&gt;&lt;BR /&gt;I have a two node cluster, NSS1 and NSS2, the cluster and package is up and runing no prblem at all, But im facing a problem on NSS1. The servers are rp3440 HP-UX 11.11&lt;BR /&gt;&lt;BR /&gt;Im not able to execute any command related to LVM, i get the following errors:&lt;BR /&gt;&lt;BR /&gt;NSS1:/# lvlnboot -v&lt;BR /&gt;lvlnboot: Couldn't query volume group "/dev/vg00".&lt;BR /&gt;Possible error in the Volume Group minor number; Please check and make sure the&lt;BR /&gt;group minor number is unique.&lt;BR /&gt;lvlnboot: Volume group not activated.&lt;BR /&gt;Cannot display volume group "/dev/vglock".&lt;BR /&gt;lvlnboot: Volume group not activated.&lt;BR /&gt;Cannot display volume group "/dev/vgmxp".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NSS1:/# vgdisplay&lt;BR /&gt;vgdisplay: Couldn't query volume group "/dev/vg00".&lt;BR /&gt;Possible error in the Volume Group minor number; Please check and make sure the&lt;BR /&gt;group minor number is unique.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg00".&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vglock".&lt;BR /&gt;vgdisplay: Volume group not activated.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vgmxp".&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NSS1:/# vgchange -a y vg00&lt;BR /&gt;vgchange: Couldn't set the unique id for volume group "vg00":&lt;BR /&gt;File exists&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NSS1:/# vgreduce /dev/vg00 /dev/dsk/c2t1d0&lt;BR /&gt;vgreduce: Couldn't query volume group "/dev/vg00".&lt;BR /&gt;Possible error in the Volume Group minor number; Please check and make sure the&lt;BR /&gt;group minor number is unique.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have two disks that was mirrored now they are not, and when trying to do the mirror, when i arrive to the part:&lt;BR /&gt;lvextend -m 1 Iget the same error: couldn't query physical .....&lt;BR /&gt;&lt;BR /&gt;These are additional information that may help&lt;BR /&gt;&lt;BR /&gt;ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Jul 13 04:38 /dev/vg00/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x010000 Oct  5  2005 /dev/vglock/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x020000 Jul 13 10:29 /dev/vgmxp/group&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;strings etc/lvmtab&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;CB$$&lt;BR /&gt;/dev/dsk/c2t0d0&lt;BR /&gt;/dev/dsk/c2t1d0&lt;BR /&gt;/dev/vglock&lt;BR /&gt;/dev/dsk/c5t0d0&lt;BR /&gt;/dev/vgmxp&lt;BR /&gt;/dev/dsk/c5t1d0&lt;BR /&gt;/dev/dsk/c5t2d0&lt;BR /&gt;/dev/dsk/c5t3d0&lt;BR /&gt;/dev/dsk/c5t4d0&lt;BR /&gt;/dev/dsk/c5t5d0&lt;BR /&gt;/dev/dsk/c5t6d0&lt;BR /&gt;/dev/dsk/c5t7d0&lt;BR /&gt;/dev/dsk/c5t8d0&lt;BR /&gt;/dev/dsk/c4t1d0&lt;BR /&gt;/dev/dsk/c4t2d0&lt;BR /&gt;/dev/dsk/c4t3d0&lt;BR /&gt;/dev/dsk/c4t4d0&lt;BR /&gt;/dev/dsk/c4t5d0&lt;BR /&gt;/dev/dsk/c4t6d0&lt;BR /&gt;/dev/dsk/c4t7d0&lt;BR /&gt;/dev/dsk/c4t8d0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Appreciate your help, Thanks</description>
      <pubDate>Sun, 27 Jan 2008 14:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089888#M724574</guid>
      <dc:creator>najibakiki</dc:creator>
      <dc:date>2008-01-27T14:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089889#M724575</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;You can Check Physical disk /dev/dsk/c2t1d0&lt;BR /&gt;&lt;BR /&gt;and  give the out put of all boot logial volumes and volume display &lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg00&lt;BR /&gt;lvdsipaly -v /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Noble &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 27 Jan 2008 15:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089889#M724575</guid>
      <dc:creator>Noble Sebastian</dc:creator>
      <dc:date>2008-01-27T15:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089890#M724576</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Seems to me a physical volume has gone missing.&lt;BR /&gt;&lt;BR /&gt;Steps:&lt;BR /&gt;1) Identify it. Compare ioscan -fnC disk to your lvmtab output as a start.&lt;BR /&gt;&lt;BR /&gt;2) You may need to do this:&lt;BR /&gt;cd /etc&lt;BR /&gt;mv lvmtab lvmtab.old&lt;BR /&gt;vgscan -a&lt;BR /&gt;&lt;BR /&gt;Dangerous but also possibly needed:&lt;BR /&gt;vgreduce -f&lt;BR /&gt;# follow the instructions afterwareds.&lt;BR /&gt;&lt;BR /&gt;What you have posted is the classic missing disk syndrome.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 27 Jan 2008 15:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089890#M724576</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-01-27T15:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089891#M724577</link>
      <description>Hey guys&lt;BR /&gt;&lt;BR /&gt;first of all i cheked all my disk&lt;BR /&gt;Diskinfo and i run the dd command&lt;BR /&gt;they are all fine.&lt;BR /&gt;&lt;BR /&gt;And ioscan and /etc/lvmtab are matched&lt;BR /&gt;&lt;BR /&gt;in ioscan -fnCdisk&lt;BR /&gt;i got the /dev/dsk/c2t0d0 claimed&lt;BR /&gt;and also /dev/dsk/c2t1d0  calimed&lt;BR /&gt;&lt;BR /&gt;same server disk as mentioned in lvmtab&lt;BR /&gt;and sure the other disk on the external disk system for the cluster&lt;BR /&gt;&lt;BR /&gt;i cannot execute any vgdisplay neither lvdisplay.&lt;BR /&gt;&lt;BR /&gt;i tried doing vgreduce but as mention earlier i get error even with the -f option&lt;BR /&gt;&lt;BR /&gt;But its critical to delete and lvmtab and do vgscan i might loose the OS&lt;BR /&gt;&lt;BR /&gt;Thanks. any ideas</description>
      <pubDate>Sun, 27 Jan 2008 15:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089891#M724577</guid>
      <dc:creator>najibakiki</dc:creator>
      <dc:date>2008-01-27T15:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089892#M724578</link>
      <description>Can you attach&lt;BR /&gt;&lt;BR /&gt;ls -la /dev/vg*/group&lt;BR /&gt;&lt;BR /&gt;vgdisply -v vg00 from both nodes.</description>
      <pubDate>Sun, 27 Jan 2008 16:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089892#M724578</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-01-27T16:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089893#M724579</link>
      <description>Please find below teh following:&lt;BR /&gt;&lt;BR /&gt;NSS1:&lt;BR /&gt;&lt;BR /&gt;ll /dev/*/group&lt;BR /&gt;&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Jul 13 04:38 /dev/vg00/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x010000 Oct  5  2005 /dev/vglock/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x020000 Jul 13 10:29 /dev/vgmxp/group&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Couldn't query volume group "/dev/vg00".&lt;BR /&gt;Possible error in the Volume Group minor number; Please check and make sure the group minor number is unique.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg00".&lt;BR /&gt;&lt;BR /&gt;NSS2:&lt;BR /&gt;&lt;BR /&gt;l /dev/*/group&lt;BR /&gt;&lt;BR /&gt;crw-r-----   1 root       sys         64 0x000000 Jul 12 23:00 /dev/vg00/group&lt;BR /&gt;crw-rw-rw-   1 root       sys         64 0x010000 Oct  5  2005 /dev/vglock/group&lt;BR /&gt;crw-r--r--   1 root       sys         64 0x020000 Jul 13 04:26 /dev/vgmxp/group&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v /dev/vg00&lt;BR /&gt;&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write     &lt;BR /&gt;VG Status                   available                 &lt;BR /&gt;Max LV                      255    &lt;BR /&gt;Cur LV                      8      &lt;BR /&gt;Open LV                     8      &lt;BR /&gt;Max PV                      16     &lt;BR /&gt;Cur PV                      2      &lt;BR /&gt;Act PV                      2      &lt;BR /&gt;Max PE per PV               4350         &lt;BR /&gt;VGDA                        4   &lt;BR /&gt;PE Size (Mbytes)            8               &lt;BR /&gt;Total PE                    8680    &lt;BR /&gt;Alloc PE                    3761    &lt;BR /&gt;Free PE                     4919    &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;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            304             &lt;BR /&gt;   Current LE                  38        &lt;BR /&gt;   Allocated PE                38          &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            16000           &lt;BR /&gt;   Current LE                  2000      &lt;BR /&gt;   Allocated PE                2000        &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            504             &lt;BR /&gt;   Current LE                  63        &lt;BR /&gt;   Allocated PE                63          &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol4&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            1000            &lt;BR /&gt;   Current LE                  125       &lt;BR /&gt;   Allocated PE                125         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol5&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            1024            &lt;BR /&gt;   Current LE                  128       &lt;BR /&gt;   Allocated PE                128         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol6&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            4000            &lt;BR /&gt;   Current LE                  500       &lt;BR /&gt;   Allocated PE                500         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol7&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            2256            &lt;BR /&gt;   Current LE                  282       &lt;BR /&gt;   Allocated PE                282         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol8&lt;BR /&gt;   LV Status                   available/syncd           &lt;BR /&gt;   LV Size (Mbytes)            5000            &lt;BR /&gt;   Current LE                  625       &lt;BR /&gt;   Allocated PE                625         &lt;BR /&gt;   Used PV                     1       &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/dsk/c2t0d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    4340    &lt;BR /&gt;   Free PE                     579     &lt;BR /&gt;   Autoswitch                  On        &lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/dsk/c2t1d0&lt;BR /&gt;   PV Status                   available                &lt;BR /&gt;   Total PE                    4340    &lt;BR /&gt;   Free PE                     4340    &lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for ur help&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 27 Jan 2008 18:54:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089893#M724579</guid>
      <dc:creator>najibakiki</dc:creator>
      <dc:date>2008-01-27T18:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089894#M724580</link>
      <description>Here's your answer&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Couldn't query volume group "/dev/vg00".&lt;BR /&gt;Possible error in the Volume Group minor number;&lt;BR /&gt;Please check and make sure the group minor number is unique.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg00".&lt;BR /&gt;Cause:&lt;BR /&gt;This error has several possible causes:&lt;BR /&gt;a. There are multiple LVM group files with the same minor number.&lt;BR /&gt;b. Serviceguard was previously installed on the system, and the /dev/slvmvg device file still exists.&lt;BR /&gt;Recommended Action:&lt;BR /&gt;a. List the LVM group files. If there are any duplicate minor numbers, export one of the affected volume groups, create a new group file with a unique minor number, and re-import the volume group. If you are not familiar with this process, contact your HP support representative for assistance.&lt;BR /&gt;# ll /dev/*/group&lt;BR /&gt;# vgexport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;# mkdir /dev/vgname&lt;BR /&gt;# mknod /dev/vgname/group c 64 unique_minor_number&lt;BR /&gt;# vgimport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;b. Remove the /dev/slvmvg device file and recreate the /etc/lvmtab file using the following commands:&lt;BR /&gt;# rm /dev/slvmvg&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan â  v</description>
      <pubDate>Mon, 28 Jan 2008 00:58:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089894#M724580</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-01-28T00:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089895#M724581</link>
      <description>Thanks but as u saw from th e output before:&lt;BR /&gt;&lt;BR /&gt;a) the LVM group files DONT have the same minor number. So why exporting then importing. Also mention that cannot export then import VG00 as u know the problem im facing is on the root VG (vg00)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;b) there was no serviceguard inststalled, its already installed and runing just fine&lt;BR /&gt;&lt;BR /&gt;The problems im facing are on VG00&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 28 Jan 2008 05:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089895#M724581</guid>
      <dc:creator>najibakiki</dc:creator>
      <dc:date>2008-01-28T05:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089896#M724582</link>
      <description>Hi Najib,&lt;BR /&gt;&lt;BR /&gt;Apparently the solution they given is correct&lt;BR /&gt;&lt;BR /&gt;solution is:-&lt;BR /&gt;#mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;#vgscan -v&lt;BR /&gt;&lt;BR /&gt;if you want to find out why, you need to log case to HP and provide them dump_lvmtab to check if there is any discrepancies.&lt;BR /&gt;&lt;BR /&gt;WK</description>
      <pubDate>Mon, 28 Jan 2008 06:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089896#M724582</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2008-01-28T06:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089897#M724583</link>
      <description>Ok guys,&lt;BR /&gt;&lt;BR /&gt;I will try to do it tomorrow and let you know.&lt;BR /&gt;&lt;BR /&gt;Also mention that when trying to take ignite:&lt;BR /&gt;&lt;BR /&gt;Make_tape_recovery -vA&lt;BR /&gt;&lt;BR /&gt;i get the same  errors above&lt;BR /&gt;Wierd!&lt;BR /&gt;&lt;BR /&gt;Anyway i'll let u know what will happen.&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 28 Jan 2008 08:21:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089897#M724583</guid>
      <dc:creator>najibakiki</dc:creator>
      <dc:date>2008-01-28T08:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089898#M724584</link>
      <description>Actually, this solution is for /etc/slvmvg.  Easy to miss though.  I had to put my reading glasses on to catch it.  :0&lt;BR /&gt;&lt;BR /&gt;b. Remove the /dev/slvmvg device file and recreate the /etc/lvmtab file using the following commands:&lt;BR /&gt;# rm /dev/slvmvg&lt;BR /&gt;&lt;BR /&gt;If you google slvmvg you'll get hits on same problem.&lt;BR /&gt;&lt;BR /&gt;Good luck and let me know if how you recover.</description>
      <pubDate>Mon, 28 Jan 2008 14:18:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089898#M724584</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-01-28T14:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089899#M724585</link>
      <description>Hi just to be sure when doing the below:&lt;BR /&gt;&lt;BR /&gt;# rm /dev/slvmvg&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan -a -v&lt;BR /&gt;&lt;BR /&gt;Do i loose the serviceguard configuration? my cluster will be affected yes or no and does slvmvg will recreated again like lvmtab after doing vgscan?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2008 15:20:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089899#M724585</guid>
      <dc:creator>najibakiki</dc:creator>
      <dc:date>2008-01-28T15:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089900#M724586</link>
      <description>Follow this manufacturer's provided procedure.  (* Do you know of a higher authority?  Surely not here in the user's forum! *)&lt;BR /&gt;&lt;BR /&gt;Here's your answer&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf" target="_blank"&gt;http://www.docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgdisplay: Couldn't query volume group "/dev/vg00".&lt;BR /&gt;Possible error in the Volume Group minor number;&lt;BR /&gt;Please check and make sure the group minor number is unique.&lt;BR /&gt;vgdisplay: Cannot display volume group "/dev/vg00".&lt;BR /&gt;Cause:&lt;BR /&gt;This error has several possible causes:&lt;BR /&gt;a. There are multiple LVM group files with the same minor number.&lt;BR /&gt;b. Serviceguard was previously installed on the system, and the /dev/slvmvg device file still exists.&lt;BR /&gt;Recommended Action:&lt;BR /&gt;a. List the LVM group files. If there are any duplicate minor numbers, export one of the affected volume groups, create a new group file with a unique minor number, and re-import the volume group. If you are not familiar with this process, contact your HP support representative for assistance.&lt;BR /&gt;# ll /dev/*/group&lt;BR /&gt;# vgexport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;# mkdir /dev/vgname&lt;BR /&gt;# mknod /dev/vgname/group c 64 unique_minor_number&lt;BR /&gt;# vgimport -m vgname.map -v -f vgname.file /dev/vgname&lt;BR /&gt;b. Remove the /dev/slvmvg device file and recreate the /etc/lvmtab file using the following commands:&lt;BR /&gt;# rm /dev/slvmvg&lt;BR /&gt;# mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;# vgscan Ã¢Â Â v</description>
      <pubDate>Mon, 28 Jan 2008 18:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089900#M724586</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-01-28T18:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot execute LVM commands</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089901#M724587</link>
      <description>Hey guys :)&lt;BR /&gt;&lt;BR /&gt;Problem solved by the following:&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/lvmtab.old&lt;BR /&gt;vgscan -v -a&lt;BR /&gt;&lt;BR /&gt;Bu i faced a problem my etc/lvmtab file&lt;BR /&gt;lost all the cluster VG and its PV&lt;BR /&gt;So i had to export and then import back these VG&lt;BR /&gt;&lt;BR /&gt;Thanks all for ur help&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jan 2008 15:19:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-execute-lvm-commands/m-p/5089901#M724587</guid>
      <dc:creator>najibakiki</dc:creator>
      <dc:date>2008-01-29T15:19:29Z</dc:date>
    </item>
  </channel>
</rss>

