[ARCHIVE] How do I determine the FlexNet version of the license manager server lmgrd and idl_lmgrd binary executables?
Question:
How do I determine the FlexNet version of the license manager server lmgrd and idl_lmgrd binary executables?
Answer:
For Linux, Mac or Solaris, from a terminal window, CD tothe [IDL-directory]/bin directory, and then call lmgrd or idl_lmgrd with the"-version" command line switch, for example:
(Linux,Solaris)
cd /usr/local/exelis/idl85/bin
./lmgrd -version
./idl_lmgrd -version
(Mac OS X)
cd /Applications/exelis/idl85/bin
./lmgrd -version
./idl_lmgrd -version
For Windows, from a Command Prompt window, CD to the[IDL-directory]\bin\bin.x86 directory, and then call lmgrd.exe or idl_lmgrd.exe with the "-version" command line switch, for example:
cd "C:\Program Files\Exelis\idl85\bin\bin.x86"
lmgrd.exe -version
idl_lmgrd.exe -version
Reviewed by JU (3/14/2016), AO (3/14/2016)