windows-itpro-docs/windows/deployment/do/mcc-ent-deploy-to-linux.md
2024-10-07 15:36:41 -07:00

3.3 KiB

title, description, author, ms.author, manager, ms.service, ms.subservice, ms.topic, ms.date, appliesto
title description author ms.author manager ms.service ms.subservice ms.topic ms.date appliesto
Deploy MCC cache software to a Linux host machine Details on how to deploy Microsoft Connected Cache for Enterprise and Education (MCC) cache software to a Linux host machine. chrisjlin lichris naengler windows-client itpro-updates how-to 09/27/2024
Supported Linux distributions
<a href=https://learn.microsoft.com/windows/deployment/do/waas-microsoft-connected-cache target=_blank>Microsoft Connected Cache for Enterprise and Education</a>

Deploy Microsoft Connected Cache caching software to a Linux host machine

This article describes how to deploy Microsoft Connected Cache for Enterprise and Education (MCC) caching software to a Linux host machine.

Before deploying MCC to a Linux host machine, ensure that the host machine meets all requirements, and that you have created and configured your MCC Azure resource and cache node.

Steps to deploy MCC cache node to Linux

Azure portal

  1. Within the Azure portal, navigate to the "Provisioning" tab of your cache node and copy the provisioning command.
  2. Download the provisioning package using the button at the top of the Cache Node Configuration page and extract the package onto the host machine.
  3. Open a command line window as administrator on the host machine, then change directory to the extracted provisioning package.
  4. Set access permissions to allow the provisionmcc.sh script within the provisioning package directory to execute.
  5. Run the provisioning command on the host machine.

Azure CLI

To deploy a cache node programmatically, you'll need to use Azure CLI to get the cache node's provisioning details and then run the provisioning command on the host machine.

  1. To get the cache node's provisioning details, use az mcc ent node get-provisioning-details

    az mcc ent node get-provisioning-details --cache-node-name mycachenode --mcc-resource-name mymccresource --resource-group myrg
    
  2. Save the resulting output. These values will be passed as parameters within the provisioning command.

  3. Download and extract the MCC provisioning package for Linux to your host machine.

  4. Open a command line window as administrator on the host machine, then change directory to the extracted provisioning package.

  5. Set access permissions to allow the provisionmcc.sh script within the provisioning package directory to execute.

  6. Replace the values in the following provisioning command before running it on the host machine.

    sudo ./provisionmcc.sh customerid="enter mccResourceId here" cachenodeid=" enter cacheNodeId here " customerkey=" enter customerKey here " registrationkey="enter registrationKey here" drivepathandsizeingb="enter physicalPath value,enter sizeInGb value here" shoulduseproxy="enter true if present, enter false if not" proxyurl=http://enter proxy hostname:enter port
    

Next step

[!div class="nextstepaction"] Verify cache node functionality