vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| After restoring my root volume group, vgdisplay shows an error message: [root@achilles]# vgdisplay vgdisplay: Couldn't query volume group "/dev/vg00". Possible error in the Volume Group minor number; Please check and make sure the group minor number is unique. vgdisplay: Cannot display volume group "/dev/vg00". --- Volume groups --- VG Name /dev/vg01 VG Write Access read/write VG Status available Max LV 255 Cur LV 2 Open LV 2 Max PV 16 Cur PV 1 Act PV 1 Max PE per PV 2171 VGDA 2 PE Size (Mbytes) 4 Total PE 2170 Alloc PE 1280 Free PE 890 Total PVG 0 Total Spare PVs 0 Total Spare PVs in use 0 But the minor numbers of my two volume groups seem to be OK: [root@achilles]# ls -l /dev/vg* /dev/vg00: total 0 crw-r----- 1 root sys 64 0x000000 Feb 8 1999 group brw-r----- 1 root sys 64 0x000001 Feb 17 12:05 lvol1 brw-r----- 1 root sys 64 0x000002 Feb 8 1999 lvol2 brw-r----- 1 root sys 64 0x000003 Feb 8 1999 lvol3 brw-r----- 1 root sys 64 0x000004 Feb 17 12:05 lvol4 brw-r----- 1 root sys 64 0x000005 Feb 17 12:05 lvol5 brw-r----- 1 root sys 64 0x000006 Feb 17 12:05 lvol6 brw-r----- 1 root sys 64 0x000007 Feb 17 12:05 lvol7 brw-r----- 1 root sys 64 0x000008 Feb 17 12:05 lvol8 brw-r----- 1 root sys 64 0x000009 Feb 17 12:05 lvol9 crw-r----- 1 root sys 64 0x000001 Feb 8 1999 rlvol1 crw-r----- 1 root sys 64 0x000002 Feb 8 1999 rlvol2 crw-r----- 1 root sys 64 0x000003 Feb 8 1999 rlvol3 crw-r----- 1 root sys 64 0x000004 Feb 8 1999 rlvol4 crw-r----- 1 root sys 64 0x000005 Feb 8 1999 rlvol5 crw-r----- 1 root sys 64 0x000006 Feb 8 1999 rlvol6 crw-r----- 1 root sys 64 0x000007 Feb 8 1999 rlvol7 crw-r----- 1 root sys 64 0x000008 Feb 8 1999 rlvol8 crw-r----- 1 root sys 64 0x000009 Nov 6 2003 rlvol9 /dev/vg01: total 0 crw-r--r-- 1 root sys 64 0x010000 Feb 16 1999 group brw-r----- 1 root sys 64 0x010001 Feb 17 12:05 lvol1 brw-r----- 1 root sys 64 0x010002 Feb 17 12:05 lvol2 crw-r----- 1 root sys 64 0x010001 Feb 25 1999 rlvol1 crw-r----- 1 root sys 64 0x010002 Apr 19 2000 rlvol2 Has anybody an idea how to fix the problem? Bye, Norbert |
| |||
| Hello I sent you a private mail, but it bounced: ----- The following addresses had permanent fatal errors ----- <Norbert.Marrek@icn.siemens.de> (reason: 550 5.1.1 <Norbert.Marrek@icn.siemens.de>... Unknown user) ----- Transcript of session follows ----- .... while talking to goliath.siemens.de.: >>>>>> DATA Florian |
| |||
| "Florian Anwander" <spam.interessiert.nicht@mnet-online.de> wrote in message news:3lrc1eF13vf58U1@individual.net... > Hello > > I sent you a private mail, but it bounced: > > ----- The following addresses had permanent fatal errors ----- > <Norbert.Marrek@icn.siemens.de> > (reason: 550 5.1.1 <Norbert.Marrek@icn.siemens.de>... Unknown user) > > ----- Transcript of session follows ----- > ... while talking to goliath.siemens.de.: > > >>>>>> DATA > > > > Florian Please reply here or look in your spam.interessiert.nicht@mnet-online.de account for my email address. Bye, Norbert |
| ||||
| Hello ! Norbert Marrek wrote: > After restoring my root volume group, > vgdisplay shows an error message: > > [root@achilles]# vgdisplay > vgdisplay: Couldn't query volume group "/dev/vg00". > Possible error in the Volume Group minor number; Please check and make sure the group minor number > is unique. > vgdisplay: Cannot display volume group "/dev/vg00". Check the /dev recursivly for device files for the same mayor and minor nnumbers like in /dev/vg00. Or, if you have ServiceGuard installed there is in some circumstances a devicefile with the same mayor and minor number. Not shure, but i think it is /dev/slvm... Regards Lars |