Show us the output of:
fdisk -l /dev/sd[ab]
Disk /dev/sda: 1500.3GB 1500300828160 Bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = Cylindes of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 fd Linux RAID autodetect
/dev/sda2 14 60804 488303707+ fd Linux RAID autodetect
Disk /dev/sdb: 1500.3GB 1500300828160 Bytes
255 heads, 63 sectors/track, 182401 cylinders
Units = Cylindes of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 13 104384 fd Linux RAID autodetect
Partition 1 does not end on cylinder boundary
/dev/sdb2 13 182401 1465031647 fd Linux RAID autodetect
So the system sees the full disk but it looks like there is a partitioning problem with /dev/sdb. Any ideas on how/if I can fix this or alternatively recover the lvm data?