Source link : https://blogs.sap.com/2016/09/06/as-java-license-key-installation-using-telnet/
Logon to Telnet console and add licensing menu
NB: Telnet service runs under port 08. E.g: to access telnet under Java engine you would use port 5XX08 (where XX is instance number)
- Open your command prompt/terminal depending on OS and connect to the SAP System via Telnet, e.g for a system with instance number 00 we would use:
telnet localhost 50008
- You will now see the option to logon to the telnet server, use your admin user to logon as below:
- When you logon to Telnet, you will need to ensure you are on cluster 0. Type > jump 0 to do this.
- Next add the licensing menu using command > add licensing.
The licensing menu is now activated, you can use the man command to view the list of available options:
Install a permanent or temporary license key
- Firstly, we need the hardware id and system id for the target system. Type > mshardwareid and mssystemid if the SID is not known. Resulting output will display as below:
- Request a license key via SMP: http://support.sap.com/licensekey and follow the process. Download the license key onto the server.
- Install the license key with command > install_license -file /usr/path/to/license/key.txt
- To install a temporary key, use the command > install_license -temp
- Validate the newly installed license key via command: > list_licenses
- You have now installed your AS Java license key via Telnet! 🙂
Comments
Post a Comment