Install SAP License from OS Level (SAPLIKEY)

You can use the program saplikey to install, check, and administer digitally-signed license keys in your SAP system. It resides in the directory /usr/sap/<SAPSID>/SYS/exe/run. As of release 4.5A, the database interface library is linked dynamically.

To allow saplikey to locate this library, the following variables must be set in the environment of the user calling saplikey.

• dbms_type = <database type> (such as ora, inf, ada, mss, db2, db4, db6)

• DIR_LIBRARY = <Path_to_dynamically_linked_database_library> (for example, /usr/sap/SID/SYS/exe/run)

• Logged on as the user <sid>adm.

When you enter commands, always specify the profile:

saplikey pf=<profile> <command> <product>

SAPLIKEY Command Options

-delete:
Delete installed license key.

-get / -number:
Display hardware key (Execute the command in central instance).

-help:
Full list of saplikey command options.

-install:
Install license key.

-show:
Show all installed license keys.

-temp:
Install a temporary license key

-version:
Display the saplikey version.

Example

Installing the SAP license.

itsiti:araadm > saplikey pf=<PROFILE> -install <LICENSE-LOCATION>
SAP License Key Administration  -  Copyright (C) 2003 - 2007 SAP AG

1 SAP license key(s) successfully installed.

Note

• This is a newer way to install the SAP license from OS level. You can find the older way at this article, Install SAP License from OS Level (SAPLICENSE)

• For Microsoft Windows systems, replace the forward slash (/) with a backslash (\) in all path names.

You May Also Like

Leave a Reply?