|
VMS Help LICENSE, ISSUE, Examples *Conan The Librarian |
1.$ LICENSE ISSUE /OUTPUT=SYS$MANAGER:FORTRAN.PAK -
_$ /PRODUCER=DEC FORTRAN
This command issues a PAK replica, which you can use to
register the Fortran license on a new processor (or OpenVMS
Cluster environment), and puts it into the file named
FORTRAN.PAK. The next step is to print the file, read the
information, and, using a LICENSE REGISTER command or
VMSLICENSE.COM, enter the correct information in the License
Database of the new processor. The Fortran license in the
current License Database is marked ISSUED and is disabled.
2.$ LICENSE ISSUE /PRODUCER=DEC VOLSHAD
This command displays, at the current terminal, a PAK replica
with the information from the VOLSHAD (Volume Shadowing)
license. This display is reproduced below. The license
registered in the current License Database is marked ISSUED
and is disabled. You can register the data from this replica of
a PAK in the License Database of another processor using either
VMSLICENSE.COM or LICENSE REGISTER.
Software Product Authorization Key Replica
Issued by CASPER
Issued on 24-FEB-2001 14:23
-----------------------------------
Issuer: DEC
Authorization: ALS-WM-93166-5573
Product Name: VOLSHAD
Producer: DEC
Units: 460
Version: 5.4
PAK Termination Date: 31-DEC-2001
Availability: E
Options: MOD_UNITS
Checksum: 1-ADEB-DOCJ-NENC-KDBM
3.$ LICENSE ISSUE /PROCEDURE /OUTPUT=FORTRAN-USA10.COM -
_$FORTRAN /AUTHORIZATION=USA-10
This command generates a DCL command procedure such as the
following to be used for registering the specified license in a
License Database:
$! Software Product Authorization Key Replica
$! Issued by CASPER
$! Issued on 23-Oct-2001 14:23
$ LICENSE REGISTER FORTRAN -
/ISSUER=DEC -
/PRODUCER=DEC -
/AUTHORIZATION=USA-10 -
/UNITS=400 -
/VERSION=5.4 -
/AVAILABILITY=F -
/CHECKSUM=1-HIDN-INDA-COMP-DAHH
|
|