Hi,
i got to manage it by tweaking your aooi.sh script to use centos 5.4 iso disk 1-3 and locally storing the complete centos 5.4 DVD.
After reboot two things got my attention.
1st. The swap entries where missing in fstab so I ran this commands from you kickstart file:
Code:
sfdisk --change-id /dev/sda 2 82
sfdisk --change-id /dev/sdb 2 82
mkswap /dev/sda2
mkswap /dev/sdb2
echo "/dev/sda2 swap swap defaults 0 0" >> /etc/fstab
echo "/dev/sdb2 swap swap defaults 0 0" >> /etc/fstab
df -h -l gives me:
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/md0 441G 1.4G 417G 1% /
/dev/md1 251M 17M 222M 7% /boot
tmpfs 2.0G 0 2.0G 0% /dev/shm
fdisk -l
Code:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 33 265041 fd Linux raid autodetect
/dev/sda2 1218 1461 1959930 82 Linux swap / Solaris
/dev/sda3 1462 60801 476648550 fd Linux raid autodetect
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 33 265041 fd Linux raid autodetect
/dev/sdb2 1218 1461 1959930 82 Linux swap / Solaris
/dev/sdb3 1462 60801 476648550 fd Linux raid autodetect
Disk /dev/md0: 488.0 GB, 488088010752 bytes
2 heads, 4 sectors/track, 119162112 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md0 doesn't contain a valid partition table
Disk /dev/md1: 271 MB, 271319040 bytes
2 heads, 4 sectors/track, 66240 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md1 doesn't contain a valid partition table
2nd error is:
fdisk /dev/sda1 e.g. ends up with this error:
Code:
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
writing doesn't help.
could it be this bug:
https://bugzilla.redhat.com/show_bug.cgi?id=479224How can i determine that i can ignore this message?
Any additional infos you need?
Anyhting else I should check now?
Can i sort of stress test the machine to make sure that i can run my customers on it?
Thanks a lot
BruceLee