Hello,<br><br>I am very new to LVM. Trying to extend a LV after I added a 4th disk in a HW RAID, but I don't have much luck. I am really hoping someone out there can help me.<br><br>Here is my setup:<br><br>[root@sk-nas ~]# fdisk /dev/cciss/c0d0<br>
<br>The number of cylinders for this disk is set to 53535.<br>There is nothing wrong with that, but this is larger than 1024,<br>and could in certain setups cause problems with:<br>1) software that runs at boot time (e.g., old versions of LILO)<br>
2) booting and partitioning software from other OSs<br>   (e.g., DOS FDISK, OS/2 FDISK)<br><br>Command (m for help): p<br><br>Disk /dev/cciss/c0d0: 440.3 GB, 440345714688 bytes<br>255 heads, 63 sectors/track, 53535 cylinders<br>
Units = cylinders of 16065 * 512 = 8225280 bytes<br><br>           Device Boot      Start         End      Blocks   Id  System<br>/dev/cciss/c0d0p1   *           1          13      104391   83  Linux<br>/dev/cciss/c0d0p2              14       35690   286575502+  8e  Linux LVM<br>
<br>Command (m for help): <br><br>As one can see /dev/cciss/c0d0 is now 440.3GB, which means that my 4th disk is "physically" seen in the array. so far so good.<br><br>First issue, looks like the 4th disk in not seen by pvscan?<br>
<br>[root@sk-nas ~]# pvscan<br>  PV /dev/cciss/c0d0p2   VG VolGroup00   lvm2 [273.28 GB / 0    free]<br>  Total: 1 [273.28 GB] / in use: 1 [273.28 GB] / in no VG: 0 [0   ]<br>[root@sk-nas ~]# <br><br>[root@sk-nas ~]# pvdisplay <br>
  --- Physical volume ---<br>  PV Name               /dev/cciss/c0d0p2<br>  VG Name               VolGroup00<br>  PV Size               273.30 GB / not usable 18.89 MB<br>  Allocatable           yes (but full)<br>  PE Size (KByte)       32768<br>
  Total PE              8745<br>  Free PE               0<br>  Allocated PE          8745<br>  PV UUID               07qmA3-5eD9-klBa-OzWp-XDz1-pUvX-KGXAji<br>   <br>[root@sk-nas ~]# <br><br>What should I do, looks like my first disk is not seen by lvm?<br>
<br>Thanks!<br><br>Michael<br>