Determining version and platform for UNIX systems

Identifying the lmgrd version and platform name for your license server.
To determine the version of lmgrd and rational vendor daemon that you are running, take one of the following steps:
  • 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

  • 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

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