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:
- 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
- Open the
rational_dir/config/start_lmgrd_on_server
script and find the LICENSE_DIR
line:
- If you used IBM® Installation Manager to install IBM Common Licensing:
- Open the
rational_dir/config/start_lmgrd_on_server
script and find the LICENSE_DIR line:
LICENSE_DIR=install_dir/bin/
- 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
- Open the
rational_dir/config/start_lmgrd_on_server
script and find the LICENSE_DIR line:
| 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 |