Carrying Case Owner's Manual

50 Oracle TimesTen In-Memory Database Installation Guide
# mkdir /cdrom
Mount the CD-ROM, as follows:
If your system is configured to mount the CD-ROM at
/cdrom, type:
# /etc/mount /cdrom
Otherwise, mount the CD-ROM device name to the /cdrom
directory, as follows:
# /etc/mount -r cdfs CD-ROM_device_name /cdrom
where CD-ROM_device_name is the name of the CD-ROM device.
3. Run the setup script by typing the following:
# cd mount_dir
# ./setup.sh;
where mount_dir is the directory where the CD is mounted
(e.g.:
/cdrom).
You can run the setup script with the option
-install or -uninstall
(default is
-install). When you use the -uninstall option, the script
stops the daemon and Server, if they are running, and removes all files it
had installed.
To add the Cache Connect to Oracle option to an existing TimesTen
installation, use the
-installCache option with the setup script.
To uninstall just the Cache Connect to Oracle option from an existing
TimesTen installation, use the
-removeCache option with the setup
script.
Note: To uninstall TimesTen, you must run setup.sh -uninstall
in a directory outside of the installation directory that you wish to
uninstall. For example to uninstall the default instance run
/opt/TimesTen/tt70/bin/setup.sh -uninstall.