si_getimage --golden-client <ip address> --post-install reboot --ip-assignment 
dhcp --image v20z-2.6.17

The first part seems to work.  When I answer "Y" to the query if I want to 
update the autoinstall script, it seems like it tries to parse the mtab and 
collect a list of filesystems to build.

Additionally, this setup works fine for two other disparate images I've build 
and pushed out.  It's this 64-bit Opteron image that seems to have the issue.

The autoinstallscript.conf on the client looks like this:
<!--
  
  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.
    -->
  </disk>  

  <fsinfo  line="10" real_dev="/dev/sda3" mp="/"  fs="xfs" options="defaults" 
dump="1" pass="1" />
  <fsinfo  line="20" real_dev="/dev/sda1" mp="/boot"  fs="ext2" 
options="defaults" dump="1" pass="2" />
  <fsinfo  line="30" real_dev="/dev/sda2" mp="swap"  fs="swap" 
options="defaults" dump="0" pass="0" />
  <fsinfo  line="40" real_dev="none" mp="/dev/pts"  fs="devpts" 
options="gid=5,mode=620" dump="0" pass="0" />
  <fsinfo  line="50" real_dev="none" mp="/proc"  fs="proc" options="defaults" 
dump="0" pass="0" />
  <fsinfo  line="60" real_dev="none" mp="/dev/shm"  fs="tmpfs" 
options="defaults" dump="0" pass="0" />
  <fsinfo  line="70" real_dev="/dev/cdrom" mp="/mnt/cdrom"  fs="udf,iso9660" 
options="noauto,owner,kudzu,ro" dump="0" pass="0"  format="no" />

  <boel devstyle="static"/>

</config>


Bernard Li wrote:
> Hi Mitch:
> 
> Can you please post the exact command you invoked as well as the options
> you chose?
> 
> Thanks,
> 
> Bernard 
> 
> 
>>-----Original Message-----
>>From: [EMAIL PROTECTED] 
>>[mailto:[EMAIL PROTECTED] On 
>>Behalf Of Mitch Sako
>>Sent: Wednesday, September 06, 2006 15:53
>>To: [email protected]
>>Subject: [Sisuite-users] Error messages when updating
>>
>>Any idea what causes these error messages?  I'm running 
>>3.7.4r3734_bli-1.  -mitch
>>
>>Update Autoinstall Script?
>>--------------------------
>>
>>An autoinstall script for this image already exists.  It is 
>>recommended
>>that you update this autoinstall script, unless you have 
>>customized it.
>>(You will know if you have customized it.)
>>
>>Would you like to update the autoinstall script for this 
>>image? ([y]/n): 
>>Use of uninitialized value in numeric eq (==) at 
>>/usr/lib/systemimager/perl/SystemImager/Server.pm line 622, 
>><$TEMPLATE> line 165.
>>Use of uninitialized value in numeric gt (>) at 
>>/usr/lib/systemimager/perl/SystemImager/Server.pm line 656, 
>><$TEMPLATE> line 165.
>>Use of uninitialized value in numeric gt (>) at 
>>/usr/lib/systemimager/perl/SystemImager/Server.pm line 656, 
>><$TEMPLATE> line 165.
>>Use of uninitialized value in numeric ge (>=) at 
>>/usr/lib/systemimager/perl/SystemImager/Server.pm line 899, 
>><$TEMPLATE> line 175.
>>Would you like to run the "si_addclients" utility now? (y/[n]): 
>>
>>
>>
>>--------------------------------------------------------------
>>-----------
>>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
> 
> 


-------------------------------------------------------------------------
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