Hi.

I tried the latest stable version of sysimager, in hopes this has the RAID
issues resolved. No luck - the image loading to client still stops with
ADD_NEW_DISK.

Attached below the dump of my autoinstall file, and the errors I'm
receiving. Any help would be greatly appreciated.

Regards,
Stas.

(autoinstall)
<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="106.97"  p_type="primary"  p_name="-"
flags="boot,raid" />
    <part  num="2"  size="2097"  p_type="primary"  p_name="-"  flags="raid"
/>
    <part  num="3"  size="2098"  p_type="primary"  p_name="-"  flags="raid"
/>
    <part  num="4"  size="495803"  p_type="primary"  p_name="-"
flags="raid" />
  </disk>

  <disk dev="/dev/sdb" 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="106.97"  p_type="primary"  p_name="-"
flags="boot,raid" />
    <part  num="2"  size="2097"  p_type="primary"  p_name="-"  flags="raid"
/>
    <part  num="3"  size="2098"  p_type="primary"  p_name="-"  flags="raid"
/>
    <part  num="4"  size="495803"  p_type="primary"  p_name="-"
flags="raid" />
  </disk>

  <disk dev="/dev/sdc" 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="106.97"  p_type="primary"  p_name="-"
flags="boot,raid" />
    <part  num="2"  size="2097"  p_type="primary"  p_name="-"  flags="raid"
/>
    <part  num="3"  size="2098"  p_type="primary"  p_name="-"  flags="raid"
/>
    <part  num="4"  size="495803"  p_type="primary"  p_name="-"
flags="raid" />
  </disk>

  <disk dev="/dev/sdd" 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="106.97"  p_type="primary"  p_name="-"
flags="boot,raid" />
    <part  num="2"  size="2097"  p_type="primary"  p_name="-"  flags="raid"
/>
    <part  num="3"  size="2098"  p_type="primary"  p_name="-"  flags="raid"
/>
    <part  num="4"  size="495803"  p_type="primary"  p_name="-"
flags="raid" />
  </disk>

  <raid name="/dev/md2"
    raid_level="raid5"
    raid_devices="4"
    spare_devices="0"
    persistence="yes"
    layout="left-symmetric"
    chunk_size="256K"
    devices="/dev/sda3 /dev/sdb3 /dev/sdc3 /dev/sdd3"
  />
  <raid name="/dev/md1"
    raid_level="raid5"
    raid_devices="4"
    spare_devices="0"
    persistence="yes"
    layout="left-symmetric"
    chunk_size="256K"
    devices="/dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2"
  />
  <raid name="/dev/md3"
    raid_level="raid5"
    raid_devices="4"
    spare_devices="0"
    persistence="yes"
    layout="left-symmetric"
    chunk_size="256K"
    devices="/dev/sda4 /dev/sdb4 /dev/sdc4 /dev/sdd4"
  />
  <raid name="/dev/md0"
    raid_level="raid1"
    raid_devices="4"
    spare_devices="0"
    persistence="yes"
    devices="/dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1"
  />

  <fsinfo  line="10" real_dev="/dev/md2" mp="/"  fs="ext3"
options="defaults" dump="1" pass="1" />
  <fsinfo  line="20" real_dev="/dev/md0" mp="/boot"  fs="ext3"
options="defaults" dump="1" pass="2" />
  <fsinfo  line="30" real_dev="devpts" mp="/dev/pts"  fs="devpts"
options="gid=5,mode=620" dump="0" pass="0" />
  <fsinfo  line="40" real_dev="tmpfs" mp="/dev/shm"  fs="tmpfs"
options="defaults" dump="0" pass="0" />
  <fsinfo  line="50" real_dev="/dev/md3" mp="/media"  fs="ext3"
options="defaults" dump="1" pass="2" />
  <fsinfo  line="60" real_dev="proc" mp="/proc"  fs="proc"
options="defaults" dump="0" pass="0" />
  <fsinfo  line="70" real_dev="sysfs" mp="/sys"  fs="sysfs"
options="defaults" dump="0" pass="0" />
  <fsinfo  line="80" real_dev="/dev/md1" mp="swap"  fs="swap"
options="defaults" dump="0" pass="0" />

  <boel devstyle="udev"/>

</config>


(Only errors)
Load software RAID modules.
insmod: cannot insert `/lib/modules/2.6.21-boel_v4.0.2/kernel/drivers/md/md-
mod.ko': File exists (-1): File exists
insmod: cannot insert `/lib/modules/2.6.21-boel_v4.0.2/kernel/drivers/md/md-
mod.ko': File exists (-1): File exists
modprobe: module raid5 not found.
modprobe: failed to load module raid5
modprobe: module raid6 not found.
modprobe: failed to load module raid6
insmod: cannot insert `/lib/modules/2.6.21-boel_v4.0.2/kernel/drivers/md/md-
mod.ko': File exists (-1): File exists
yes | mdadm --create /dev/md0 --auto yes --level raid1 --raid-devices 4
/dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1
mdadm: array /dev/md0 started.
yes | mdadm --create /dev/md1 --auto yes --level raid5 --raid-devices 4
--layout left-symmetric --chunk 256 /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2
mdadm: ADD_NEW_DISK for /dev/sda2 failed: Invalid argument
yes | mdadm --create /dev/md2 --auto yes --level raid5 --raid-devices 4
--layout left-symmetric --chunk 256 /dev/sda3 /dev/sdb3 /dev/sdc3 /dev/sdd3
mdadm: ADD_NEW_DISK for /dev/sda3 failed: Invalid argument
yes | mdadm --create /dev/md3 --auto yes --level raid5 --raid-devices 4
--layout left-symmetric --chunk 256 /dev/sda4 /dev/sdb4 /dev/sdc4 /dev/sdd4
mdadm: ADD_NEW_DISK for /dev/sda4 failed: Invalid argument
Load device mapper driver (for LVM).
Load additional filesystem drivers.
modprobe: module fat not found.
modprobe: failed to load module fat
modprobe: module vfat not found.
modprobe: failed to load module vfat
mkswap -v1 /dev/md1 || shellout
mkswap: error: swap area needs to be at least 40kB
Usage: mkswap [-c] [-v0|-v1] [-pPAGESZ] [-L label] /dev/name [blocks]
Killing off running processes.


(Longer version)

>>> /scripts/nc3image.master

get_arch
Partitioning /dev/sda...
Old partition table for /dev/sda:
Error: Unable to open /dev/sda - unrecognised disk label.
dd if=/dev/zero of=/dev/sda bs=512 count=1 || shellout
1+0 records in
1+0 records out
blockdev --rereadpt /dev/sda
parted -s -- /dev/sda mklabel msdos || shellout
Creating partition /dev/sda1.
parted -s -- /dev/sda mkpart primary 0 106.97 || shellout
parted -s -- /dev/sda set 1 boot on
root: logger: parted /dev/sda set 1 boot on
parted -s -- /dev/sda set 1 raid on
root: logger: parted /dev/sda set 1 raid on
Creating partition /dev/sda2.
parted -s -- /dev/sda mkpart primary 106.97 2203.97 || shellout
parted -s -- /dev/sda set 2 raid on
root: logger: parted /dev/sda set 2 raid on
Creating partition /dev/sda3.
parted -s -- /dev/sda mkpart primary 2203.97 4301.97 || shellout
parted -s -- /dev/sda set 3 raid on
root: logger: parted /dev/sda set 3 raid on
Creating partition /dev/sda4.
parted -s -- /dev/sda mkpart primary 4301.97 500104.97 || shellout
parted -s -- /dev/sda set 4 raid on
root: logger: parted /dev/sda set 4 raid on
New partition table for /dev/sda:
parted -s -- /dev/sda print
Disk geometry for /dev/sda: 0kB - 500GB
Disk label type: msdos
Number Start End Size Type File system Flags
1 32kB 107MB 107MB primary boot, raid
2 107MB 2204MB 2097MB primary raid
3 2204MB 4302MB 2097MB primary raid
4 4302MB 500GB 496GB primary raid
Partitioning /dev/sdb...
Old partition table for /dev/sdb:
Error: Unable to open /dev/sdb - unrecognised disk label.
dd if=/dev/zero of=/dev/sdb bs=512 count=1 || shellout
1+0 records in
1+0 records out
blockdev --rereadpt /dev/sdb
parted -s -- /dev/sdb mklabel msdos || shellout
Creating partition /dev/sdb1.
parted -s -- /dev/sdb mkpart primary 0 106.97 || shellout
parted -s -- /dev/sdb set 1 boot on
root: logger: parted /dev/sdb set 1 boot on
parted -s -- /dev/sdb set 1 raid on
root: logger: parted /dev/sdb set 1 raid on
Creating partition /dev/sdb2.
parted -s -- /dev/sdb mkpart primary 106.97 2203.97 || shellout
parted -s -- /dev/sdb set 2 raid on
root: logger: parted /dev/sdb set 2 raid on
Creating partition /dev/sdb3.
parted -s -- /dev/sdb mkpart primary 2203.97 4301.97 || shellout
parted -s -- /dev/sdb set 3 raid on
root: logger: parted /dev/sdb set 3 raid on
Creating partition /dev/sdb4.
parted -s -- /dev/sdb mkpart primary 4301.97 500104.97 || shellout
parted -s -- /dev/sdb set 4 raid on
root: logger: parted /dev/sdb set 4 raid on
New partition table for /dev/sdb:
parted -s -- /dev/sdb print
Disk geometry for /dev/sdb: 0kB - 500GB
Disk label type: msdos
Number Start End Size Type File system Flags
1 32kB 107MB 107MB primary boot, raid
2 107MB 2204MB 2097MB primary raid
3 2204MB 4302MB 2097MB primary raid
4 4302MB 500GB 496GB primary raid
Partitioning /dev/sdc...
Old partition table for /dev/sdc:
Error: Unable to open /dev/sdc - unrecognised disk label.
dd if=/dev/zero of=/dev/sdc bs=512 count=1 || shellout
1+0 records in
1+0 records out
blockdev --rereadpt /dev/sdc
parted -s -- /dev/sdc mklabel msdos || shellout
Creating partition /dev/sdc1.
parted -s -- /dev/sdc mkpart primary 0 106.97 || shellout
parted -s -- /dev/sdc set 1 boot on
root: logger: parted /dev/sdc set 1 boot on
parted -s -- /dev/sdc set 1 raid on
root: logger: parted /dev/sdc set 1 raid on
Creating partition /dev/sdc2.
parted -s -- /dev/sdc mkpart primary 106.97 2203.97 || shellout
parted -s -- /dev/sdc set 2 raid on
root: logger: parted /dev/sdc set 2 raid on
Creating partition /dev/sdc3.
parted -s -- /dev/sdc mkpart primary 2203.97 4301.97 || shellout
parted -s -- /dev/sdc set 3 raid on
root: logger: parted /dev/sdc set 3 raid on
Creating partition /dev/sdc4.
parted -s -- /dev/sdc mkpart primary 4301.97 500104.97 || shellout
parted -s -- /dev/sdc set 4 raid on
root: logger: parted /dev/sdc set 4 raid on
New partition table for /dev/sdc:
parted -s -- /dev/sdc print
Disk geometry for /dev/sdc: 0kB - 500GB
Disk label type: msdos
Number Start End Size Type File system Flags
1 32kB 107MB 107MB primary boot, raid
2 107MB 2204MB 2097MB primary raid
3 2204MB 4302MB 2097MB primary raid
4 4302MB 500GB 496GB primary raid
Partitioning /dev/sdd...
Old partition table for /dev/sdd:
Error: Unable to open /dev/sdd - unrecognised disk label.
dd if=/dev/zero of=/dev/sdd bs=512 count=1 || shellout
1+0 records in
1+0 records out
blockdev --rereadpt /dev/sdd
parted -s -- /dev/sdd mklabel msdos || shellout
Creating partition /dev/sdd1.
parted -s -- /dev/sdd mkpart primary 0 106.97 || shellout
parted -s -- /dev/sdd set 1 boot on
root: logger: parted /dev/sdd set 1 boot on
parted -s -- /dev/sdd set 1 raid on
root: logger: parted /dev/sdd set 1 raid on
Creating partition /dev/sdd2.
parted -s -- /dev/sdd mkpart primary 106.97 2203.97 || shellout
parted -s -- /dev/sdd set 2 raid on
root: logger: parted /dev/sdd set 2 raid on
Creating partition /dev/sdd3.
parted -s -- /dev/sdd mkpart primary 2203.97 4301.97 || shellout
parted -s -- /dev/sdd set 3 raid on
root: logger: parted /dev/sdd set 3 raid on
Creating partition /dev/sdd4.
parted -s -- /dev/sdd mkpart primary 4301.97 500104.97 || shellout
parted -s -- /dev/sdd set 4 raid on
root: logger: parted /dev/sdd set 4 raid on
New partition table for /dev/sdd:
parted -s -- /dev/sdd print
Disk geometry for /dev/sdd: 0kB - 500GB
Disk label type: msdos
Number Start End Size Type File system Flags
1 32kB 107MB 107MB primary boot, raid
2 107MB 2204MB 2097MB primary raid
3 2204MB 4302MB 2097MB primary raid
4 4302MB 500GB 496GB primary raid
Load software RAID modules.
insmod: cannot insert `/lib/modules/2.6.21-boel_v4.0.2/kernel/drivers/md/md-
mod.ko': File exists (-1): File exists
insmod: cannot insert `/lib/modules/2.6.21-boel_v4.0.2/kernel/drivers/md/md-
mod.ko': File exists (-1): File exists
modprobe: module raid5 not found.
modprobe: failed to load module raid5
modprobe: module raid6 not found.
modprobe: failed to load module raid6
insmod: cannot insert `/lib/modules/2.6.21-boel_v4.0.2/kernel/drivers/md/md-
mod.ko': File exists (-1): File exists
yes | mdadm --create /dev/md0 --auto yes --level raid1 --raid-devices 4
/dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1
mdadm: array /dev/md0 started.
yes | mdadm --create /dev/md1 --auto yes --level raid5 --raid-devices 4
--layout left-symmetric --chunk 256 /dev/sda2 /dev/sdb2 /dev/sdc2 /dev/sdd2
mdadm: ADD_NEW_DISK for /dev/sda2 failed: Invalid argument
yes | mdadm --create /dev/md2 --auto yes --level raid5 --raid-devices 4
--layout left-symmetric --chunk 256 /dev/sda3 /dev/sdb3 /dev/sdc3 /dev/sdd3
mdadm: ADD_NEW_DISK for /dev/sda3 failed: Invalid argument
yes | mdadm --create /dev/md3 --auto yes --level raid5 --raid-devices 4
--layout left-symmetric --chunk 256 /dev/sda4 /dev/sdb4 /dev/sdc4 /dev/sdd4
mdadm: ADD_NEW_DISK for /dev/sda4 failed: Invalid argument
Load device mapper driver (for LVM).
Load additional filesystem drivers.
modprobe: module fat not found.
modprobe: failed to load module fat
modprobe: module vfat not found.
modprobe: failed to load module vfat
mkswap -v1 /dev/md1 || shellout
mkswap: error: swap area needs to be at least 40kB
Usage: mkswap [-c] [-v0|-v1] [-pPAGESZ] [-L label] /dev/name [blocks]
Killing off running processes.

write_variables
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to