Software Archive
Read-only legacy content
17061 Discussions

error while starting lmgrd

daemon_h_
Beginner
1,966 Views

I am installing License Manager on linux.

 # ./Install_INTEL

at first, I get into trouble with a LSB problem, and I solve this by creating a symblic link

  # ln -s /lib64/ld-linux-x86-64.so.2 /lib64/ld-lsb-x86-64.so.3

my system is:

 #uname -a:

Linux devnet_190_219_tlinux_64 2.6.32.57-tlinux_xenU-1.1.1-default #1 SMP Fri Nov 1 16:34:20 CST 2013 x86_64 x86_64 x86_64 GNU/Linux

 

it fails to work, when  running ./lmgrd.rc:

16:59:36 (INTEL) Server started on devnet_190_219_tlinux_64 for:
16:59:36 (INTEL) IDCBF9868 (consisting of:              AdvXEl
16:59:36 (INTEL) ArBBL          CCompL          DbgL
16:59:36 (INTEL) MKernL         PerfAnl         PerfPrimL
16:59:36 (INTEL) StaticAnlL     ThreadAnlGui    ThreadBB)
16:59:36 (INTEL) EXTERNAL FILTERS are OFF
16:59:36 (INTEL) Vendor daemon can't talk to lmgrd (Cannot connect to license server system. (-15,570:115 "Operation now in progress"))
16:59:36 (INTEL) EXITING DUE TO SIGNAL 37 Exit reason 5
16:59:36 (lmgrd) INTEL exited with status 37 (Communications error)
16:59:36 (lmgrd) Since this is an unknown status, license server
16:59:36 (lmgrd) manager (lmgrd) will attempt to re-start the vendor daemon.
16:59:36 (lmgrd) REStarted INTEL (internet tcp_port 42020 pid 14340)
16:59:36 (INTEL) Unable to initialize access to trusted storage: 2
16:59:36 (INTEL) FlexNet Licensing version v11.12.0.0 build 136775 x64_lsb
16:59:36 (INTEL) SLOG: Summary LOG statistics is enabled.
16:59:36 (INTEL) SLOG: FNPLS-INTERNAL-CKPT1
16:59:36 (INTEL) SLOG: FNPLS-INTERNAL-CKPT2

 

What should I do then?

 

 

0 Kudos
7 Replies
Hubert_H_Intel
Employee
1,966 Views

The Intel vendor daemon INTEL doesn't start. May be that other dependencies are missing or faulty.

What issues the following:

INTEL -V
ldd INTEL

Regards, Hubert.

 

0 Kudos
daemon_h_
Beginner
1,966 Views

Hi, @hubert-haberstock (Intel).   

[root@devnet_190_219_tlinux_64 ~/flexlm]# ./INTEL -v
11:36:59 (INTEL) Unable to initialize access to trusted storage: 2
11:36:59 (INTEL) FlexNet Licensing version v11.12.0.0 build 136775 x64_lsb

[root@devnet_190_219_tlinux_64 ~/flexlm]# ldd INTEL
        linux-vdso.so.1 =>  (0x00007fffc8ae6000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007f52e3d3b000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f52e3b1f000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f52e378e000)
        /lib64/ld-lsb-x86-64.so.3 => /lib64/ld-linux-x86-64.so.2 (0x00007f52e3f4f000)

 

Thanks

0 Kudos
daemon_h_
Beginner
1,966 Views

Anybody helps me?

Thanks.

0 Kudos
Hubert_H_Intel
Employee
1,966 Views

Sorry for the delay.

Everything looks good so far. So my assumption is that SIGNAL 37 may be caused by localhost listed under ::1 in the /etc/hosts file.

If localhost is under ::1 (::1 localhost ip6-localshost ip6-loopback) in /etc/hosts, change it to localhost6 (::1 localhost6 ip6-localshost ip6-loopback) so that localhost is associated with 127.0.0.1.

Please have a try and let me know if this works.

Regards, Hubert.

0 Kudos
Hubert_H_Intel
Employee
1,966 Views

Any success on your side? I'd like to know if the change in the IP6 localhost helped.

Hubert.

0 Kudos
daemon_h_
Beginner
1,966 Views

Sorry for the delay.

I install and start successfully,  it turns out that there is a problem with our linux virtual machine.
I will contact our operational groups, and ask for some help.

thanks.

0 Kudos
Hubert_H_Intel
Employee
1,966 Views

Thanks for letting me konw!

The only problem I konw about using lmgrd under a VM is that it does not detect the MAC address of the license server host correctly.

Could you please check lmutil lmhostid ?

If there are senseless characters (or just FFFFFFFFFFFF) then you have problems to run lmgrd under this VM.

Regards, Hubert.

0 Kudos
Reply