Specify Server Instance License Options Using Dashboard
After you create an on-premises server instance using the dashboard, you can specify licensing options. For details on creating a server instance, see Create Server Instance Using Dashboard.
Select the server instance from the leftmost navigation pane.
Select the Settings tab.
Expand the License area.
Set License to the server, license files, or both.
You can specify multiple license servers including port numbers (
), as well as license files. List where you want the product to search in order of precedence, using semi-colons (;) as separators on Windows® or colons (:) as separators on Linux®.port_number
@license_server_name
For example, on a Linux system, you specify this value for
license
:27000@hostA:/opt/license/license.dat:27001@hostB:./license.dat
The system searches these resources in this order:
27000@hostA:
(hostA
configured on port27000
)/opt/license/license.dat
(local license data file)27001@hostB:
(hostB
configured on port27001
)./license.dat
(local license data file)
Set License Grace Period to the maximum length of time MATLAB® Production Server™ responds to HTTP requests after the license server heartbeat has been lost.
Set License Poll Interval to the interval of time that must pass:
After license server heartbeat has been lost and MATLAB Production Server stops responding to HTTP requests
Before license server is polled, to verify and check out a valid license
Click Save.
Restart the server instance. See Restart Server Instance.