Hi Luca, et all,
Checkpoint support provided the following answer which worked. Because I had upgraded my manager from R80 to R80.10 there were two instances of the vsec_central_license utility which was causing the issue. Renaming the old entry resolved the issue. code snippet below for anyone else who gets this issue:
Check if the vsec_central_license binary file appears twice on the R80.10 Management Server - once in the $VSECDIR/bin/ directory and once in the /bin/ directory:
[Expert@HostName]# stat $VSECDIR/bin/vsec_central_license
[Expert@HostName]# stat /bin/vsec_central_license
If this is the case, then run the following commands on the R80.10 Management Server:
[Expert@HostName]# cp -v $VSECDIR/bin/vsec_central_license{,_BKP}
[Expert@HostName]# mv -v /bin/vsec_central_license{,_BKP} [Expert@HostName]# mv -v $VSECDIR/bin/vsec_central_license /bin/vsec_central_license
Install database on the Management server and install policy on the R80.10 Gateways.
Then run the vsec_central_license command again.
cheers
Alex