I see the following Warnings when I execute si_prepareclient:

Welcome to the SystemImager si_prepareclient command. This command may modify
Welcome to the SystemImager si_prepareclient command. This command may modify
*********************************** WARNING ***********************************
Signaling xinetd to restart...
Using "sfdisk" to gather information about disk:
/dev/sda

Warning: The partition table looks like it was made
for C/H/S=*/255/63 (instead of 76323/64/32).
For this listing I'll assume that geometry.
WARNING: Couldn't find module "af_packet", assuming it's built into the kernel.


Also, in the /var/lib/systemimager/scripts directory the image master file does not contain anything to recreate the swap area see below:

### BEGIN swap and filesystem creation commands ###
logmsg "mke2fs -j /dev/VolGroup00/LogVol00 || shellout"
mke2fs -j /dev/VolGroup00/LogVol00 || shellout
logmsg "mkdir -p /a/ || shellout"
mkdir -p /a/ || shellout
logmsg "mount /dev/VolGroup00/LogVol00 /a/ -t ext3 -o defaults || shellout"
mount /dev/VolGroup00/LogVol00 /a/ -t ext3 -o defaults || shellout

logmsg "mke2fs -j ${DISK0}1 || shellout"
mke2fs -j ${DISK0}1 || shellout
logmsg "tune2fs -L /boot ${DISK0}1"
tune2fs -L /boot ${DISK0}1
logmsg "mkdir -p /a/boot || shellout"
mkdir -p /a/boot || shellout
logmsg "mount ${DISK0}1 /a/boot -t ext3 -o defaults || shellout"
mount ${DISK0}1 /a/boot -t ext3 -o defaults || shellout

### END swap and filesystem creation commands ###

Any ideas?

Thanks,

-John.

-------------------------------------------------------------------------
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-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to