Mark Seger wrote:
> [EMAIL PROTECTED] ~]# pvdisplay -c
>  
> /dev/sda2:VolGroup00:70909952:-1:8:8:-1:32768:1082:3:1079:GopH0U-Wvv9-DZCJ-bCb6-or6b-84X1-Bp20m7
> 
>  
> /dev/sdb1::71119692:-1:0:0:-1:0:0:0:0:9CJRoT-xXEj-6t9v-7fGa-0Sms-hCFB-xUFTBt
> 
>  
> /dev/sdc1::142255512:-1:0:0:-1:0:0:0:0:dzNx3W-ifSL-rO0b-4IZ1-LNRD-TAEB-Bobw4x
> 

mmh strange configuration... it seems that sdb1 and sdc1 are tagged as
lvm partitions, but they're not used in any volume group!

Anyway at least VolGroup00 must be created, because sda2 is part of it,
but it's not reported in the autoinstallscript.conf:

  <disk dev="/dev/sda" label_type="msdos" unit_of_measurement="MB">
    <!--
      This disk's output was brought to you by the partition tool "parted",
      and by the numbers 4 and 5 and the letter Q.
    -->
    <part  num="1"  size="101.944"  p_type="primary"  p_name="-"
flags="boot" />
    <part  num="2"  size="*"  p_type="primary"  p_name="-"  flags="lvm" />
  </disk>

This should be:

  <disk dev="/dev/sda" label_type="msdos" unit_of_measurement="MB">
    <!--
      This disk's output was brought to you by the partition tool "parted",
      and by the numbers 4 and 5 and the letter Q.
    -->
    <part  num="1"  size="101.944"  p_type="primary"  p_name="-"
flags="boot" />
    <part  num="2"  size="*"  p_type="primary"  p_name="-"  flags="lvm"
lvm_group="VolGroup00" />
  </disk>

...maybe lvm info are printed in stderr, instead of stdout, so what does
`pvdisplay -c 2>/dev/null` say?)

-Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to