A SERVICE OF

logo

TimesTen Installation 45
Installing TimesTen
To install TimesTen on your Solaris system, follow these steps:
1. Log in as the TimesTen instance administrator if installing as non-root,
or log in as user root.
2. Load the CD-ROM into the CD drive as follows:
If the Volume Manager is installed on the system, you don’t have to
explicitly mount the CD; it may be automatically mounted at:
/cdrom/tt7.0
Otherwise, you have to create, then mount, the cdrom
directory as follows:
# mkdir /cdrom
# /etc/mount -r -F hsfs /dev/sr0 /cdrom
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 if it is 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.