INGRTS11.13Linux64.tar.zip contains the INGRTS11.13Linux64.tar.gz → This is 64bit ELF attached below
ERDAS APOLLO Essentials User Guide->Installation and Licensing->Setting up ERDAS APOLLO Essentials->Linux Licensing
There is no GUI installer for licensing tool, user need to manually copy executable files to Ubuntu:
Extract the Linux License server available at the Intergraph Licensing Portal to /usr/local/intergraph/IngrLicenseSvr/.
INGRTS
INGRTS_libFNP.so
Lmgrd
Lmutil
Showhostid
INGRLicenseServicer.sh
Create the following folders in Linux:
/usr/local/intergraph/IngrLicenseSvr/
[Solution]
The reason is there is no LSB
https://software.intel.com/en-us/articles/flexlm-license-manager-20-may-fail-when-lsb-3-is-not-met
If the LSB linker/loader shared library ls-lsb-x86-64.so.3 is not present, add LSB support to your operating system. As a quick workaround you may create the LSB linker/loader library manually as a symblic link to the Linux dynamic linker/loader library, for example (requires (sudo) root rights):
#sudo ln -s /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3
Then you can run all the showhostid tool without error
Or
#sudo apt-get install lsb
COMPOSITE=B9CFA2FD860B
Generate license .lic from licensing portal at https://hexagongeospatial.force.com/licensingportal
When you enter the host ID, only enter B9CFA2FD860B.
Then copy the .lic to
/usr/local/intergraph/IngrLicenseSvr/
>sudo ./lmgrd -c /usr/local/intergraph/IngrLicenseSvr/INGR_VM_Ubuntu_APOLLO_2015.lic -l debug_log_path
If you use "./license.log" as debug_log_path, then check the “license.log that has been generated in the same folder.
Modify INGRLicenseService.sh, and change the path to the installation folder. Comment the original path (INGR_LICENSE_SVR=/opt/INGRLicenseService)
INGR_LICENSE_SVR=/usr/local/intergraph/IngrLicenseSvr
Now you can start the service:
You should see “Server started on xxxx for : apessiws”
Check the log file: IngrLicenseDbg.log
8:37:33 (lmgrd) -----------------------------------------------
8:37:33 (lmgrd) Please Note:
8:37:33 (lmgrd)
8:37:33 (lmgrd) This log is intended for debug purposes only.
8:37:33 (lmgrd) In order to capture accurate license
8:37:33 (lmgrd) usage data into an organized repository,
8:37:33 (lmgrd) please enable report logging. Use Flexera Software LLC's
8:37:33 (lmgrd) software license administration solution,
8:37:33 (lmgrd) FlexNet Manager, to readily gain visibility
8:37:33 (lmgrd) into license usage data and to create
8:37:33 (lmgrd) insightful reports on critical information like
8:37:33 (lmgrd) license availability and usage. FlexNet Manager
8:37:33 (lmgrd) can be fully automated to run these reports on
8:37:33 (lmgrd) schedule and can be used to track license
8:37:33 (lmgrd) servers and usage across a heterogeneous
8:37:33 (lmgrd) network of servers including Windows NT, Linux
8:37:33 (lmgrd) and UNIX. Contact Flexera Software LLC at
8:37:33 (lmgrd) www.flexerasoftware.com for more details on how to
8:37:33 (lmgrd) obtain an evaluation copy of FlexNet Manager
8:37:33 (lmgrd) for your enterprise.
8:37:33 (lmgrd)
8:37:33 (lmgrd) -----------------------------------------------
8:37:33 (lmgrd)
8:37:33 (lmgrd)
8:37:33 (lmgrd) Server's System Date and Time: Tue May 10 2016 08:37:33 EDT
8:37:33 (lmgrd) SLOG: Summary LOG statistics is enabled.
8:37:33 (lmgrd) The license server manager (lmgrd) running as root:
8:37:33 (lmgrd) This is a potential security problem
8:37:33 (lmgrd) and is not recommended.
8:37:33 (lmgrd) Can't make directory /usr/tmp/.flexlm, errno: 2(No such file or directory)
8:37:33 (lmgrd) FlexNet Licensing (v11.13.1.2 build 173085 x64_lsb) started on ubuntu1604 (linux) (5/10/2016)
8:37:33 (lmgrd) Copyright (c) 1988-2015 Flexera Software LLC. All Rights Reserved.
8:37:33 (lmgrd) World Wide Web: http://www.flexerasoftware.com
8:37:33 (lmgrd) License file(s): /usr/local/intergraph/IngrLicenseSvr/INGR.lic
8:37:33 (lmgrd) lmgrd tcp-port 27000
8:37:33 (lmgrd) (@lmgrd-SLOG@) ===============================================
8:37:33 (lmgrd) (@lmgrd-SLOG@) === LMGRD ===
8:37:33 (lmgrd) (@lmgrd-SLOG@) Start-Date: Tue May 10 2016 08:37:33 EDT
8:37:33 (lmgrd) (@lmgrd-SLOG@) PID: 3339
8:37:33 (lmgrd) (@lmgrd-SLOG@) LMGRD Version: v11.13.1.2 build 173085 x64_lsb ( build 173085 (ipv6))
8:37:33 (lmgrd) (@lmgrd-SLOG@)
8:37:33 (lmgrd) (@lmgrd-SLOG@) === Network Info ===
8:37:33 (lmgrd) (@lmgrd-SLOG@) Listening port: 27000
8:37:33 (lmgrd) (@lmgrd-SLOG@)
8:37:33 (lmgrd) (@lmgrd-SLOG@) === Startup Info ===
8:37:33 (lmgrd) (@lmgrd-SLOG@) Server Configuration: Single Server
8:37:33 (lmgrd) (@lmgrd-SLOG@) Command-line options used at LS startup: -c /usr/local/intergraph/IngrLicenseSvr/INGR.lic -l /usr/local/intergraph/IngrLicenseSvr/IngrLicenseDbg.log
8:37:33 (lmgrd) (@lmgrd-SLOG@) License file(s) used: /usr/local/intergraph/IngrLicenseSvr/INGR.lic
8:37:33 (lmgrd) (@lmgrd-SLOG@) ===============================================
8:37:33 (lmgrd) Starting vendor daemons ...
8:37:33 (lmgrd) Started INGRTS (internet tcp_port 59367 pid 3340)
8:37:33 (INGRTS) Unable to initialize access to trusted storage: 2
8:37:33 (INGRTS) FlexNet Licensing version v11.13.1.2 build 173085 x64_lsb
8:37:34 (INGRTS) SLOG: Summary LOG statistics is enabled.
8:37:34 (INGRTS) SLOG: FNPLS-INTERNAL-CKPT1
8:37:34 (INGRTS) SLOG: VM Status: 8
8:37:34 (INGRTS) SLOG: FNPLS-INTERNAL-CKPT2
8:37:34 (INGRTS) Server started on ubuntu1604 for: apessiws
8:37:34 (INGRTS) approf Spatial_Model_Job apadvan