3.8 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 Microsoft Connected Cache software to a Linux host machine | Details on how to deploy Microsoft Connected Cache for Enterprise and Education cache software to a Linux host machine. | chrisjlin | lichris | naengler | windows-client | itpro-updates | how-to | 10/30/2024 |
|
Deploy Microsoft Connected Cache caching software to a Linux host machine
This article describes how to deploy Microsoft Connected Cache for Enterprise and Education caching software to a Linux host machine.
Before deploying Connected Cache to a Linux host machine, ensure that the host machine meets all requirements, and that you have created and configured your Connected Cache Azure resource and cache node.
Steps to deploy Connected Cache cache node to Linux
Azure portal
- Within the Azure portal, navigate to the Provisioning tab of your cache node and copy the provisioning command.
- Download the provisioning package using the option at the top of the Cache Node Configuration page and extract the package onto the host machine.
- Open a command line window as administrator on the host machine, then change directory to the extracted provisioning package.
- Set access permissions to allow the
provisionmcc.sh
script within the provisioning package directory to execute. - 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.
-
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
-
Save the resulting output. These values will be passed as parameters within the provisioning command.
-
Download and extract the Connected Cache provisioning package for Linux to your host machine.
-
Open a command line window as administrator on the host machine, then change directory to the extracted provisioning package.
-
Set access permissions to allow the
provisionmcc.sh
script within the provisioning package directory to execute. -
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
Steps to point Windows client devices at Connected Cache node
Once you have successfully deployed Connected Cache to your Linux host machine, you'll need to configure your Windows client devices to request Microsoft content from the Connected Cache node.
You can do this by setting the DOCacheHost or DOCacheHostSource policies via Intune.
Next step
[!div class="nextstepaction"] Verify cache node functionality