...
- Depending on the product and component in use you might receive multiple license keys from SOS at different points in time.
- In such a case please add newly received license keys to the list of existing keys like this:
[licence]
key1=
SOS-DEMO-1-L54-4-7-22-???????
key2=
SOS-DEMO-1-L54-4-7-23-???????
Each license key is added to a separate line with thekey1, key2, key3
, ... configuration items.
Use of limited License Keys
- Users who want to switch back from e.g. a trial license key or a subscription license key that is valid for a limited period to use of the Open Source license can proceed as follows:
- Add both keys to the ./config/sos.ini configuration file like this:
[licence]
key1=SOS-CUSTOMER-1-QCT-4-7-20170130-22-23-CG7R6I2
key2=SOS-DEMO-1-L54-4-7-22-T7I4FYA
- The capabilities of both keys (
key1
being a sample for a trial license key andkey2
a sample for the Open Source license key) are merged. In case thatkey1
becomes invalid thenkey2
will allow to fall back to Open Source restricted mode for the use of Agents. - Should exclusively
key1
be available and become invalid then the JobScheduler Master will not start due to an invalid license key.
- Add both keys to the ./config/sos.ini configuration file like this:
Handling of License Keys for JobScheduler Agents
...