Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problems with two identical hdd's in fcr4
#11

i tried

 

no luck

 

look !

 



Code:
[root@www videos]# lvremove /dev/VolGroup00/LogVol00
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Volume group "VolGroup00" not found
[root@www videos]# vgchange -a n VolGroup00
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Unable to find volume group "VolGroup00"
[root@www videos]# vgremove VolGroup00
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Couldn't find device with uuid 'pORQNQ-hLpc-NkRL-FGW4-bTMF-p6ru-tK2QNj'.
 Couldn't find all physical volumes for volume group VolGroup00.
 Volume group "VolGroup00" not found or inconsistent.
 Consider vgreduce --removemissing if metadata is inconsistent.




Reply
#12

ok .. so lets just blank the partition info on the disk..

 



Code:
# dd if=/dev/zero of=/dev/hdb bs=512 count=1




 

Careful with the of= ;)

 

Then continue with fdisk to recreate partition info, then step in at the pvcreate step

 



Code:
# fdisk /dev/hdb
n
p
1
<enter>
<enter>
t
1
8e
w




 

(thats from memory :))

Reply
#13

ok did what znx told me and now /dev/hdb/ is just one blank partition

 



Code:
fdisk /dev/hdb   then   n  p  1  accept defaults




 

so it now looks like

 

Quote:[root@www videos]# fdisk -l 

Disk /dev/hda: 40.0 GB, 40000000000 bytes

255 heads, 63 sectors/track, 4863 cylinders

Units = cylinders of 16065 * 512 = 8225280 bytes

 

Device Boot      Start      End      Blocks Id  System

/dev/hda1 *        1          13      104391 83  Linux

/dev/hda2              14        4863    38957625 8e  Linux LVM

 

Disk /dev/hdb: 40.0 GB, 40020664320 bytes

16 heads, 63 sectors/track, 77545 cylinders

Units = cylinders of 1008 * 512 = 516096 bytes

 

Device Boot      Start      End      Blocks Id  System

/dev/hdb1            1    77545    39082648+  83  Linux
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)