2.7

Table Of Contents
2 Type the following command to install Oracle.
/opt/aurora/installation/install.sh
NFS_PATH_FOR_Oracle_binary_folder
Oracle_version
NFS_PATH_FOR_Oracle_binary_folder is the full path of the NFS server where you store your Oracle
installation software components.
Oracle_version is the full version number of the Oracle software.
3 Power off the virtual machine when the Oracle installation finishes.
4 Remove the CD/DVD devices.
The Oracle binary is installed.
What to do next
Convert the base database virtual machine into a database template. See “Convert a Base DBVM into a Base
DB Template,” on page 66. You can, optionally, install third party tools to ensure that all necessary tools are
installed on the binary disk.
Requirements for the Kickstart File
The kickstart installation method is used primarily by Red Hat Enterprise Linux to automatically perform an
operating system installation and configuration. To customize a base DB template, the kickstart file must be
fully compliant with Data Director and the target database.
Kickstart Options
A kickstart file is a text file that contains configuration information for a Red Hat Enterprise Linux installation.
The system reads this configuration information at boot time and carries out the installation process without
any further input from you. The kickstart file you create for vFabric Data Director installs and configures Red
Hat Enterprise Linux for use as a guest operating system in the DBVM that runs the database you choose to
install.
Go to the Red Hat Web site for documentation on creating kickstart files.
Kickstart Options Required for Data Director
The following content is required in your kickstart file to install and configure a Red Hat Enterprise Linux
installation that is compliant with vFabric Data Director.
1. # Disk partitioning information
2. part / --bytes-per-inode=4096 --fstype="ext3" --grow --ondisk=sda --size=1
3. part /opt/aurora/oracle --bytes-per-inode=4096 --fstype="ext3" \
4. --grow --ondisk=sdb --size=1
5. part /opt/aurora/archive --bytes-per-inode=4096 --fstype="ext3" \
6. --grow --ondisk=sdc --size=1
7. part /var --bytes-per-inode=4096 --fstype="ext3" --grow --ondisk=sdd --size=1
8. part /opt/aurora/dbg --bytes-per-inode=4096 --fstype="ext3" \
9. --grow --ondisk=sde --size=1
10. %packages
11. @core
12. @base
13. @development-tools
14. @legacy-software-development
15. @editors
16. unixODBC
17. libaio-devel
18. libXtst-devel
VMware vFabric Data Director Administrator and User Guide
60 VMware, Inc.