Was this helpful?
Install OpenROAD into an Existing Ingres Installation
Prepare for Installation
Before you install OpenROAD into an existing Ingres installation, you must perform the following steps.
To prepare for installation
1. Shut down your existing Ingres installation (ingstop).
2. Shut down the OpenROAD Server, if running (orspostop).
3. Perform a backup of your Ingres installation.
4. Decide which OpenROAD package you want to install:
ordev for OpenROAD Runtime and Development
orrun for OpenROAD Runtime only
Note:  The ordev and orrun packages do not include the Ingres Net components. The installer does not allow an Ingres Net upgrade because you are installing into an existing Ingres installation. To upgrade your Ingres Net in this situation, you must first acquire and install a new version of Ingres.
5. Decide whether you want the installer to prompt for license acceptance.
Installation Command Syntax
The installation command uses the following syntax:
./or11install.sh -f filename.tar
    –l prompt | accept
    -mtmp path
    -no_xml_lib
    -r N | Y
    -t ordev | orrun
    -licdir path
    -mailhost name_mail_server
    -mailport mail_port_number
    -email list_of_emails1[,list_of_emails2...]
-f filename.tar
Specifies the OpenROAD installation tar file name
-l prompt | accept
Specifies how to handle the license prompt:
prompt
Specifies that the user will be prompted to accept the Actian license
accept
Specifies that the license will be accepted automatically without prompting the user
Default: prompt
-mtmp path
Specifies the path for temporary MainWin files
Default: /tmp
-no_xml_lib
Specifies that the platform-specific XML library not be registered.
IMPORTANT!  XML system classes, XML import/export functionality, and passing XML to the OpenROAD server will not work if this option is used.
-r N | Y
Specifies whether the OpenROAD Server components should be registered.
Default: N
-t orpkg
Specifies one of the following installation types:
ordev
Specifies OpenROAD Development (includes Runtime)
orrun
Specifies OpenROAD Runtime only
-licdir path
Path where the license.xml file resides
Default: The value is read from config.dat. If it does not exist in config.dat, you will be prompted for the value.
-mailhost name_mail_server
Mail Server Host to receive emails about license expiration.
Default: The value is read from config.dat. If it does not exist in config.dat, you will be prompted for the value.
-mailport mail_port_number
Port of the Mail Server to receive emails about license expiration.
Default: The value is read from config.dat. If it does not exist in config.dat, you will be prompted for the value.
-email list_of_emails
Email addresses to receive emails about license expiration.
Default: The value is gotten from config.dat. If it does not exist in config.dat, you will be prompted for the value.
Example—installation command:
The following command starts the installation, specifies that OpenROAD Development be installed and that the license file be accepted automatically, specifies a path for temporary MainWin files, does not register the OpenROAD Server components.
./or11install.sh -t ordev -f or11.tar -l accept -mtmp path -r N
where or11.tar is the name of the file downloaded from Electronic Software Delivery site and extracted, for example, gunzip or...tar.gz.
Note:  If the Actian License mailhost, mailport, and email configurations are not set during installation, then you may learn how to configure them post-installation from Licensing.
Start the Installation
You install OpenROAD using or11install.sh.
To start the installation
1. Log in as the owner of the existing Ingres installation and set Ingres environment (II_SYSTEM, etc.)
2. Copy or11.tar into the $II_SYSTEM directory.
or11.tar is the name of the file you downloaded from the Actian Electronic Software Delivery site and extracted, for example, gunzip or...tar.gz.
3. Change the current directory to $II_SYSTEM.
4. Untar the tar file into the installation script:
tar xf or11.tar or11install.sh
 
Last modified date: 12/20/2023