StorageTek Host Software Component 6 User Manual

Page of 718
96   VM/HSC 6.0 System Programmer’s Guide
1st ed., 6/30/04 - 312579601
License Key Information (LKEYINFO) Control Statement
The LKEYINFO control statement is used to input license key information for the HSC.  
It is placed in a data set or Partitioned Data Set member identified by an LKEYDEF 
control statement in the HSC START procedure, and must be present for HSC to initialize. 
Note: Refer to the VM/HSC Installation Guide for more information about configuring 
your HSC license key.
Syntax
Parameter Descriptions
Note: All parameters must be entered exactly as received from StorageTek.
PRODuct
Specifies the product and release to which the license key applies.
product-identifier
Indicates the product identifier. For HSC 6.0, the product identifier is 
VER0600.
CUSTomer
Specifies the customer name as received from StorageTek. A maximum of 20 
characters can be entered for the customer name.
customer-name
Indicates the customer name.
SITEno
Specifies the site number as received from StorageTek.
nnnnnnn
Indicates the site number.
EXPRdate
Specifies the expiration date of the license key as received from StorageTek.
yyyyddd
Indicates the expiration date.
LKEYINFO
PRODuct(product_identifier)
CUSTomer('customer_name')
SITEno(nnnnnnn)
EXPRdate(yyyyddd)
KEY(license_key_string)
LKEYINFO