Download
Abstract
How to configure IBM Rational License Key Server (RLKS) Administration and Reporting Tool and IBM RLKS Administration Agent to start automatically on Linux and UNIX.
Download Description
IBM RLKS Administration and Reporting Tool and IBM RLKS Administration Agent should automatically startup when your system starts on Linux and UNIX platforms. This is accomplished by running the applications as daemons. The uploaded files contains the scripts for this procedure.
Installation Instructions
Enable IBM RLKS Administration and Reporting Tool to start automatically at system start up.
--------------------------------------------------------------------
- Download the IBM_RLKS_AdminTool_Service_UNIX.tar.gz.
- Untar the contents of the rcladmin folder to the IBM RLKS Administration and Reporting Tool installation location (install_location).
By default: /opt/IBM/RCL/RLKSAdmin
- Go to the install_location
cd /opt/IBM/RCL/RLKSAdmin
- Ensure the install_admin_service.sh file has Execute permission (by default it has the Execute permission, but if the files are copied from a Windows machine, it gets modified).
Run the command:
chmod +x install_admin_service.sh
- Run ./install_admin_service.sh install
The service gets installed as rcladmin
Disable automatic startup of IBM RLKS Administration and Reporting Tool at system start up.
--------------------------------------------------------------------
- Go to the installation_location.
- Run the command ./install_admin_service.sh remove
Enable IBM RLKS Administration Agent to start automatically at start up.
--------------------------------------------------------------------
- Download the IBM_RLKS_AdminTool_Agent_Service_UNIX.tar.gz.
- Untar the contents of the rclagent folder to the IBM RLKS Administration Agent installation location.
By default: /opt/IBM/RCL/RLKSAdminAgent
- Go to the install_location
cd /opt/IBM/RCL/RLKSAdminAgent
- Ensure the install_agent_service.sh file has Execute permission (by default it has the Execute permission, but if the files are copied from a Windows machine, it gets modified).
Run the command:
chmod +x install_agent_service.sh
- Run ./install_agent_service.sh install [agent_service_name]
The agent_service_name is optional, if it is not specified the service gets installed as "rclagent".
If more than one agent is installed on the same machine, then specify a different agent_service_name for each agent installations.
Example:
For the first agent, run ./install_agent_service.sh install rclagent_rlks
For the second agent, run ./install_agent_service.sh install rclagent_clm
Disable automatic start up of IBM RLKS Administration Agent at system start up.
--------------------------------------------------------------------
- Go to the installation_location.
- Run the command ./install_agent_service.sh remove [agent_service_name]
If an agent_service_name is not specified, the script will try to remove the service 'rclagent'.
Download Package
Download the following files:
Was this topic helpful?
Document Information
Modified date:
20 July 2018
UID
swg24037040