Installing HCL OneDB™
About this task
You can install the HCL OneDB™ server by running the interactive installation application.
You can include options to the installation command if you run the command from the command line. For example, you can change the name or location of the installation log file.
Prerequisites: A Compatible JRE must be available in your system PATH.
Note: For information about system requirements, see System requirements for HCL OneDB database server.
Downloading the product
Procedure
Download the HCL
OneDB™
software for your specific platform from the HCL License and Delivery
portal
AIX, Linux
Procedure
-
If necessary, extract the product files. For example, run the tar
command:
tar xvf filename
Where filename is the name of the product tar file.
-
Run the following command:
onedb_install
Windows
Procedure
-
Double-click the onedb_install.exe file.
This will run the installer as an administrator.
- Select the setup method, for example, Typical, and follow the instructions in the installation application.
- Complete the installation and exit the installation application.
- Log files are created during the installation process. You can use the log files to troubleshoot installation errors.
-
If you created a database server during installation, the database server
is configured, initialized, started, and ready for client connections.
An environment file will be created in the installation folder.onedb.ksh onedb.csh or onedb.cmd (name of the file depends on the server name either chosen or configured at install time).
- To see the connectivity information, look at the ${ONEDB_ SQLHOSTS} file or %ONEDB_ SQLHOSTS% file for Windows.
- To see the configuration information, look at the onconfig file ${ONEDB_HOME}/etc/${ONCONFIG} or the %ONEDB_HOME%\etc\%ONCONFIG% (Windows).
- You can customize the database server properties by setting configuration parameters in the onconfig file, setting environment variables in your environment, and adding connectivity information to the sqlhosts file.
- If you did not create a database server during installation, you must configure and initialize the database server.