2.5

Table Of Contents
Install the Operating System and Database Software in a Blank DBVM
vSphere users with access to the Data Director DBVMs, install the operating system and database software in
the blank DBVM as part of building a custom base DBVM template.
Prerequisites
n
Verify that you can log in to vSphere as an administrator.
n
Verify that Data Director is installed.
n
Verify that the blank DBVM is deployed to the system resource pool in vSphere.
n
Verify that the Data Director system resource bundle is set up.
Procedure
1 Log in to the vSphere Client.
2 Run the installation script as instructed by your VMware representative.
The installation script creates a directory with a name such as /opt/aurora/agent2/plugin. The directory
contains files such as the following examples.
n
config.py contains one line that indicates the active plugin.
n
vdd-vpg vPostgres plug-in.
n
vdd-SUSE-oracle-11 SUSE Linux Enterprise Server (SLES) SUSE Oracle 11 plug-in.
n
XML files contains database configuration parameters.
3 (Optional) Customize the XML database parameter file and database plug-in.
4 Edit the config.py file to indicate the active plug-in.
5 (Optional) Modify the active plug-in as required for your installation or write your own plug-in to suit
your requirements.
What to do next
Convert the base DBVM to a base DB template. See “Convert a Base DBVM into a Base DB Template,” on
page 42.
Requirements for the Kickstart File
The kickstart installation method is used primarily by the RHEL to perform unattended operation system
installation and configuration automatically. To customize a base DB template for Data Director, the kickstart
file must be fully compliant with Data Director and the target database.
Kickstart Options
Go to the Red Hat Web site for Red Hat documentation on kickstart options.
Kickstart Options Required for Data Director
The following content is required in your kickstart file to be compliant with 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" --grow \
--ondisk=sdb --size=1
4. part /opt/aurora/archive --bytes-per-inode=4096 --fstype="ext3" --grow \
Chapter 4 Building DBVMs and Base DB Templates
VMware, Inc. 49