Create an Instance by Specifying Options on the Command Line
This example runs the ttInstanceCreate utility and specifies the name, the location, and the daemon port number on the command line. (The name of the directory specified in the -location option must exist prior to running the ttInstanceCreate utility.) See ttInstanceCreate in the Oracle TimesTen In-Memory Database
Reference for the supported options.
%installation_dir/tt26.1.1.1.0/bin/ttInstanceCreate -name fullinstance1 -location /scratch/ttuser/fullinstance1 -daemonport 6824 Creating instance in /scratch/ttuser/fullinstance1 ... INFO: Mapping files from the installation to /scratch/ttuser/fullinstance1/install NOTE: The TimesTen daemon startup/shutdown scripts have not been installed. The startup script is located here : '/scratch/ttuser/fullinstance1/startup/tt_fullinstance1 Run the 'setuproot' script : /scratch/ttuser/fullinstance1/bin/setuproot -install This will move the TimesTen startup script into its appropriate location. The 26.1 Release Notes are located here : '/installation_dir/tt26.1.1.1.0/README.html'
You have successfully created the TimesTen full instance. Proceed to Review the Instance Home Directory and Subdirectories for next steps.