Skip to content

Commit f2ac13f

Browse files
committed
R2023a release!
1 parent fa733bb commit f2ac13f

12 files changed

+1436
-7
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The files in this GitHub repository refer to commercial software products and se
44

55
The following license terms apply only to the files in this GitHub repository, including files in this folder and its subfolders, and do not apply to MathWorks Programs. References to “software” and “code” in the following license terms refer to the files in this GitHub repository.
66

7-
Copyright (c) 2022, The MathWorks, Inc.
7+
Copyright (c) 2023, The MathWorks, Inc.
88

99
All rights reserved.
1010

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ To view instructions for deploying the Network License Manager for MATLAB refere
2222

2323
| Release |
2424
| ------- |
25+
| [R2023a](releases/R2023a/README.md) |
2526
| [R2022b](releases/R2022b/README.md) |
2627
| [R2022a](releases/R2022a/README.md) |
2728
| [R2021b](releases/R2021b/README.md) |
@@ -59,4 +60,10 @@ The following resources are created.
5960
* Custom Script Extension (Microsoft.Compute/virtualMachines/extensions): An extension which configures this instance at deployment time to start the network license manager for MATLAB Dashboard web server.
6061

6162
# Technical Support
62-
If you require assistance or have a request for additional features or capabilities, please contact [MathWorks Technical Support](https://www.mathworks.com/support/contact_us.html).
63+
If you require assistance or have a request for additional features or capabilities, please contact [MathWorks Technical Support](https://www.mathworks.com/support/contact_us.html).
64+
65+
----
66+
67+
Copyright (c) 2021-2023 The MathWorks, Inc. All rights reserved.
68+
69+
----

SECURITY.md

100644100755
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Reporting Security Vulnerabilities
2-
==================================
3-
If you believe you have discovered a security vulnerability, please report it to
4-
[email protected] instead of GitHub. Please see
5-
[MathWorks Vulnerability Disclosure Policy for Security Researchers](https://www.mathworks.com/company/aboutus/policies_statements/vulnerability-disclosure-policy.html)
1+
Reporting Security Vulnerabilities
2+
==================================
3+
If you believe you have discovered a security vulnerability, please report it to
4+
[email protected] instead of GitHub. Please see
5+
[MathWorks Vulnerability Disclosure Policy for Security Researchers](https://www.mathworks.com/company/aboutus/policies_statements/vulnerability-disclosure-policy.html)
66
for additional information.

img/Console_Login.png

100644100755
File mode changed.

img/Console_Upload.png

100644100755
File mode changed.

img/FlexServer_in_Azure_architecture.png

100644100755
File mode changed.

img/Resource_Group_Delete.png

100644100755
File mode changed.

releases/R2023a/README.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
# Network License Manager for MATLAB on Microsoft Azure
2+
3+
## Step 1. Launch the Template
4+
5+
Click the **Deploy to Azure** button below to deploy the cloud resources on Azure. This will open the Azure Portal in your web browser.
6+
7+
| Create Virtual network | Use Existing Virtual Network |
8+
| --- | --- |
9+
| Use this option if you would like to deploy the resources in a new virtual network:<br><br><a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmathworks-ref-arch%2Flicense-manager-for-matlab-on-azure%2Fmaster%2Freleases%2FR2023a%2Fazuredeploy-R2023a.json" target="_blank"><img src="https://aka.ms/deploytoazurebutton"/></a></br></br> | Use this option if you would like to deploy the resources in an existing virtual network: <br><br><a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmathworks-ref-arch%2Flicense-manager-for-matlab-on-azure%2Fmaster%2Freleases%2FR2023a%2Fazuredeploy-existing-vnet-R2023a.json" target="_blank"><img src="https://aka.ms/deploytoazurebutton"/></a></br></br> |
10+
11+
> Cluster Platform: Windows Server 2019
12+
13+
> MATLAB Release: R2023a
14+
15+
## Step 2. Configure the Cloud Resources
16+
Clicking the Deploy to Azure button opens the "Custom deployment" page in your browser. You can configure the parameters on this page. It is easier to complete the steps if you position these instructions and the Azure Portal window side by side.
17+
18+
1. Specify and check the defaults for these resource parameters:
19+
20+
| Parameter label | Description |
21+
| --------------- | ----------- |
22+
| **Type** | Azure instance type, see https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes. |
23+
| **IP Address** | The IP address range that can be used access the license manager. This must be a valid IP CIDR range of the form x.x.x.x/x. Use the value &lt;your_public_ip_address&gt;/32 to restrict access to only your computer. |
24+
| **Username** | Admin username, this is used to login to the Network License Manager for MATLAB dashboard. |
25+
| **Password** | Admin password for the chosen username. This is used to login to the Network License Manager for MATLAB dashboard. |
26+
| **Network Resource ID** | The Resource ID of an existing virtual network to deploy your server into. Specify this parameter only when deploying with the Existing Virtual Network option. |
27+
| **Name** | The name of an existing subnet within your virtual network to deploy your server into. Specify this parameter only when deploying with the Existing Virtual Network option. |
28+
29+
30+
**NOTE**: The port and hostname of the network license manager must be reachable from all virtual machines running MATLAB. It is therefore recommended that you deploy into a subnet within the same virtual network as the network license manager.
31+
32+
2. Tick the box to accept the Azure Marketplace terms and conditions.
33+
34+
3. Click the **Create** button.
35+
36+
# Step 3: Connect to the Dashboard
37+
38+
> **Note**: The Internet Explorer web browser is not supported for interacting with the dashboard.
39+
40+
1. In the Deployments for your resource group, select the Microsoft.Template deployment created in step 2 and select the **Outputs** section.
41+
2. Copy the URL listed in the `NETWORKLICENSEMANAGERADDRESS` field. This is the HTTPS endpoint to the network license manager for MATLAB Dashboard.
42+
43+
# Step 4: Sign in to the Dashboard
44+
1. Paste the network license manager Address URL into a web browser.
45+
2. Enter the username set at the time of the deployment along with the password for this user you created in Step 2.
46+
47+
![Console Login](../../img/Console_Login.png)
48+
49+
> **Note**: The dashboard uses a self-signed certificate which can be changed. For information on changing the self-signed certificates, see [Change Self-signed Certificate](#change-self-signed-certificate).
50+
51+
# Step 5: Upload the License File
52+
> **Note**: You will need the fixed network license manager Host ID to get a license file from the MathWorks License Center for your product. For more information, see the documentation for your product.
53+
54+
1. In the dashboard, go to **Administration > Manage License**.
55+
2. Click **Browse License File** to select the license file you want to upload and click **Open**.
56+
3. Click **Upload**.
57+
58+
![Console Upload](../../img/Console_Upload.png)
59+
60+
You are now ready to use the network license manager on Azure.
61+
62+
To configure your MATLAB products deployed in Azure to use the network license manager, see the product documentation. An example for MATLAB Parallel Server can be found at [MATLAB Parallel Server on Azure](https://github.com/mathworks-ref-arch/matlab-parallel-server-on-azure).
63+
64+
# Additional Information
65+
## Delete Your Cloud Resources
66+
You can remove the Resource Group and all associated resources when you are done with them. Note that you cannot recover resources once they are deleted.
67+
1. Sign in to the Azure Portal.
68+
2. Select the Resource Group containing your resources.
69+
3. Select the "Delete resource group" icon to destroy all resources deplyoyed in this group.
70+
4. You will be prompted to enter the name of the resource group to confirm the deletion.
71+
72+
![Resource Group Delete](../../img/Resource_Group_Delete.png)
73+
74+
## Change Self-signed Certificate
75+
You can change the self-signed certificate used to connect to the dashboard. To upload an HTTPS certificate:
76+
1. On the dashboard navigation menu, select **Administration** > **Manage HTTPS Certificate**.
77+
1. Click **Browse Certificate...** and select a certificate file. Only `.pfx` files are supported.
78+
1. Enter the certificate password in the **Certificate Password** field.
79+
1. Click **Upload**.
80+
81+
The server will automatically restart after uploading a certificate. You will need to sign out and sign back in.
82+
83+
## Troubleshooting
84+
If your resource group fails to deploy, check the Deployments section of the Resource Group. It will indicate which resource deployments failed and allow you to navigate to the relevant error message.

0 commit comments

Comments
 (0)