|
1 | 1 | --- |
2 | 2 | title: Manage and update Azure HPC Cache |
3 | 3 | description: How to manage and update Azure HPC Cache using the Azure portal or Azure CLI |
4 | | -author: ronhogue |
| 4 | +author: ekpgh |
5 | 5 | ms.service: hpc-cache |
6 | 6 | ms.topic: how-to |
7 | | -ms.date: 01/19/2022 |
8 | | -ms.author: rohogue |
| 7 | +ms.date: 06/02/2022 |
| 8 | +ms.author: v-erinkelly |
9 | 9 | --- |
10 | 10 |
|
11 | 11 | # Manage your cache |
@@ -147,27 +147,48 @@ If a new software version is available, the **Upgrade** button becomes active. Y |
147 | 147 |
|
148 | 148 | Client access is not interrupted during a software upgrade, but cache performance slows. Plan to upgrade software during non-peak usage hours or in a planned maintenance period. |
149 | 149 |
|
150 | | -The software update can take several hours. Caches configured with higher throughput take longer to upgrade than caches with smaller peak throughput values. |
| 150 | +The software update can take several hours. Caches configured with higher throughput take longer to upgrade than caches with smaller peak throughput values. The cache status changes to **Upgrading** until the operation completes. |
151 | 151 |
|
152 | | -When a software upgrade is available, you will have a week or so to apply it manually. The end date is listed in the upgrade message. If you don't upgrade during that time, Azure automatically applies the update to your cache. The timing of the automatic upgrade is not configurable. If you are concerned about the cache performance impact, you should upgrade the software yourself before the time period expires. |
| 152 | +When a software upgrade is available, you will have a week or so to apply it manually. The end date is listed in the upgrade message. If you don't upgrade during that time, Azure automatically applies the new software to your cache. |
| 153 | + |
| 154 | +You can use the Azure portal to schedule a more convenient time for the upgrade. Follow the instructions in the **Portal** tab below. |
153 | 155 |
|
154 | 156 | If your cache is stopped when the end date passes, the cache will automatically upgrade software the next time it is started. (The update might not start immediately, but it will start in the first hour.) |
155 | 157 |
|
156 | 158 | ### [Portal](#tab/azure-portal) |
157 | 159 |
|
158 | | -Click the **Upgrade** button to begin the software update. The cache status changes to **Upgrading** until the operation completes. |
| 160 | +Click the **Upgrade** button to configure your software update. You have the option to upgrade the software immediately, or to schedule the upgrade for a specific date and time. |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | +To upgrade immediately, select **Upgrade now** and click the **Save** button. |
| 165 | + |
| 166 | +To schedule a different upgrade time, select **Schedule later** and select a new date and time. |
| 167 | + |
| 168 | +* The date and time are shown in the browser's local time zone. |
| 169 | +* You can't choose a later time than the deadline in the original message. |
| 170 | + |
| 171 | +When you save the custom date, the banner message will change to show the date you chose. |
| 172 | + |
| 173 | +If you want to revise your scheduled upgrade date, click the **Upgrade** button again. Click the **Reset date** link. This immediately removes your scheduled date. |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | +After you reset the previously scheduled value, the date selector resets to the latest available date and time. You can choose a new date and save it, or click **Discard** to keep the latest date. |
| 178 | + |
| 179 | +You can't change the schedule if there are fewer than 15 minutes remaining before the upgrade. |
159 | 180 |
|
160 | 181 | ### [Azure CLI](#tab/azure-cli) |
161 | 182 |
|
162 | 183 | [Set up Azure CLI for Azure HPC Cache](./az-cli-prerequisites.md). |
163 | 184 |
|
164 | 185 | On the Azure CLI, new software information is included at the end of the cache status report. (Use [az hpc-cache show](/cli/azure/hpc-cache#az-hpc-cache-show) to check.) Look for the string "upgradeStatus" in the message. |
165 | 186 |
|
166 | | -Use [az hpc-cache upgrade-firmware](/cli/azure/hpc-cache#az-hpc-cache-upgrade-firmware) to apply the update, if any exists. |
| 187 | +Use [az hpc-cache upgrade-firmware](/cli/azure/hpc-cache#az-hpc-cache-upgrade-firmware) to apply the software upgrade, if any exists. |
167 | 188 |
|
168 | 189 | If no update is available, this operation has no effect. |
169 | 190 |
|
170 | | -This example shows the cache status (no update is available) and the results of the upgrade-firmware command. |
| 191 | +This example shows the cache status (no upgrade is available) and the results of the upgrade-firmware command. |
171 | 192 |
|
172 | 193 | ```azurecli |
173 | 194 | $ az hpc-cache show --name doc-cache0629 |
|
0 commit comments