Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Remove License Key Information (RMVLICKEY) command can be used to remove software license key information from the license repository for products with keyed compliance. Products with "keyed compliance" require that you have a software license key from the software provider in order to change the usage limit or the expiration date of the license information.
Removing license information from the repository does not affect installed licenses. Any license that is currently being used to access the product on this system remains valid and usable.
Restrictions: This command is shipped with public *EXCLUDE authority.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
LICKEYINP | License key input | *LICKEYFILE, *PROMPT | Optional, Positional 1 |
PRDID | Product identifier | Character value, *ALL | Optional, Positional 2 |
LICTRM | License term | Character value, *ALL | Optional, Positional 3 |
FEATURE | Feature | Character value, *ALL | Optional, Positional 4 |
SERIAL | System serial number | Character value, *LOCAL, *REMOTE, *ALL | Optional |
LICKEYFILE | License key file | Qualified object name | Optional |
Qualifier 1: License key file | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
LICKEYMBR | License key member | Name, *FIRST, *LAST | Optional |
Top |
Specifies how the software license key information to be removed is supplied.
Top |
Specifies the seven-character identifier of the product for which software license key information is removed.
A generic name is a character string of one or more characters followed by an asterisk (*); for example, ABC*. The asterisk substitutes for any valid characters. A generic name specifies all objects with names that begin with the generic prefix for which the user has authority. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete object name.
Top |
Specifies the license term for which software license key information is removed.
Top |
Specifies the feature of the product specified on the PRDID parameter for which the software license key information is removed.
Top |
Specify the serial number of the system for which software license key information is removed.
Top |
Specifies the qualified name of the file in which the software license key information to be removed is located. This input file must be in the format of QSYS/QALZAKEY, and can be created by using the LICKEYFILE parameter on the Display License Key Information (DSPLICKEY) command.
The name of the license key file can be qualified by one of the following library values:
The possible value is:
Top |
Specifies the name of the member in which the software license key information to be removed is located. This member is in the file specified on the LICKEYFILE parameter.
Top |
Example 1: Removing License Key Information from Prompt Input
RMVLICKEY LICKEYINP(*PROMPT) PRDID(1MYPROD) LICTRM(V3) FEATURE(5001) SERIAL(1234567)
This command removes from the license repository the software license key information for the product 1MYPROD, the license term V3, and the feature 5001 for the system with serial number 1234567.
Example 2: Removing License Key Information from File Input
RMVLICKEY LICKEYINP(*LICKEYFILE) SERIAL(*REMOTE) LICKEYFILE(*LIBL/MYKEYFILE) LICKEYMBR(*LAST)
This command removes from the license repository the software license key information for all the remote systems found in the newest created member of the file MYKEYFILE.
Top |
*ESCAPE Messages
Top |