Hi,

I took a golden client image of SLES 9 on to SLES 9 image server. And i got it working so close the netboot option, but it failed with a message as if BOEL didn't understand the mount option with -o acl, user_xatttr. With netboot option, I looked in to the script and it failed exactly during the mount option (provided below). Apparently redhat doesn't use acl or user_xattr in it's filesystem creation.

My question is does the systemimager 3.4.1 works and understands with SLES 9.0 and it's filesystems?

Also, can Redhat system image server take backups and restore for the SuSE Linux golden clients?

Thanks in advance.

----here is the snippet of master script----

### BEGIN swap and filesystem creation commands ###
echo "mke2fs -j /dev/sda2 || shellout"
mke2fs -j /dev/sda2 || shellout
echo "mkdir -p /a/ || shellout"
mkdir -p /a/ || shellout
echo "mount /dev/sda2 /a/ -t ext3 -o acl,user_xattr || shellout"
mount /dev/sda2 /a/ -t ext3 -o acl,user_xattr || shellout


Thanks, Sreeni

Reply via email to