HP Micro Focus Object COBOL/UX Release Notes for Version B.12.35

Chapter 3 35
License Management with FLEXlm and COBOL
Installing and Setting Up the FLEXlm License Manager
To complete the License File Request Form, you will need to know both
your hostid and hostname of the license server system (or systems if
you have redundant servers).
The hostid and hostname were displayed by the hpmfocdsini script and
a copy of the information was left in the /var/tmp/hpmfocdsini.log
file that hpmfocdsini generated.
NOTE Note that /var/tmp/hpmfocdsini.log may reside in the following
locations:
/var/tmp/hpmfocdsini.log
/tmp/hpmfocdsini.log
/usr/tmp/hpmfocdsini.log
./hpmfocdsini.log
If you cannot locate this information, you can run hpmfocdsini again
from the system(s) that will be your license server(s) and answer No to
the first question. The hostid and hostname are displayed before the
first question is asked and answering No to the first question suppresses
a second installation of the FLEXlm components.
Alternately, to obtain the hostname, from the server system(s) run
$ uname -n
and to obtain the hostid, run:
$ /usr/local/flexlm/bin/lmhostid
or in ksh, run:
$ print $(uname -i) 16 o p | dc
In the Bourne shell, run:
$ echo ‘uname -i‘ 16 o p | dc