Mitch Sako wrote: > The autoinstallscript.conf on the client looks like this: > > <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> >
The disk section is empty. This means that si_prepareclient wasn't able to detect the partitioning schema of your client. Can you post the output of the following commands (from your golden client)? # parted --version # parted -s -- /dev/sda unit MB print # parted -s -- /dev/sda print Cheers, -Andrea ------------------------------------------------------------------------- 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
