Difference between revisions of "Allinea: Start Licence Server"
Jump to navigation
Jump to search
| Line 27: | Line 27: | ||
point a browser at the server using port 4241 | point a browser at the server using port 4241 | ||
| + | |||
| + | == Start the Licence Server as a service == | ||
| + | |||
| + | <tt>/cm/local/allinea/licenceserver/bin/allinea_licensing_init</tt> is a SysV-style init style script for <7 Red Hat Enterprise Linux releases. To use the script, follow the instructions below (as root): | ||
| + | |||
| + | #Set <tt>ALLINEA_TOOLS_PATH</tt> at the top of the script to point to the Allinea Licence Server installation, e.g. /cm/local/allinea/licenceserver | ||
| + | #Set <tt>ALLINEA_LICENCE_USER</tt> to the name of the user to run the licence server as | ||
| + | #Then do: | ||
| + | <syntaxhighlight> | ||
| + | ln -s /opt/allinea/tools/bin/allinea_licensing_init /etc/init.d/ | ||
| + | chkconfig --add allinea_licensing_init | ||
| + | service allinea_licensing_init start | ||
| + | service allinea_licensing_init status | ||
| + | </syntaxhighlight> | ||
Revision as of 16:50, 27 March 2015
Alinnea Licences
- Download Allinea Forge and Allinea Licence Server from http://www.allinea.com/products/downloads/download-allinea-ddt-and-allinea-map
- Run the installers and note the installation directory
- /cm/local/allinea for Allinea Forge
- /cm/local/allinea/licenceserver for Allinea Licence Server
- Allinea will provide one licence file. If it has no name, it should be named Licence.<serial number>.
- This file is the server licence file and should be placed in /cm/local/allinea/licenceserver/licences
- Create another file named Licence and place it in /cm/local/allinea.
- This file should have the following format
type=2
serial_number=8502 #info from the initial Licence.<serial> file
hostname=head-Boston
serverport=4241Running the Licence Server
Run the licenceserver pointing to its licences directory:
/cm/local/allinea/licenceserver/bin/licenceserver /cm/local/allinea/licenceserver/licences/ &Check the licence service is running
point a browser at the server using port 4241
Start the Licence Server as a service
/cm/local/allinea/licenceserver/bin/allinea_licensing_init is a SysV-style init style script for <7 Red Hat Enterprise Linux releases. To use the script, follow the instructions below (as root):
- Set ALLINEA_TOOLS_PATH at the top of the script to point to the Allinea Licence Server installation, e.g. /cm/local/allinea/licenceserver
- Set ALLINEA_LICENCE_USER to the name of the user to run the licence server as
- Then do:
ln -s /opt/allinea/tools/bin/allinea_licensing_init /etc/init.d/
chkconfig --add allinea_licensing_init
service allinea_licensing_init start
service allinea_licensing_init status