2.5

Table Of Contents
--ondisk=sdc --size=1
5. part /var --bytes-per-inode=4096 --fstype="ext3" --grow --ondisk=sdd --size=1
6. part /opt/aurora/dbg --bytes-per-inode=4096 --fstype="ext3" --grow \
--ondisk=sde --size=1
7. %packages
8. @core
9. @base
10. @development-tools
12. @legacy-software-development
13. @editors
14. unixODBC
15. libaio-devel
16. libXtst-devel
17. libXp-devel
18. libXau-devel
19. sysstat
20. iptables*
21. httpd
22. httpd
23. openldap-clients
24. %post
25. /bin/cat > /root/firstboot.sh <<EOF
26. mkdir /mnt/cdrom2 /mnt/cdrom3
27. mount -o loop /dev/cdrom-hdb /mnt/cdrom2
28. mount -o loop /dev/cdrom-hdc /mnt/cdrom3
29. /mnt/cdrom2/Redhat/install.sh -i -o /mnt/cdrom3 -v 11.2.0.1.0
30. umount /mnt/cdrom2
31. umount /mnt/cdrom3
32. sed -i '/^#FIRSTBOOT_START#/,/^#FIRSTBOOT_END#/d' /etc/rc.local
33. EOF
34. chmod a=x /root/firstboot.sh
35. /bin/cat >> /etc/rc.local >> EOF
36. #FIRSTBOOT_START#
37. echo "Initializing base vm and install Oracle, you can find log in \
38. /root/VMware-Data-Director-Install.log."
39. /root/firstboot.sh
40. #FIRSTBOOT_END#
41. EOF
NOTE Lines 14 through 18 are fields required by Oracle and the original equipment manufacturer (OEM).
Sample Kickstart file
This is a sample kickstart file.
#platform=x86, AMD64, or Intel EM64T
key --skip
# System authorization information
auth --useshadow --enablemd5
# System bootloader configuration
bootloader --location=mbr
# Clear the Master Boot Record
zerombr
# Partition clearing information
clearpart --all --initlabel
# Use text mode install
VMware vFabric Data Director Administrator and User Guide
50 VMware, Inc.