Skip to content

Commit 094fd7d

Browse files
committed
edits
1 parent 3c15a7a commit 094fd7d

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

articles/virtual-machines/extensions/hpccompute-gpu-windows.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The NVIDIA GPU Driver Extension can also be deployed on Linux N-series VMs. For
2525

2626
Confirm your virtual machine satisfies the prerequisites for using the NVIDIA GPU Driver Extension.
2727

28-
### Operating system
28+
### Operating system support
2929

3030
The NVIDIA GPU Driver Extension supports the following Windows versions:
3131

@@ -38,11 +38,11 @@ The NVIDIA GPU Driver Extension supports the following Windows versions:
3838
| Windows Server 2016 | Core |
3939
| Windows Server 2012 R2 | Core |
4040

41-
### Internet connectivity
41+
### Internet connection required
4242

4343
The NVIDIA GPU Driver Extension requires that the target VM is connected to the internet and has access.
4444

45-
## Extension schema
45+
## Review the extension schema
4646

4747
The following JSON snippet shows the schema for the extension:
4848

@@ -77,7 +77,7 @@ The JSON schema includes values for the following parameters.
7777
| `type` | NvidiaGpuDriverWindows | string |
7878
| `typeHandlerVersion` | 1.4 | int |
7979

80-
## Deployment
80+
## Deploy the extension
8181

8282
Azure VM extensions can be managed by using the Azure CLI, PowerShell, Azure Resource Manager (ARM) templates, and the Azure portal.
8383

@@ -172,11 +172,12 @@ az vm extension set \
172172
}'
173173
```
174174

175-
## Troubleshoot
175+
<a href="troubleshoot-and-support"></a>
176+
## Troubleshoot issues
176177

177178
Here are some suggestions for how to troubleshoot deployment issues.
178179

179-
### Status and output logs
180+
### Check extension status
180181

181182
Check the status of your extension deployment in the Azure portal, or by using PowerShell or the Azure CLI.
182183

@@ -189,25 +190,25 @@ Get-AzVMExtension -ResourceGroupName <myResourceGroup> -VMName <myVM> -Name <myE
189190
```azurecli
190191
az vm extension list --resource-group <myResourceGroup> --vm-name <myVM> -o table
191192
```
193+
### Review output logs
192194

193195
View output logs for the NVIDIA GPU Driver Extension deployment under
194196
`C:\WindowsAzure\Logs\Plugins\Microsoft.HpcCompute.NvidiaGpuDriverWindows\`.
195197

196-
### Error codes
198+
### Respond to error codes
197199

198200
The following table lists common error codes for deployment and potential follow-up actions.
199201

200202
| Error | Description | Action |
201203
| :---: | --- | --- |
202204
| 0 | Operation successful. | No required action. |
203205
| 1 | Operation successful. | Reboot. |
204-
| 100 | Operation not supported or couldn't be completed. | Check log files to determine cause of error, such as: <br>
205-
- PowerShell version isn't supported. <br> - VM size isn't an N-series VM. <br> - Failure during data download. |
206+
| 100 | Operation not supported or couldn't be completed. | Check log files to determine cause of error, such as: <br>- PowerShell version isn't supported. <br> - VM size isn't an N-series VM. <br> - Failure during data download. |
206207
| 240, 840 | Operation timeout. | Retry operation. |
207208
| -1 | Exception occurred. | Check log files to determine cause of exception. |
208-
| -5x | Operation interrupted due to pending reboot. | Reboot the VM. Installation continues after reboot. Uninstall should be invoked manually. |
209+
| -5x | Operation interrupted due to pending reboot. | Reboot the VM. Installation continues after reboot. <br> Uninstall should be invoked manually. |
209210

210-
### Support
211+
### Get support
211212

212213
Here are some other options to help you resolve deployment issues:
213214

0 commit comments

Comments
 (0)