<docbook><section><title>ApplyVIRTLic5Unix</title><para> </para>
<title> Apply License Files for Virtuoso Release 5.x and above, on Unix</title> Apply License Files for Virtuoso Release 5.x and above, on Unix
<orderedlist spacing="compact"><listitem>Use the bash or sh command to open a bash or Bourne shell.
 (Other shells may be used, but vary widely, so any or all of the following steps may need adjustment.) </listitem>
<listitem>Retrieve your new Virtuoso license file from email or <ulink url="ODSBriefcaseLicenseStorage">ODS briefcase</ulink>. </listitem>
<listitem>Use binary-preserving methods (e.g., ftp in BIN mode) to transfer the new license to the Unix box, if required. </listitem>
<listitem>Replace any existing Virtuoso license file with the new, or place the new license in your desired location.
 We generally recommend this location be the bin sub-directory of the OpenLink installation, or /etc/oplmgr/. </listitem>
<listitem>Navigate to the root of your Virtuoso installation, e.g.
<programlisting>cd /opt/virtuoso
</programlisting></listitem>
<listitem>Check the virtuoso-en*.sh and virtuoso-en*.csh scripts, for their setting of the OPL_LICENSE_DIR environment variable.
 If necessary, adjust this to include the directory holding the new license file. </listitem>
<listitem>Execute these commands: <programlisting>. ./virtuoso-en*.sh
cd bin
./oplmgr +stop
./oplmgr +start
</programlisting></listitem>
<listitem>Proceed to configure and/or use your Virtuoso installation.
 The new license should now be active.</listitem>
</orderedlist></section></docbook>