|
| 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 opens 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%2FR2024a%2Fazuredeploy-R2024a.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%2FR2024a%2Fazuredeploy-existing-vnet-R2024a.json" target="_blank"><img src="https://aka.ms/deploytoazurebutton"/></a></br></br> | |
| 10 | + |
| 11 | +> Cluster Platform: Windows Server 2019 |
| 12 | +
|
| 13 | +> MATLAB® Release: R2024a |
| 14 | +
|
| 15 | +## Step 2. Configure the Cloud Resources |
| 16 | + |
| 17 | +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. Create a new resource group by clicking **Create New**. Alternatively, you can select an existing resource group, but this can cause conflicts if resources are already deployed in it. |
| 18 | + |
| 19 | +1. Specify and check the defaults for these resource parameters: |
| 20 | + |
| 21 | +| Parameter label | Description | |
| 22 | +| --------------- | ----------- | |
| 23 | +| **Instance Type** | Azure instance type, see https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes. | |
| 24 | +| **Client 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 <your_public_ip_address>/32 to restrict access to only your computer. | |
| 25 | +| **Admin Username** | Admin username, this is used to login to the Network License Manager for MATLAB dashboard. | |
| 26 | +| **Admin Password** | Admin password for the chosen username. This is used to login to the Network License Manager for MATLAB dashboard. | |
| 27 | +| **Virtual 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. Specify this parameter only when deploying with the Existing Virtual Network option. | |
| 28 | +| **Subnet 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. Specify this parameter only when deploying with the Existing Virtual Network option. | |
| 29 | + |
| 30 | + |
| 31 | +**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. |
| 32 | + |
| 33 | +2. Tick the box to accept the Azure Marketplace terms and conditions. |
| 34 | + |
| 35 | +3. Click the **Create** button. |
| 36 | + |
| 37 | +# Step 3: Connect to the Dashboard |
| 38 | + |
| 39 | +> **Note**: The Internet Explorer web browser is not supported for interacting with the dashboard. |
| 40 | +
|
| 41 | +1. In the Deployments for your resource group, select the Microsoft.Template deployment created in step 2 and select the **Outputs** section. |
| 42 | +2. Copy the URL listed in the `NETWORKLICENSEMANAGERADDRESS` field. This is the HTTPS endpoint to the network license manager for MATLAB Dashboard. |
| 43 | + |
| 44 | +# Step 4: Sign in to the Dashboard |
| 45 | +1. Paste the network license manager Address URL into a web browser. |
| 46 | +2. Enter the username set at the time of the deployment along with the password for this user you created in Step 2. |
| 47 | + |
| 48 | +  |
| 49 | + |
| 50 | +> **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). |
| 51 | +
|
| 52 | +# Step 5: Upload the License File |
| 53 | +> **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. |
| 54 | +
|
| 55 | +1. In the dashboard, go to **Administration > Manage License**. |
| 56 | +2. Click **Browse License File** to select the license file you want to upload and click **Open**. |
| 57 | +3. Click **Upload**. |
| 58 | + |
| 59 | +  |
| 60 | + |
| 61 | +You are now ready to use the network license manager on Azure. |
| 62 | + |
| 63 | +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). |
| 64 | + |
| 65 | +# Additional Information |
| 66 | +## Delete Your Cloud Resources |
| 67 | +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. |
| 68 | +1. Sign in to the Azure Portal. |
| 69 | +2. Select the Resource Group containing your resources. |
| 70 | +3. Select the "Delete resource group" icon to destroy all resources deplyoyed in this group. |
| 71 | +4. You will be prompted to enter the name of the resource group to confirm the deletion. |
| 72 | + |
| 73 | +  |
| 74 | + |
| 75 | +## Change Self-signed Certificate |
| 76 | +You can change the self-signed certificate used to connect to the dashboard. To upload an HTTPS certificate: |
| 77 | +1. On the dashboard navigation menu, select **Administration** > **Manage HTTPS Certificate**. |
| 78 | +1. Click **Browse Certificate...** and select a certificate file. Only `.pfx` files are supported. |
| 79 | +1. Enter the certificate password in the **Certificate Password** field. |
| 80 | +1. Click **Upload**. |
| 81 | + |
| 82 | +The server will automatically restart after uploading a certificate. You will need to sign out and sign back in. |
| 83 | + |
| 84 | +## Troubleshooting |
| 85 | +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. |
| 86 | + |
| 87 | +---- |
| 88 | + |
| 89 | +Copyright 2021-2024 The MathWorks, Inc. |
| 90 | + |
| 91 | +---- |
0 commit comments