You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To validate you can perform process check using the below command:
76
80
@@ -112,9 +116,9 @@ Validate to check if the following two paths exists:
112
116
### Hybrid Runbook Worker Status
113
117
114
118
This check makes sure the Hybrid Runbook Worker is running on the machine. The processes in the example below should be present if the Hybrid Runbook Worker is running correctly.
@@ -142,11 +146,15 @@ If the issue still persists, run the [omsagent Log Collector tool](https://githu
142
146
143
147
To fix the issue, either remove the proxy or make sure that the proxy address is able to access the [prerequisite URL](../automation-network-configuration.md#update-management-and-change-tracking-and-inventory).
144
148
145
-
You can validate the task by running the **HTTP_PROXY** command.
149
+
You can validate the task by running the below command:
150
+
151
+
```
152
+
HTTP_PROXY
153
+
```
146
154
147
155
### IMDS connectivity check
148
156
149
-
To fix this issue, allow access to IP **169.254.169.254**. For more information, see [Access Azure Instance Metadata Service][Azure Instance Metadata Service (Windows)](../../virtual-machines/windows/instance-metadata-service.md#azure-instance-metadata-service-windows)
157
+
To fix this issue, allow access to IP **169.254.169.254**. For more information, see [Access Azure Instance Metadata Service](../../virtual-machines/windows/instance-metadata-service.md#azure-instance-metadata-service-windows)
150
158
151
159
After the network changes, you can either rerun the Troubleshooter or run the below commands to validate:
152
160
@@ -156,7 +164,9 @@ After the network changes, you can either rerun the Troubleshooter or run the be
156
164
157
165
### General internet connectivity
158
166
159
-
This check makes sure that the machine has access to the internet and can be ignored if you have blocked internet and allowed only specific URLs. CURL on any http url.
167
+
This check makes sure that the machine has access to the internet and can be ignored if you have blocked internet and allowed only specific URLs.
168
+
169
+
CURL on any http url.
160
170
161
171
### Registration endpoint
162
172
@@ -195,13 +205,18 @@ Curl on provided OMS endpoint
195
205
196
206
### Software Repositories
197
207
198
-
Fix this issue by allowing the [prerequisite Repo URL for RHEL](https://learn.microsoft.com/azure/virtual-machines/workloads/redhat/redhat-rhui#troubleshoot-connection-problems-to-azure-rhui)
208
+
Fix this issue by allowing the prerequisite Repo URL. For more information, see [RHEL](https://learn.microsoft.com/azure/virtual-machines/workloads/redhat/redhat-rhui#troubleshoot-connection-problems-to-azure-rhui)
209
+
199
210
Post making Network changes you can either rerun the Troubleshooter or
200
-
Curl on software repositories configured in package manager. Refreshing repos sudo apt-get update would be helpful to confirm the communication as well.
201
211
202
-
`sudo apt-get check`
203
-
`sudo yum check-update`
212
+
Curl on software repositories configured in package manager.
213
+
214
+
Refreshing repos would help to confirm the communication.
0 commit comments