I have a 3ware 9500S-8 which is hosting a 1.14Tb and a 465Gb LVM volgrp.  This storage was in a system that smoked it's onboard video and subsequently the entire bus; or enough of it to bring the machine down hard (was a Fedora Core 6 box).  I moved the RAID card along with disks to a new system and I find that lvscan, pvscan, and vgscan all come up with the previously-existing LVM partitions/volgrps but I do not see the moved volgrps.  I suspect that the partitions were created improperly as a type 83 linux partition or whole-disk LVM but perhaps it's possible that the move to the new system somehow changed the partition type?  The latter doesn't seem very likely to me but I am running logical disk verification on my RAID controller to be sure that the disk set is intact.  Since this was an abrupt event I did not have the opportunity to export the volume groups first.
<br><br>I do see the following on an lvmdiskscan:<br>  /dev/ramdisk [       16.00 MB] <br>  /dev/dm-0    [       19.53 GB] <br>  /dev/ram     [       16.00 MB] <br>  /dev/sda1    [      196.08 MB] <br>  /dev/dm-1    [      
323.41 GB] <br>  /dev/ram2    [       16.00 MB] <br>  /dev/sda2    [      344.92 GB] LVM physical volume<br>  /dev/dm-2    [        1.94 GB] <br>  /dev/ram3    [       16.00 MB] <br>  /dev/ram4    [       16.00 MB] <br>  /dev/ram5    [       
16.00 MB] <br>  /dev/ram6    [       16.00 MB] <br>  /dev/ram7    [       16.00 MB] <br>  /dev/ram8    [       16.00 MB] <br>  /dev/ram9    [       16.00 MB] <br>  /dev/ram10   [       16.00 MB] <br>  /dev/ram11   [       
16.00 MB] <br>  /dev/ram12   [       16.00 MB] <br>  /dev/ram13   [       16.00 MB] <br>  /dev/ram14   [       16.00 MB] <br>  /dev/ram15   [       16.00 MB] <br>  /dev/sdb1    [        1.14 TB] <br>  /dev/sdc1    [      
465.64 GB] <br>  2 disks<br>  20 partitions<br>  0 LVM physical volume whole disks<br>  1 LVM physical volume<br><br>There are the RAID logical drives/LUNs that should contain the volgrps I want, /dev/sdb1 and sdc1.  The volgrp on /dev/sda2 is the host system's existing volgrp.  Could this really be as simple as changing the partition type to 8e, Linux LVM?  I am hesitant since while I do have a backup of the important data I would like to keep all of it if possible.  It is possible that one of the volgrps from the old system has the same default name of VolGroup00 if that makes a difference during recovery steps.  I have definitely learned to backup the /etc directory, can't keep it all in my brain any more.  Plus it'd be handy to have the original LVM files from the old system.  I will see if I can get the old root partition drive fired up in a USB enclosure to perhaps recover some useful LVM data.  Since that is also an LVM vol group, argh... Doubt that will go well.
<br><br>LVM ver info:<br># lvm> version<br>  LVM version:     2.02.28 (2007-08-24)<br>  Library version: 1.02.22 (2007-08-21)<br>  Driver version:  4.11.0<br><br>Kernel ver: <br># uname -r -v -i<br>2.6.23.9-85.fc8 #1 SMP Fri Dec 7 15:49:36 EST 2007 x86_64
<br><br>This is a fedora 8 system.  Output from scans:<br><br># pvscan -v<br>    Wiping cache of LVM-capable devices<br>    Wiping internal VG cache<br>    Walking through all physical volumes<br>  PV /dev/sda2   VG VolGroup00   lvm2 [
344.91 GB / 32.00 MB free]<br>  Total: 1 [344.91 GB] / in use: 1 [344.91 GB] / in no VG: 0 [0   ]<br><br># lvscan -v<br>    Finding all logical volumes<br>  ACTIVE            '/dev/VolGroup00/LogVolRootFS' [19.53 GB] inherit
<br>  ACTIVE            '/dev/VolGroup00/LogVolMythstor' [323.41 GB] inherit<br>  ACTIVE            '/dev/VolGroup00/LogVol01' [1.94 GB] inherit<br><br># vgscan -v <br>    Wiping cache of LVM-capable devices
<br>    Wiping internal VG cache<br>  Reading all physical volumes.  This may take a while...<br>    Finding all volume groups<br>    Finding volume group "VolGroup00"<br>  Found volume group "VolGroup00" using metadata type lvm2
<br><br>Any advice would be appreciated, please let me know if there's more info I can provide to provide a more clear picture.<br>Cory<br>