Running Cent-OS. Have system Imager working like Gangbusters - However inorder to get an "Image" to work - i needed to modify the generated Master script like this:

### BEGIN LVM groups creation commands -AR- ###
logmsg "lvremove -f /dev/VolGroup00 >/dev/null 2>&1 && vgremove VolGroup00 >/dev/null 2>&1" lvremove -f /dev/VolGroup00 >/dev/null 2>&1 && vgremove VolGroup00 >/dev/null 2>&1

# *** DAS - Removing Dir
rm -rf /dev/VolGroup00
# *** DAS

logmsg "vgcreate -M2 -l 0 -p 0 -s 32768K VolGroup00 ${DISK0}2 || shellout"
vgcreate -M2 -l 0 -p 0 -s 32768K VolGroup00 ${DISK0}2 || shellout
### END LVM groups creation commands ###


 and....



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

# **** DAS - Not SURE why i have to do this...
mkswap /dev/VolGroup00/LogVol01
# **** DAS

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



** ALSO i need to delete all the *.sh files in the /var/lib/systemimager/scripts directory or the si_addclients fails.




-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to