Installation Command Syntax
The installation command uses the following syntax:
./orinstall.sh -f filename.tar \
–l prompt | accept \
-t PACKAGE \
-licdir path
-t ordev | orrun
-mailhost name_mail_server
-mailport mail_port_number
-email list_of_emails1[,list_of_emails2...]
-r N | Y | K| O
-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
-t PACKAGE
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.
-r N | Y | K | O
Specifies whether the OpenROAD Server components should be registered.
• N (DEFAULT) - Will not install orserver.json file
• Y - will prompt if the existing orserver.json file should be overwritten or kept
• K - will keep existing orserver.json
• O - will overwrite existing orserver.json
Last modified date: 07/17/2025