Determining the version and the platform for UNIX

Identify the lmgrd version and platform name for your license server.
To determine the version of lmgrd and the vendor daemon that you are running, complete one of the following steps:
  • If you used the license_setup script to install Rational® License Key Server:
    1. Open the rational_dir/config/start_lmgrd_on_server script and find the LICENSE_DIR line:

      LICENSE_DIR=/opt/rational/base/cots/flexlm.version/platfrom

    2. Run the ps -ef command to determine the full path name to lmgrd. Then, run lmgrd with the -version option.

      % ps -ef | grep lmgrd

      % /opt/rational/base/cots/flexlm.version/platform/lmgrd -version

  • If you used IBM® Installation Manager to install IBM Common Licensing:
    1. Open the rational_dir/config/start_lmgrd_on_server script and find the LICENSE_DIR line:

      LICENSE_DIR=install_dir/bin/

    2. Run the ps -ef command to determine the full path name to lmgrd. Then, run lmgrd with the -version option.

      % ps -ef | grep lmgrd

      % install_dir/bin/lmgrd -version

Table 1. Platform names
Operating System Platform PLATFORM Name
AIX® PowerPC® or RS/6000® rs6k_aix
HP-UX IA64 hpia or ia64_hpux
HP-UX PA-RISC hppa_hpux
Linux x86/x64 i386_linux2
Solaris x86/x64 solaris_x64
Solaris SPARC sun4_solaris2

Feedback