<docbook><section><title>ApplySTLic45Unix</title><para> </para>
<title> Apply License Files to Single-Tier Release 4.x or 5.x, on Unix</title> Apply License Files to Single-Tier Release 4.x or 5.x, on Unix
<orderedlist spacing="compact"><listitem>Navigate to the root directory of your OpenLink installation, where you find openlink.sh and openlink.csh.
</listitem>
<listitem>Set the OpenLink environment by running the appropriate script for your shell.
 The following will work in most environments, but your required command may differ -- 
<table><title /><tgroup><thead /><tbody>
<row />
<row><entry> sh, bash, zsh and related </entry><entry> . ./openlink.sh </entry></row>
<row><entry> ksh and related </entry><entry> source ./openlink.sh </entry></row>
<row><entry> csh, tcsh and related </entry><entry> source ./openlink.csh </entry></row>
</tbody></tgroup></table>
 </listitem>
<listitem>cd into the /bin/ sub-directory of your OpenLink installation.
</listitem>
<listitem>Retrieve your OpenLink license file from email or <ulink url="ODSBriefcaseLicenseStorage">ODS briefcase</ulink>.
</listitem>
<listitem>Transer the license to the current ($OPENLINK_INSTALL/bin/) directory on the Unix box, using binary-preserving methods (e.g., FTP in BIN mode, SCP, etc.) </listitem>
<listitem>Confirm that the OPL_LICENSE_DIR environment variable includes this directory.
 Exact commands may vary in your environment, but here is an example sequence based on the BASH shell -- <programlisting>echo $OPL_LICENSE_DIR
/etc/oplmgr
export OPL_LICENSE_DIR=/usr/openlink/bin:$OPL_LICENSE_DIR
</programlisting></listitem>
<listitem>Launch a client application.
</listitem>
<listitem>Test a connection to initialize the terms of the new license.
</listitem>
</orderedlist></section></docbook>