Hi,
i have tried to follow different HOWTO's on extending LVM groups with a second hard drive. I'm not sure what I have done to mess up, and I cannot recall all things I have tried in order to get things right.. which probably all resulted in a bigger mess.
The volume group /dev/VolGroup00 is still running as far is I can see, but the extra disk drive (160GB) isn't part of the volume group yet... below my current LVM table:
I need to get the NEW Physical Volume (/dev/hdb1) to be part of VolGroup00 (now existing only of /dev/hda2), and PV 'unknown device' must disappear somehow.
LVM diskcan displays the following:
Any attempt to fix this is appreciated!
i have tried to follow different HOWTO's on extending LVM groups with a second hard drive. I'm not sure what I have done to mess up, and I cannot recall all things I have tried in order to get things right.. which probably all resulted in a bigger mess.
The volume group /dev/VolGroup00 is still running as far is I can see, but the extra disk drive (160GB) isn't part of the volume group yet... below my current LVM table:
Code:
[root@serv01 ~]# pvdisplay
Couldn't find device with uuid 'v3nxFi-5NMu-biBc-06AQ-tG5w-5gNh-Ah7CVd'.
--- Physical volume ---
PV Name /dev/hda2
VG Name VolGroup00
PV Size 76.22 GB / not usable 0
Allocatable yes (but full)
PE Size (KByte) 32768
Total PE 2439
Free PE 0
Allocated PE 2439
PV UUID zy7FiO-sxzP-sFZ4-nPIO-0eMS-N1UY-yRzF6h
--- Physical volume ---
PV Name unknown device
VG Name VolGroup00
PV Size 149.03 GB / not usable 0
Allocatable yes (but full)
PE Size (KByte) 32768
Total PE 4769
Free PE 0
Allocated PE 4769
PV UUID v3nxFi-5NMu-biBc-06AQ-tG5w-5gNh-Ah7CVd
--- NEW Physical volume ---
PV Name /dev/hdb1
VG Name
PV Size 149.05 GB
Allocatable NO
PE Size (KByte) 0
Total PE 0
Free PE 0
Allocated PE 0
PV UUID dxyOPI-rM7h-JDjP-2rgT-E5gl-YMyR-dx8T2W
I need to get the NEW Physical Volume (/dev/hdb1) to be part of VolGroup00 (now existing only of /dev/hda2), and PV 'unknown device' must disappear somehow.
LVM diskcan displays the following:
Code:
[root@serv01 ~]# lvmdiskscan
/dev/hda1 [ 101.94 MB]
/dev/hda2 [ 76.23 GB] LVM physical volume
/dev/hdb1 [ 149.05 GB] LVM physical volume
0 disks
1 partition
0 LVM physical volume whole disks
2 LVM physical volumes
Any attempt to fix this is appreciated!