- cd into the root of your OpenLink installation.
- Use the bash or sh command to open a bash or Bourne shell.
- Execute this command:
. ./openlink.sh
- cd into the bin sub-directory of the OpenLink installation.
- Execute the relevant stop script.
For example:
./virtuoso-stop.sh
./demo-stop.sh
- Retrieve your new OpenLink license file from an email or ODS briefcase.
- Use binary ftp to transfer the new license to the Unix box, if required.
- Place the new license in the bin sub-directory of the OpenLink installation.
- Use the export command to set an
OPL_LICENSE_DIR
variable that includes this directory.
For example:
export OPL_LICENSE_DIR=/usr/virtuoso/bin;$OPL_LICENSE_DIR
- Execute the relevant start script.
For example:
./virtuoso-start.sh
./demo-start.sh