Attached is my autoinstallscript.conf and master scripts. The only manual intervention was to add the label_type to autoinstallscript.conf since for some reason it doesn't do this automatically.
On 10/14/06 1:49 PM, "Andrea Righi" <[EMAIL PROTECTED]> wrote: > Your output seems quite strange... I need your autoinstallscript.conf to > figure better where's the problem (you can find it in > /var/lib/systemimager/images/<your_image>/etc/systemimager/autoinstallscript.c > onf). > > Moreover what's the output of the following commands (in your golden > client)? > > uname -a [EMAIL PROTECTED] ~]# uname -a Linux static01 2.6.17-1.2187_FC5 #1 SMP Mon Sep 11 01:16:59 EDT 2006 x86_64 x86_64 x86_64 GNU/Linux > parted -s -- /dev/sda print [EMAIL PROTECTED] ~]# parted -s -- /dev/sda print Disk /dev/sda: 80.0GB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 32.3kB 156MB 156MB primary ext3 boot 2 156MB 15.9GB 15.7GB primary ext3 3 15.9GB 21.1GB 5240MB primary ext3 4 21.1GB 80.0GB 58.9GB extended 5 21.1GB 25.4GB 4294MB logical linux-swap 6 25.4GB 80.0GB 54.6GB logical ext3 > parted -s -- /dev/sdb print [EMAIL PROTECTED] ~]# parted -s -- /dev/sdb print Disk /dev/sdb: 80.0GB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 32.3kB 80.0GB 80.0GB primary reiserfs boot > sfdisk -l -uM /dev/sda [EMAIL PROTECTED] ~]# sfdisk -l -uM /dev/sda Disk /dev/sda: 9729 cylinders, 255 heads, 63 sectors/track Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End MiB #blocks Id System /dev/sda1 * 0+ 149- 150- 152586 83 Linux /dev/sda2 149+ 15147- 14999- 15358140 83 Linux /dev/sda3 15147+ 20144- 4997- 5116702+ 83 Linux /dev/sda4 20144+ 76316- 56173- 57520732+ 5 Extended /dev/sda5 20144+ 24238- 4095- 4192933+ 82 Linux swap / Solaris /dev/sda6 24238+ 76316- 52078- 53327736 83 Linux > sfdisk -l -uM /dev/sdb [EMAIL PROTECTED] ~]# sfdisk -l -uM /dev/sdb Disk /dev/sdb: 9729 cylinders, 255 heads, 63 sectors/track Units = mebibytes of 1048576 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End MiB #blocks Id System /dev/sdb1 * 0+ 76316- 76317- 78148161 83 Linux /dev/sdb2 0 - 0 0 0 Empty /dev/sdb3 0 - 0 0 0 Empty /dev/sdb4 0 - 0 0 0 Empty Thank You -jeremy > Regards, > -Andrea > > Jeremy wrote: >> Still no luck with this. I tried doing si_autoinstallscript and same >> results. Any ideas? Frustrating that I can't this going because it would >> make my job so much easier :-) >> >> Thanks >> -jeremy >> >> >> On 10/12/06 2:53 PM, "Jeremy Hansen" <[EMAIL PROTECTED]> wrote: >> >>> Everything is now on version 3.7.4-1. I reran si_prepareclient but it still >>> leaves the label_type blank. I put in msdos. I then reran the si_getimage >>> and now this is the errors I receive on a client boot: >>> >>> get_arch >>> Partitioning /dev/sda... >>> Old partition table for /dev/sda: >>> DSCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) >>> isk geometry forsda: Write Protect is off >>> /dev/sda: 0kB -SCSI device sda: drive cache: write through >>> 80GB >>> Disk labe sda:l type: msdos >>> Number Start End unknown partition table >>> Size Type File system Flags >>> dd if=/dev/zero of=/dev/sda bs=512 count=1 || shellout >>> 1+0 records in >>> 1+0 records out >>> blockdev -SCSI device sdb: 156301488 512-byte hdwr sectors (80026 MB) >>> -rereadpt /dev/ssdb: Write Protect is off >>> da >>> parted -s --SCSI device sdb: drive cache: write through >>> /dev/sda mklabe sdb:l msdos || shellout >>> New partiti unknown partition table >>> on table for /dev/sda: >>> parted -s -- /dev/sda print >>> Disk geometry for /dev/sda:md: linear personality registered for level -1 >>> 0kB - 80GB >>> Dismd: raid0 personality registered for level 0 >>> k label type: msmd: raid1 personality registered for level 1 >>> dos >>> Number Starraid5: automatically using best checksumming function: >>> generic_sse >>> t End Size Type File system Flag generic_sse: 6768.000 MB/sec >>> s >>> Partitioning raid5: using function: generic_sse (6768.000 MB/sec) >>> /dev/sdb... >>> Old partition tablemd: raid5 personality registered for level 5 >>> for /dev/sdb: >>> md: raid4 personality registered for level 4 >>> Disk geometry for /dev/sdb: 0kB - 80GB >>> Disk label type: msdos >>> Number Start Endraid6: int64x1 1625 MB/s >>> Size Type File system Flags >>> dd if=/dev/zero of=/dev/sdb bs=512 count=1 || shelraid6: int64x2 2020 MB/s >>> lout >>> 1+0 records in >>> 1+0 records out >>> blockdev --rereadpt /dev/sdb >>> parted -s -raid6: int64x4 2321 MB/s >>> - /dev/sdb mklabel msdos || shellout >>> New partition table for /dev/sdb: >>> parted raid6: int64x8 1778 MB/s >>> -s -- /dev/sdb print >>> Disk geometry for /dev/sdb: 0kB - 80GB >>> Disk label type: mraid6: sse2x1 2249 MB/s >>> sdos >>> Number Start End Size Type File system Flags >>> raid6: sse2x2 3143 MB/s. >>> >>> raid6: sse2x4 3573 MB/s >>> raid6: using algorithm sse2x4 (3573 MB/s) >>> md: raid6 personality registered for level 6 >>> md: raid10 personality registered for level 10 >>> Load device mapper driver (for LVM). >>> Load additional filesystem drivers. >>> modprobe: module ext2 not found. >>> modprobe: failed to load module ext2 >>> mke2fs -j /dev/sda6 || shellout >>> mke2fs 1.38 (30-Jun-2005) >>> Could not stat /dev/sda6 --- No such file or directory >>> >>> Thank You >>> -jeremy >>> >>> >>> On 10/12/06 2:06 PM, "Jeremy Hansen" <[EMAIL PROTECTED]> wrote: >>> >>>> On the systemimager server or client? >>>> >>>> Thanks >>>> -jeremy >>>> >>>> >>>> On 10/12/06 1:56 PM, "Andrea Righi" <[EMAIL PROTECTED]> wrote: >>>> >>>>> Did you re-run si_mkautoinstallscript? >>>>> >>>>> -Andrea >>>>> >>>>> Jeremy wrote: >>>>>> I'm also seeing this: >>>>>> >>>>>> get_arch >>>>>> Partitioning /dev/sda... >>>>>> Old partition table for /dev/sda: >>>>>> DSCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) >>>>>> isk geometry forsda: Write Protect is off >>>>>> /dev/sda: 0kB -SCSI device sda: drive cache: write through >>>>>> 80GB >>>>>> Disk labe sda:l type: msdos >>>>>> Number Start End unknown partition table >>>>>> Size Type File system Flags >>>>>> 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. >>>>>> >>>>>> -jeremy >>>>>> >>>>>> >>>>>> On 10/12/06 11:34 AM, "Jeremy" <[EMAIL PROTECTED]> wrote: >>>>>> >>>>>>> Any ideas? The thing I don't understand is that I had the initial >>>>>>> problem >>>>>>> where label_type was not being filled in with the autoinstall.conf file. >>>>>>> So >>>>>>> I added msdos in the quotes and now I'm getting this. I know I fixed >>>>>>> this >>>>>>> in the past because I have images that work right now that use a raid >>>>>>> config. This machine is not using software raid and I'm having troubles >>>>>>> with the image. >>>>>>> >>>>>>> Thanks >>>>>>> -jeremy >>>>>>> >>>>>>> >>>>>>> get_arch >>>>>>> Partitioning /dev/sda... >>>>>>> Old partition table for /dev/sda: >>>>>>> DSCSI device sda: 156301488 512-byte hdwr sectors (80026 MB) >>>>>>> isk geometry forsda: Write Protect is off >>>>>>> /dev/sda: 0kB -SCSI device sda: drive cache: write through >>>>>>> 80GB >>>>>>> Disk labe sda:l type: msdos >>>>>>> Number Start End unknown partition table >>>>>>> Size Type File system Flags >>>>>>> dd if=/dev/zero of=/dev/sda bs=512 count=1 || shellout >>>>>>> 1+0 records in >>>>>>> 1+0 records out >>>>>>> blockdev -SCSI device sdb: 156301488 512-byte hdwr sectors (80026 MB) >>>>>>> -rereadpt /dev/ssdb: Write Protect is off >>>>>>> da >>>>>>> parted -s --SCSI device sdb: drive cache: write through >>>>>>> /dev/sda mklabe sdb:l msdos || shell unknown partition table >>>>>>> out >>>>>>> New partition table for /dev/sda: >>>>>>> parted -s -- /dev/sda print >>>>>>> Disk geometmd: linear personality registered for level -1 >>>>>>> ry for /dev/sda:md: raid0 personality registered for level 0 >>>>>>> 0kB - 80GB >>>>>>> Dismd: raid1 personality registered for level 1 >>>>>>> k label type: msraid5: automatically using best checksumming function: >>>>>>> generic_sse >>>>>>> dos >>>>>>> Number Start End Size Type generic_sse: 6768.000 MB/sec >>>>>>> File system Flagraid5: using function: generic_sse (6768.000 MB/sec) >>>>>>> s >>>>>>> Partitioning /dev/sdb... >>>>>>> Oldmd: raid5 personality registered for level 5 >>>>>>> partition tablemd: raid4 personality registered for level 4 >>>>>>> for /dev/sdb: >>>>>>> Disk geometry for /dev/sdb: 0kB - 80GB >>>>>>> Disk label type: msdos >>>>>>> raid6: int64x1 1628 MB/s >>>>>>> Number Start End Size Type File system Flags >>>>>>> dd if=/dev/zero of=/dev/sdb bs=512raid6: int64x2 2016 MB/s >>>>>>> count=1 || shellout >>>>>>> 1+0 records in >>>>>>> 1+0 records out >>>>>>> blockdev --rereadpt /dev/raid6: int64x4 2326 MB/s >>>>>>> sdb >>>>>>> parted -s -- /dev/sdb mklabel msdos || shellout >>>>>>> New partition table for /draid6: int64x8 1780 MB/s >>>>>>> ev/sdb: >>>>>>> parted -s -- /dev/sdb print >>>>>>> Disk geometry for /dev/sdb: 0kB - 80GB >>>>>>> Diraid6: sse2x1 2324 MB/s >>>>>>> sk label type: msdos >>>>>>> Number Start End Size Type File system Flags >>>>>>> Load softwarraid6: sse2x2 3315 MB/s >>>>>>> e RAID modules. >>>>>>> raid6: sse2x4 3771 MB/s >>>>>>> raid6: using algorithm sse2x4 (3771 MB/s) >>>>>>> md: raid6 personality registered for level 6 >>>>>>> md: raid10 personality registered for level 10 >>>>>>> Load device mapper driver (for LVM). >>>>>>> insmod: cannot insert >>>>>>> `/lib/modules/2.6.17-1.2187_FC5/kernel/drivers/md/dm-mod.ko': File >>>>>>> exists >>>>>>> (-1): File exists >>>>>>> modprobe: failed to load module dm-mod >>>>>>> Load additional filesystem drivers. >>>>>>> modprobe: module ext2 not found. >>>>>>> modprobe: failed to load module ext2 >>>>>>> mke2fs -j /dev/sda6 || shellout >>>>>>> mke2fs 1.38 (30-Jun-2005) >>>>>>> Could not stat /dev/sda6 --- No such file or directory >>>>>>> >>>>>>> >>>>>>> >>>> >>>> >>>> ------------------------------------------------------------------------- >>>> 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 >>> >>> > > ------------------------------------------------------------------------- > 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
autoinstallscript.conf
Description: Binary data
STATIC.10122006.master
Description: Binary data
------------------------------------------------------------------------- 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
