Hello Bernard,

In theory SystemImager should be able to detect all your disks on your
golden client.  I assume you ran si_prepareclient on the client and
generated a /etc/systemimager/autoinstallscript.conf file.  Can you
please post that and also the output of `mount` showing your disk
setup?

I've attached both files. The size of the LVM is correctly written in the autoinstallscript.conf file, but information on sdb, sdc and sdd is missing in that file. As a result, it seems (and reality proves it ;-) that it's impossible to reconstruct the correct LVM setup...

I just checked: it's probably a parted related problem, since:

# parted /dev/sdb
(parted) print
Error: Unable to open /dev/sdb - unrecognised disk label.

and parted is used to gather disk information for the autoinstallscript.conf...

Regards


Stefan
<!--
  
  autoinstallscript.conf
  vi:set filetype=xml:
  
  This file contains partition information about the disks on your golden
  client.  It is stored here in a generic format that is used by your
  SystemImager server to create an autoinstall script for cloning this
  system.
  
  You can change the information in this file to affect how your target
  machines are installed.  See "man autoinstallscript.conf" for details.
  
-->

<config>

  <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="57.57"  p_type="primary"  p_name="-"  flags="-" />
    <part  num="2"  size="10742.4"  p_type="primary"  p_name="-"  flags="boot" 
/>
    <part  num="3"  size="34365"  p_type="primary"  p_name="-"  flags="-" />
    <part  num="4"  size="101516"  p_type="primary"  p_name="-"  flags="lvm" 
lvm_group="scratch" />
  </disk>


  <lvm version="2">
    <lvm_group name="scratch" max_log_vols="0" max_phys_vols="0" 
phys_extent_size="4096K">
      <lv name="scratch" size="528797696K" />
    </lvm_group>
  </lvm>

  <fsinfo  line="10" real_dev="/dev/sda2" mp="/"  fs="ext3" 
options="acl,user_xattr" dump="1" pass="1" />
  <fsinfo  line="20" real_dev="/dev/sda3" mp="swap"  fs="swap" 
options="defaults" dump="0" pass="0" />
  <fsinfo  line="30" real_dev="proc" mp="/proc"  fs="proc" options="defaults" 
dump="0" pass="0" />
  <fsinfo  line="40" real_dev="sysfs" mp="/sys"  fs="sysfs" options="noauto" 
dump="0" pass="0" />
  <fsinfo  line="50" real_dev="debugfs" mp="/sys/kernel/debug"  fs="debugfs" 
options="noauto" dump="0" pass="0" />
  <fsinfo  line="60" real_dev="usbfs" mp="/proc/bus/usb"  fs="usbfs" 
options="noauto" dump="0" pass="0"  format="no" />
  <fsinfo  line="70" real_dev="devpts" mp="/dev/pts"  fs="devpts" 
options="mode=0620,gid=5" dump="0" pass="0" />
  <fsinfo  line="80" real_dev="/dev/sda1" mp="/diagpart"  fs="auto" 
options="defaults" dump="0" pass="0" />
<!--
  removed nfs file systems
-->
  <fsinfo  line="360" real_dev="/dev/scratch/scratch" mp="/SCRATCH"  
fs="reiserfs" options="acl,user_xattr" dump="1" pass="2" />

  <boel devstyle="udev"/>

</config>
/dev/sda2 on / type ext3 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
debugfs on /sys/kernel/debug type debugfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/sda1 on /diagpart type vfat (rw)
securityfs on /sys/kernel/security type securityfs (rw)
[ ... nfs file sytems ...]
/dev/mapper/scratch-scratch on /SCRATCH type reiserfs (rw)
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
sisuite-users mailing list
sisuite-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to