Skip to content

Commit b9819bf

Browse files
authored
Merge pull request #206759 from SnehaSudhirG/03Aug-Diagnosticinfo
added info on how to check the version of Hybrid Worker.
2 parents e088c33 + 9d78092 commit b9819bf

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

articles/automation/automation-linux-hrw-install.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,13 @@ Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookW
247247
Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers/delete| Deletes a Hybrid Runbook Worker.
248248

249249

250+
## Check version of Hybrid Worker
251+
To check the version of agent-based Linux Hybrid Runbook Worker, go to the following path:
252+
253+
`vi/opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/VERSION`
254+
255+
The file *VERSION* has the version number of Hybrid Runbook Worker.
256+
250257
## Next steps
251258

252259
* To learn how to configure your runbooks to automate processes in your on-premises datacenter or other cloud environment, see [Run runbooks on a Hybrid Runbook Worker](automation-hrw-run-runbooks.md).

articles/automation/automation-windows-hrw-install.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,14 @@ Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/delete | Delet
284284
Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers/read | Reads a Hybrid Runbook Worker.
285285
Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers/delete | Deletes a Hybrid Runbook Worker.
286286

287+
288+
## Check version of Hybrid Worker
289+
290+
To check version of agent-based Windows Hybrid Runbook Worker, go to the following path:
291+
292+
`C:\ProgramFiles\Microsoft Monitoring Agent\Agent\AzureAutomation\`
293+
294+
The *AzureAutomation* folder has a sub-folder with the version number as the name of the sub-folder.
287295

288296
## Next steps
289297

articles/automation/extension-based-hybrid-runbook-worker-install.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The extension-based onboarding is only for **User** Hybrid Runbook Workers. This
1414

1515
For **System** Hybrid Runbook Worker onboarding, see [Deploy an agent-based Windows Hybrid Runbook Worker in Automation](./automation-windows-hrw-install.md) or [Deploy an agent-based Linux Hybrid Runbook Worker in Automation](./automation-linux-hrw-install.md).
1616

17-
You can use the user Hybrid Runbook Worker feature of Azure Automation to run runbooks directly on an Azure or non-Azure machine, including servers registered with [Azure Arc-enabled servers](../azure-arc/servers/overview.md). From the machine or server that's hosting the role, you can run runbooks directly against it and against resources in the environment to manage those local resources.
17+
You can use the user Hybrid Runbook Worker feature of Azure Automation to run runbooks directly on an Azure machine or a non-Azure machine through servers registered with [Azure Arc-enabled servers](../azure-arc/servers/overview.md). From the machine or server that's hosting the role, you can run runbooks directly against it and against resources in the environment to manage those local resources.
1818

1919
Azure Automation stores and manages runbooks and then delivers them to one or more chosen machines. After you successfully deploy a runbook worker, review [Run runbooks on a Hybrid Runbook Worker](automation-hrw-run-runbooks.md) to learn how to configure your runbooks to automate processes in your on-premises datacenter or other cloud environment.
2020

@@ -691,6 +691,13 @@ Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookW
691691
Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers/move/action | Moves Hybrid Runbook Worker from one Worker Group to another.
692692
Microsoft.Automation/automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers/delete | Deletes a Hybrid Runbook Worker.
693693
694+
## Check version of Hybrid Worker
695+
To check the version of the extension-based Hybrid Runbook Worker:
696+
697+
|OS types | Paths | Description|
698+
|--- |--- |--- |
699+
|**Windows** |`C:\Packages\Plugins\Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows\`| The path has *version* folder that has the version information. |
700+
|**Linux** | `/var/lib/waagent/Microsoft.Azure.Automation.HybridWorker.HybridWorkerForLinux-<version>` | The folder name ends with *version* information. |
694701
695702
## Next steps
696703

0 commit comments

Comments
 (0)