License Manager Problem

Hello:
I upgraded from a 3month trial to University Developer License. Unfortunately when I tried to use pgcc I get the following
error

_pgcc -o pg hello.c
pgcc: LICENSE MANAGER PROBLEM: Cannot connect to license server system.
The license server manager (lmgrd) has not been started yet,
the wrong port@host or license file is being used, or the
port or hostname in the license file has been changed.
Feature: pgcc
Server name: sict.ist
License path: /opt/pgi/license.dat:
FlexNet Licensing error:-15,570. System Error: 115 “Operation now in progress”
_
Result of lmutil lmhostid -hostname
lmutil - Copyright (c) 1989-2013 Flexera Software LLC. All Rights Reserved.
The FlexNet host ID of this machine is “HOSTNAME=sict.ist”

[t-nakata@sict modulefiles]$ ps -ax | egrep lmgrd
11210 pts/0 S+ 0:00 grep -E --color=auto lmgrd

I have opened ports 27000-27009


Is there anything else I should try?

Best Regards
Toshi

__

[t-nakata@sict modulefiles]$ ps -ax | egrep lmgrd
11210 pts/0 S+ 0:00 grep -E --color=auto lmgrd

It seems the daemon was not started by default…(Don’t know why)
By doing
lmgrd.rc start
I had the daemon sarted and the compiler worked.

Thanks to all the people who helped me.

Best Regards
Toshi