License
The license
element contains the licensing information. Depening on the type of license you can either:
- Set the
license
element value with the license key provide by HPE - Copy the the license key provided by HPE in a text file and use li the key attribute to provide the path to the file containining the key
Attribute | Type | Purpose |
---|---|---|
key | string | Full path of the file containing the license key |
Example with explicit license key
<?xml version="1.0" encoding="utf-8"?>
<environment>
<license>IXH7af0dnt701UdPEN8GbN14L3Vbc/oN9fuFkGyzu8+cH2NpTOxeXh57cH0a+n0/yedJyeQF6GP2DV8I4QlHxQcjktZf2f7hUVtHCqeNNMFXa8KEL0fXp1nvNYrL3G1CfwZHdwhqwCVf5rIOAWk5EjZVOO4hOZywsNe40wS9bKMv4//AF3bpsB+nbLKk4aX2kHkH1aLQBRmHDhclJa43hOtbboQgG4IcWS98YqyzgzteaARSebVqUE9o3B39WRmT5aKB5Ztwqex3LmiaVASmKE8=</license>
Example with key stored in a file
<?xml version="1.0" encoding="utf-8"?>
<environment>
<license key="C:\STORAGE\%COMPUTERNAME%.license.txt"/>