Trying to recover an IA64 platform using SLES8 for client and server systems.

It seems that the script "mkautoinstallscript" is not creating any statemement to 
create partitions when recovering the system. The file autoinstallscript.conf is in 
the correct place.   Can anybody help me ?

# mkautoinstallscript -image martindh
Use of uninitialized value in numeric eq (==) at 
/usr/lib/systemimager/perl/SystemImager/Server.pm line 429.
Use of uninitialized value in numeric gt (>) at 
/usr/lib/systemimager/perl/SystemImager/Server.pm line 463.
Use of uninitialized value in numeric gt (>) at 
/usr/lib/systemimager/perl/SystemImager/Server.pm line 463.

Your new autoinstall script has been created:

"/var/lib/systemimager/scripts/martindh.master"


Extract from image.master file
������������������������������������������������������������������������������������������

### BEGIN partition /dev/sda ###
echo "Partitioning /dev/sda..."
echo "Old partition table for /dev/sda:"
parted -s -- /dev/sda print

# Create disk label.  This ensures that all remnants of the old label, whatever
# type it was, are removed and that we're starting with a clean label.
echo "parted -s -- /dev/sda mklabel gpt || shellout"
parted -s -- /dev/sda mklabel gpt || shellout

# Get the size of the destination disk so that we can make the partitions fit properly.
DISK_SIZE=`parted -s /dev/sda print | grep 'Disk geometry for' | sed 's/^.*-//g' | sed 
's/\..*$//' `
[ -z $DISK_SIZE ] && shellout
END_OF_LAST_PRIMARY=0

echo "New partition table for /dev/sda:"
echo "parted -s -- /dev/sda print"
parted -s -- /dev/sda print
### END partition /dev/sda ###



������������������������������������������������������������������������������������������������
Autoinstallscript.conf 



<config>
  <!--
   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 dev="/dev/sda" label_type="gpt" unit_of_measurement="MB">
  </disk>

  <fsinfo  line="10" real_dev="/dev/sda5" mp="/"  fs="reiserfs" options="defaults" 
dump="1" pass="1" />
  <fsinfo  line="20" real_dev="/dev/sda3" mp="/boot"  fs="vfat" options="defaults" 
dump="0" pass="0"  mkfs_opts="-F 32" />
  <fsinfo  line="30" real_dev="/dev/sda2" mp="/windows/C"  fs="vfat" 
options="users,gid=users,umask=0002,iocharset=iso8859-1,code=437" dump="0" pass="0"  
mkfs_opts="-F 32" />
  <fsinfo  line="40" real_dev="/dev/sda4" mp="swap"  fs="swap" options="pri=42" 
dump="0" pass="0" />
  <fsinfo  line="50" real_dev="devpts" mp="/dev/pts"  fs="devpts" 
options="mode=0620,gid=5" dump="0" pass="0" />
  <fsinfo  line="60" real_dev="proc" mp="/proc"  fs="proc" options="defaults" dump="0" 
pass="0" />
  <fsinfo  line="70" real_dev="usbdevfs" mp="/proc/bus/usb"  fs="usbdevfs" 
options="noauto" dump="0" pass="0" />
  <fsinfo  line="80" real_dev="/dev/cdrom" mp="/media/cdrom"  fs="auto" 
options="ro,noauto,user,exec" dump="0" pass="0"  format="no" />
  <fsinfo  line="90" real_dev="/dev/dvd" mp="/media/dvd"  fs="auto" 
options="ro,noauto,user,exec" dump="0" pass="0"  format="no" />









Best Regards / Med venlig hilsen

Martin Dew-Hattens

Mission Critical Support
Hewlett Packard
Engholm Parkvej 8
DK-3450 Aller�d
Denmark

Tel: +45 4812 1370
Mobile : +45 4060 1370
Email: [EMAIL PROTECTED]
 


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
Sisuite-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to