[an error occurred while processing this directive]
![]() |
![]() HP OpenVMS Systems Documentation |
![]() |
HP OpenVMS License Management Utility Manual
Chapter 6
|
$ LICENSE MODIFY OPENVMS-ALPHA/AUTHORIZATION=xxxxx - _$ /INCLUDE=(ANDA1A,ANDA2A,ANDA3A) |
Because this example assumes that ANDA1A was already in a cluster, the authorization number is required to identify the one PAK of many OPENVMS-ALPHA license PAKs in the License Database (.LDB) file.
This appendix describes the syntax of the following License Management utility (LICENSE) and SHOW LICENSE commands:
Copies licenses from one License Database to another. When you use LICENSE COPY, LMF disables the source license and registers a copy in the destination License Database as if it were a new license. If the terms and conditions of your license contract allow it, you can re-enable the source database license by using LICENSE ENABLE.LICENSE COPY cannot be used to create a copy of a license in the same database as the source of the copy.
LICENSE COPY product-name[,...] output-database
product-name[,...]
Name or names of products with a license to be copied to the output License Database.output-database
File specification of the License Database to which the license or licenses should be copied. This database must have been created previously using LICENSE CREATE.If you enter a partial file specification (for example, specifying only a directory), LMF$LICENSE is the default file name, and .LDB is the default file type. If you do not specify a device or directory, the current default device and directory are used.
/ALL
Positional qualifier.Specifies that all licenses with the given product name should be copied. This qualifier affects only the product name that immediately precedes it in the command string.
/AUTHORIZATION=string
Positional qualifier.Specifies a string that helps identify the license you want to copy. You must enter the authorization string exactly as it appears on your PAK. Use this optional qualifier only if you need it to identify the license. This qualifier affects only the product name that immediately precedes it in the command string.
/DATABASE=filespec
Specifies the location of the License Database from which the license should be copied. The default file specification is defined by the logical name LMF$LICENSE, which points to SYS$COMMON:[SYSEXE]LMF$LICENSE.LDB on an unmodified OpenVMS system. Use this optional qualifier only if you do not use the default License Database name and location.
/ISSUER=string
Positional qualifier.Specifies the name of the company (for example, HP) that issued the PAK for the product. Use this optional qualifier only if you need to identify the license. This qualifier affects only the product name that immediately precedes it in the command string.
/LOG
/NOLOG (default)
Controls whether LICENSE COPY displays the name of each license that it copies./PRODUCER=string
Positional qualifier.Specifies the name of the company (for example, HP) that owns the product for which you have a license. Use this optional qualifier only if you need to identify the license. This qualifier affects only the product name that immediately precedes it in the command string.
To copy a license from one database to another, use LICENSE COPY. The following conditions apply to a LICENSE COPY transaction:
- The status of the source database license changes to disabled.
- Network copies are supported within the limits of remote FAL access. If you use access control strings, such as "USERNAME password" within the file specification, the actual password string is not stored.
- LICENSE COPY does not transfer any user-supplied data such as reservation lists, modified termination dates, modified units, include or exclude node lists, or comments.
#1 |
---|
$ LICENSE COPY FORTRAN BACKUP_DATA:BACKUP.LDB |
This command copies the Fortran license in the default License Database to the BACKUP_DATA:BACKUP.LDB License Database. This command fails if there is more than one Fortran license in the default database.
#2 |
---|
$ LICENSE COPY FORTRAN /DATABASE=BACKUP_DATA:BACKUP.LDB - _$ BACKUP_DATA2:BACKUP2.LDB |
This command copies the Fortran license in the source License Database to the BACKUP_DATA2:BACKUP2.LDB License Database. This command fails if there is more than one Fortran license in the source database.
#3 |
---|
$ LICENSE COPY FORTRAN /ALL BACKUP_DATA:BACKUP.LDB |
This command copies all Fortran licenses in the default License Database to the BACKUP_DATA:BACKUP.LDB License Database.
#4 |
---|
$ LICENSE COPY FOR* BACKUP_DATA:BACKUP.LDB |
This command copies all licenses whose product names begin with the string "FOR" from the default License Database to the BACKUP_DATA:BACKUP.LDB License Database. In this case, using the wildcard character (*) implies the use of /ALL.
#5 |
---|
$ LICENSE COPY * BACKUP_DATA:BACKUP.LDB |
This command copies all licenses from the default License Database to the BACKUP_DATA:BACKUP.LDB License Database. In this case, using the wildcard character (*) implies the use of /ALL.
#6 |
---|
$ LICENSE COPY * /PRODUCER=DEC BACKUP_DATA:BACKUP.LDB |
This command copies all licenses with the producer name DEC from the default License Database to the BACKUP_DATA:BACKUP.LDB License Database. In this case, using the wildcard character (*) implies the use of /ALL.
#7 |
---|
$ LICENSE COPY D%% BACKUP_DATA:BACKUP.LDB |
This command copies all licenses beginning with a "D" followed by exactly two characters from the default License Database to the BACKUP_DATA:BACKUP.LDB License Database. In this case, using the wildcard character (%) implies the use of /ALL.
Creates a License Database with no license records. Because LMF provides a default License Database in SYS$COMMON:[SYSEXE]LMF$LICENSE.LDB when OpenVMS is installed, you do not typically need to use this command.To use LMF, you must have a License Database file and the appropriate number of units for your system. On OpenVMS Alpha and VAX, the units are located in the License Unit Requirement Table (LURT) file (SYS$COMMON:[SYSEXE]LMF$LURT.DAT), which comes installed with OpenVMS. On OpenVMS Integrity servers, the units are based on the number of processor cores and the class of the machine specified in the PAK you receive with the license.
LICENSE CREATE
None.
/DATABASE=filespec
Specifies the location of the License Database. The default file specification is defined by the logical name LMF$LICENSE, which points to SYS$COMMON:[SYSEXE]LMF$LICENSE.LDB on an unmodified OpenVMS system.
$ LICENSE CREATE /DATABASE=SYS$MANAGER:LMF$LICENSE.LDB |
This command creates the License Database named LMF$LICENSE.LDB in the directory SYS$MANAGER.
Deletes one or more licenses and all history information for those licenses from the License Database.
LICENSE DELETE product-name[,...]
product-name[,...]
Name or names of products with a license to be removed from the License Database. You can delete only licenses that have been registered.
/ALL
Positional qualifier.Specifies that all licenses with the given product name should be deleted. This qualifier affects only the product name that immediately precedes it in the command string.
/AUTHORIZATION=string
Positional qualifier.Specifies a string that helps identify the license you want to delete. You must enter the authorization string exactly as it appears on your PAK. Use this optional qualifier only if you need it to identify the license. This qualifier affects only the product name that immediately precedes it in the command string.
/DATABASE=filespec
Specifies the location of the License Database from which the license or licenses should be deleted. The default file specification is defined by the logical name LMF$LICENSE, which points to SYS$COMMON:[SYSEXE]LMF$LICENSE.LDB on an unmodified OpenVMS system. Use this optional qualifier only if you do not use the default License Database name and location./ISSUER=string
Positional qualifier.Specifies the name of the company (for example, HP) that issued the PAK for the product. Use this optional qualifier only if you need it to identify the license. This qualifier affects only the product name that immediately precedes it in the command string.
/LOG
/NOLOG (default)
Controls whether LICENSE DELETE displays the name of each license that it deletes.
/PRODUCER=string
Positional qualifier.Specifies the name of the company (for example, HP) that owns the product for which you have a license. Use this optional qualifier only if you need it to identify the license. This qualifier affects only the product name that immediately precedes it in the command string.
/STATUS=[(keyword)[,...]]
Positional qualifier.Selects licenses to be deleted according to the product-name parameter specified and one or more license status keywords from the following list:
- ALL (default)---Deletes all specified licenses in the database.
- ACTIVE---Deletes all specified enabled licenses in the database. ACTIVE status means that the registered license is enabled for loading. For backward compatibility, the LICENSE LIST command identifies enabled licenses as having a status of active.
- DISABLED---Deletes all specified disabled licenses in the database.
- EXTINCT---Purges specified license information by deleting all extinct license records in the database. Extinct records are history records retained after a license is modified.
- CANCELED---Deletes all specified canceled licenses in the database. Note that current versions of LMF do not set license status to canceled. Old licenses may have this status.
If you enter more than one keyword, separate them with commas, and enclose the list in parentheses. You can abbreviate each option to the minimum number of characters needed to uniquely identify it.
Use LICENSE DELETE to delete licenses from the License Database. To tailor your command, use options to the /STATUS qualifier and wildcard characters in product name strings.File space is not released following LICENSE DELETE commands. For information on retrieving Record Management Services (RMS) file space, see the OpenVMS Record Management Utilities Reference Manual.
#1 |
---|
$ LICENSE DELETE FORTRAN |
This command deletes the Fortran license from the default License Database.
#2 |
---|
$ LICENSE DELETE FORTRAN, COBOL, PASCAL |
This command deletes the Fortran, COBOL and Pascal licenses from the default License Database.
#3 |
---|
$ LICENSE DELETE FORTRAN /DATABASE=MY$DISK:MYDATA.LDB |
This command deletes the Fortran license from the MY$DISK:MYDATA.LDB License Database.
#4 |
---|
$ LICENSE DELETE FORTRAN /ISSUER=XYLASOFT |
This command deletes all licenses for the product named Fortran issued by XYLASOFT from the default License Database. If there are licenses for products named Fortran issued by companies other than XYLASOFT, they are not deleted.
#5 |
---|
$ LICENSE DELETE * /STATUS=(EXTINCT) |
This command deletes all license records with a status of EXTINCT from the database. This is effectively a purge of all historical information.
Disables a license currently registered in the License Database.
LICENSE DISABLE product-name[,...]
product-name[,...]
Name or names of products with a license that you want to disable. You can disable only licenses that currently exist in the License Database. Enter the product name exactly as it appears on your Product Authorization Key (PAK).
/ALL
Positional qualifier.Specifies that all licenses with the given product name should be disabled. This qualifier affects only the product name that immediately precedes it in the command string.
/AUTHORIZATION=string
Positional qualifier.Specifies a string that helps identify the license you want to disable. You must enter the authorization string exactly as it appears on your PAK. Use this optional qualifier only if you need it to identify the license. This qualifier affects only the product name that immediately precedes it in the command string.
/DATABASE=filespec
Specifies the location of the License Database. The default file specification is defined by the logical name LMF$LICENSE, which points to SYS$COMMON:[SYSEXE]LMF$LICENSE.LDB on an unmodified OpenVMS system. Use this optional qualifier only if you do not use the default License Database name and location./ISSUER=string
Positional qualifier.Specifies the name of the company (for example, HP) that issued the PAK for the product. Use this optional qualifier only if you need it to identify the license. This qualifier affects only the product name that immediately precedes it in the command string.
/LOG
/NOLOG (default)
Controls whether LICENSE DISABLE displays the name of each license that it disables.
/PRODUCER=string
Positional qualifier.Specifies the name of the company (for example, DEC) that owns the product for which you have a license. Use this optional qualifier only if you need it to identify the license. This qualifier affects only the product name that immediately precedes it in the command string.
LICENSE DISABLE does not immediately affect loaded licenses. To affect a loaded license, you must first enter a LICENSE UNLOAD command, which unloads the license, but allows current processes to finish using the product. Note that to immediately disable all loaded licenses, you must shut down the system.You cannot use LICENSE LOAD to activate a disabled license; you must first use LICENSE ENABLE.
LMF does not display error messages when either you or the system attempts to unload a disabled license.
$ LICENSE DISABLE ABCD /PRODUCER=DEC |
This command disables the license for ABCD software produced by HP. Because no database is specified, LMF uses the default database.
Previous | Next | Contents | Index |