DEPLOYMENT RESTRICTED

Hi,

I got the free university developer license, and run it. But when I finished the code compiling and run the the executable file, there are a problem. I doubt if the installation still has problem, so I listed main points.

The problem shows
/*
DEPLOYMENT RESTRICTED
The PGI compiler license used to create this executable is for development
purposes only and does not include deployment rights. Please contact PGI
Sales at sales@pgroup.com for information on lifting this restriction.
*/

and the outputs of
% ps ax | grep lmgrd
% lmutil lmhostid
% lmutil lmhostid -hostname
% lmutil lmhostid -internet
% ping meta
% /sbin/ifconfig

[webber@localhost ~]$ ps ax | grep lmgrd
5624 ? S 0:00 /opt/pgi/linux86-64/16.1/bin/lmgrd -c :/opt/pgi/license.dat
5625 ? Ssl 0:00 pgroupd -T localhost.localdomain 11.11 3 -c :/opt/pgi/license.dat --lmgrd_start 56e67232
8370 pts/0 S+ 0:00 grep --color=auto lmgrd

[webber@localhost exa]$ lmutil lmhostid
lmutil - Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is “b8aeedb75dd4”

[webber@localhost exa]$ lmutil lmhostid -hostname
lmutil - Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is “HOSTNAME=localhost.localdomain”

[webber@localhost exa]$ lmutil lmhostid -internet
lmutil - Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is “INTERNET=127.0.0.1”

[webber@localhost exa]$ ping localhost.localdomain
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.037 ms
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.029 ms
^C
— localhost ping statistics —
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 0.029/0.033/0.037/0.004 ms

[webber@localhost exa]$ /sbin/ifconfig
enp3s0f0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether b8:ae:ed:b7:5d:d4 txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 0 (Local Loopback)
RX packets 875 bytes 76665 (74.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 875 bytes 76665 (74.8 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0


best,

Jackie

The code produced by the Unidev licenses only runs on the platform
that the code was originally compiled on.

You can’t compile on machine A and then run the code on Machine B.

Move the compilers and license to the machine with the GPUs that you
wish to run on.


dave

Hi,

I already know why this is happenning. I gave the wrong hostname and I deleted the current permanent license keys. How long it would take?

best,

Jackie

It should be cleared for regeneration.

dave

Hi Dave,
I just change the hostname, but I still get the same error (DEPLOYMENT RESTRICTED). What’s more, I compile on machine A and then run the code on Machine A. I can’t find the reason.

PS: [webber@localhost ~]$ hostname
localhost.localdomain
Does “localhost” is my hostname or not?

=========================================
[webber@localhost exa]$ lmutil diag
lmutil - Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved.
FlexNet diagnostics on Tue 3/29/2016 15:19


License file: /home/webber/opt/pgi/license.dat

“PGI2016-701310” v2016.1117, vendor: pgroupd
License server: localhost
nodelocked license, locked to ethernet address “b8aeedb75dd4” expires: 17-nov-2016
Requests from the same USER/HOST do not consume a new license

This license cannot be checked out because:
This platform not authorized by license.
Feature: PGI2016-701310
Platforms: x64_lsb <> unidev, v16.1, nv, lin-acc
License path: /home/webber/opt/pgi/license.dat:
FlexNet Licensing error:-89,310
For further information, refer to the FlexNet Licensing documentation,
available at “www.flexerasoftware.com”.

best,

Jackie

Are you still having problems? The only release that the permanent license
should not work with is 15.7, since we changed how Unidev licenses work
after 15.7 came out. The rest should work, and if not, send the flexlm.log
for info on what is wrong.

Hi there,

I am experiencing similar issue with pgi unidev license. In my case the DEPLOYMENT RESTRICTED is encountered when there is no internet connection to the machine. My WiFi connection is somewhat “shaky” hence whenever there is no internet, the executable give DEPLOYMENT RESTRICTED output.

I am using CentOS 6.7 and pgi version 16.4 with CUDA 7.5.

Any help is really appreciated.

Thanks,
Peekay