Here it is.  Thank you:

<!--

  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="" 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.
    -->
  </disk>

  <disk dev="/dev/sdb" label_type="" 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.
    -->
  </disk>

  <raid name="/dev/md2"
    raid_level="raid1"
    raid_devices="2"
    spare_devices="0"
    persistence="yes"
    devices="/dev/sda3 /dev/sdb3"
  />
  <raid name="/dev/md1"
    raid_level="raid1"
    raid_devices="2"
    spare_devices="0"
    persistence="yes"
    devices="/dev/sda2 /dev/sdb2"
  />
  <raid name="/dev/md4"
    raid_level="raid1"
    raid_devices="2"
    spare_devices="0"
    persistence="yes"
    devices="/dev/sda5 /dev/sdb5"
  />
  <raid name="/dev/md3"
    raid_level="raid1"
    raid_devices="2"
    spare_devices="0"
    persistence="yes"
    devices="/dev/sda1 /dev/sdb1"
  />
  <raid name="/dev/md0"
    raid_level="raid1"
    raid_devices="2"
    spare_devices="0"
    persistence="yes"
    devices="/dev/sda6 /dev/sdb6"
  />

  <fsinfo  line="10" real_dev="/dev/md0" mp="/"  fs="ext3"
options="defaults" dump="1" pass="1" />
  <fsinfo  line="20" real_dev="/dev/md3" 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="proc" mp="/proc"  fs="proc"
options="defaults" dump="0" pass="0" />
  <fsinfo  line="60" real_dev="sysfs" mp="/sys"  fs="sysfs"
options="defaults" dump="0" pass="0" />
  <fsinfo  line="70" real_dev="/dev/md2" mp="/tmp"  fs="ext3"
options="defaults" dump="1" pass="2" />
  <fsinfo  line="80" real_dev="/dev/md1" mp="/var"  fs="ext3"
options="defaults,user_xattr" dump="1" pass="2" />
  <fsinfo  line="90" real_dev="/dev/md4" mp="swap"  fs="swap"
options="defaults" dump="0" pass="0" />
  <fsinfo  line="100" comment="#nas01-365-sf.internal.piczo.com:/bluearcroot
/mnt/bluearc    nfs
tcp,noatime,hard,intr,rw,rsize=32768,wsize=32768,timeo=600,bg,retrans=2,noct
o,async 0 0" />
  <fsinfo  line="110" real_dev="c7-nas.internal.piczo.com:/bluearcroot"
mp="/mnt/bluearc"  fs="nfs"
options="async,udp,noatime,hard,intr,rw,rsize=32768,wsize=32768,timeo=600,bg
,async,nolock" dump="0" pass="0" />

  <boel devstyle="static"/>

</config>

On 10/6/06 12:28 AM, "Andrea Righi" <[EMAIL PROTECTED]> wrote:

> Can you post your autoinstallscript.conf (you can find it in
> /var/lib/systemimager/images/<your_image>/etc/systemimager).
> 
> Cheers,
> -Andrea
> 
> Jeremy Hansen wrote:
>> I'm getting this error:
>> 
>> get_arch
>> Partitioning /dev/sda...
>> Old partition table for /dev/sda:
>> Disk geometry for /dev/sda: 0kB - 80GB
>> Disk labSCSI device sda: 156301488 512-byte hdwr sectors (80026 MB)
>> el type: msdos
>> sda: Write Protect is off
>> Number Start EndSCSI device sda: drive cache: write through
>>  Size Type File  sda:system Flags
>> 1 32kB 156MB 156MB unknown partition table
>>  primary ext3 raid
>> 2 156MB 11GB 10GB primary ext3 raid
>> 3 11GB 16GB 5240MB primary ext3 raid
>> 4 16GB 80GB 64GB extended
>> 5 16GB 20GB 4294MB logical linux-swap raid
>> 6 20GB 80GB 60GB logical ext3 raid
>> 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 || shellout
>> Error: Expecting a disk label type.
>> Killing off running processes.
>> 
>> And it drops me to the busybox shell.  I think I actually dealt with this
>> problem before, but can't find any archives on what I did to fix it.
>> 
>> It's 3.7.4 on both the server and client.
>> 
>> x86_64
>> 
>> And the other interesting thing is that we have old systemimager images that
>> continue to work fine.  So something changed somewhere and I can't quite
>> pinpoint what it is.
>> 
>> Thanks
>> -jeremy
> 
> -------------------------------------------------------------------------
> 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-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/sisuite-users



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to