<docbook><section><title>ApplyMTLic13Unix</title><para> </para>
<title> Apply License Files to Multi-Tier Release 1.x through 3.x, on Unix</title> Apply License Files to Multi-Tier Release 1.x through 3.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>Execute these commands, to stop the <ulink url="OpenLink">OpenLink</ulink> Request Broker: <programlisting>cd bin
./oplshut -fy
</programlisting></listitem>
<listitem>Retrieve your new OpenLink license file from your email or <ulink url="ODSBriefcaseLicenseStorage">ODS briefcase</ulink>, to the .../openlink/bin/ directory you&#39;re in.
 Use binary-preserving methods to transfer the file (e.g., FTP only in BIN mode).
</listitem>
<listitem>Rename any existing register.ini to register.ini.old or similar, and rename your new license file to register.ini.
 For example: <programlisting>mv register.ini register.ini.old
mv 5641.ini register.ini
</programlisting></listitem>
<listitem>Execute these commands to activate the new license, and restart the Broker.
 If you normally use a different command to start the Broker, also use that command here.
<programlisting>./register
./oplrqb
</programlisting> </listitem>
</orderedlist></section></docbook>