Skip to content

Commit 6ca5147

Browse files
authored
Merge pull request #191325 from bwren/patch-34
Update oms-linux.md
2 parents e49d1f8 + a29ffd0 commit 6ca5147

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/virtual-machines/extensions/oms-linux.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,13 @@ Extension execution output is logged to the following file:
199199
| 9 | Enable called prematurely | [Update the Azure Linux Agent](./update-linux-agent.md) to the latest available version. |
200200
| 10 | VM is already connected to a Log Analytics workspace | To connect the VM to the workspace specified in the extension schema, set stopOnMultipleConnections to false in public settings or remove this property. This VM gets billed once for each workspace it is connected to. |
201201
| 11 | Invalid config provided to the extension | Follow the preceding examples to set all property values necessary for deployment. |
202-
| 17 | Log Analytics package installation failure |
203-
| 19 | OMI package installation failure |
204-
| 20 | SCX package installation failure |
202+
| 17 | Log Analytics package installation failure | |
203+
| 18 | Installation of OMSConfig package failed. | Look through the command output for the root failure. |
204+
| 19 | OMI package installation failure | |
205+
| 20 | SCX package installation failure | |
206+
| 33 | Error generating metaconfiguration for omsconfig. | File a [GitHub Issue](https://github.com/Microsoft/OMS-Agent-for-Linux/issues) with details from the output. |
205207
| 51 | This extension is not supported on the VM's operation system | |
206-
| 52 | This extension failed due to a missing dependency | Check the output and logs for more information about which dependency is missing. |
208+
| 52 | This extension failed due to a missing dependency or permission | Check the output and logs for more information about which dependency or permission is missing. |
207209
| 53 | This extension failed due to missing or wrong configuration parameters | Check the output and logs for more information about what went wrong. Additionally, check the correctness of the workspace ID, and verify that the machine is connected to the internet. |
208210
| 55 | Cannot connect to the Azure Monitor service or required packages missing or dpkg package manager is locked| Check that the system either has internet access, or that a valid HTTP proxy has been provided. Additionally, check the correctness of the workspace ID, and verify that curl and tar utilities are installed. |
209211

0 commit comments

Comments
 (0)