Running an interactive installation
You can install the HCL OneDB™ database server by running the interactive installation application. You can choose a typical or a custom setup.
Before you begin
Before you install the database server, complete the following tasks:
- Prepare your system for installation.
- Log in as the appropriate user to be the owner of the database server.
About this task
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.
Procedure
-
Start the installation application from the media directory.
- UNIX™, Linux™:
- If necessary, extract the product files. For example, run the tar
command:
The filename is the name of the product tar file.tar xvf filename
- Run the following command: onedb_install
- If necessary, extract the product files. For example, run the tar
command:
- Windows™: Double-click the onedb_install.exe file.
- UNIX™, Linux™:
- Select the setup method, for example, Typical or Custom, and follow the instructions in the installation application.
- Complete the installation and exit the installation application.
Results
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. To see the connectivity information, look at the sqlhosts file. To see the configuration information, look at the onconfig file. Both files are in the $INFORMIXDIR/etc (UNIX, Linux) or the %INFORMIXDIR%\etc (Windows) directory. 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. See Overview of database server configuration and administration.
What to do next
If you did not create a database server during installation, you must configure and initialize the database server.