Page 1 of 1

OTMS-v with external Flexlm

Posted: 30 Jul 2015 10:09
by karlefo
Hi, I have just installed a OTMS- virtualized with a main external flexlm and a backup external flexlm (virtualized too).

I have received two .ice files (each one loaded in each flexlm external server, associated to a two dongle) and, a .swk file for the oxe (virtualized too)

When I installed the OTMS, I skipped the license step.

The installation was successfully, but now I need to load a license in OTMS.

Anyone knows how is the procedure for licensing the OTMS-v?

I just have got two .ice files loaded on every flexlm and work properly for the oxe.

Thanks for help.

Re: OTMS-v with external Flexlm

Posted: 30 Jul 2015 11:07
by tgn
in postinstallation you have to put in a license server.
you can recognize this with

Code: Select all

grep -i flex /var/data/bics/bics.conf
in directory $LICENSES_HOME you have to put a copy of the *.ice file from the responsible license server and in addition a file alchostid.cfg . the file alchostid.cfg must contain the OTID=XXXXXXXXXX without a carriage return. you can read out your otid with

Code: Select all

grep -i otid $LICENSES_HOME/*.ice
regards...

Re: OTMS-v with external Flexlm

Posted: 31 Jul 2015 13:32
by karlefo
Thanks for help.
The issue has been fixed.
I placed a copy of *.ice file (same file placed on flexlm server) on Opentouch folder: /var/data/license, but it seems that in OpenTouch R 2.0.1, the file alchostid.cfg is filled automatically by the OpenTouch when the services are restarted.

Best regards