OSMH – How to Check OSMH Agent Services on OCI Windows
in Linux
Applies to:
Windows 2016 and Later
Platform x64
Goal:
How to do basic check for Windows instances OSMH agent services
SOLUTION:
- Login to the instance via Microsoft Remote Desktop
- Run any of the following commands below in powershell as an administrator
Check the OCA version
#Get-WmiObject -Class Win32_Product | select-string "Oracle Cloud Agent"
Example output:
Win32_Product.IdentifyingNumber="{DA58C68B-0945-40B9-943B- 83CAC712B1BF}",Name="Oracle Cloud Agent",Version="1.40.0.0"
Check the OSMH Agent version.
#Get-Process osmh | Select-Object Path
Example output:
Path ---- C:\Windows\ServiceProfiles\OCAOSMH\AppData\Local\OracleCloudAgent\plugins\oci- osmh\osmh-agent\240323.2122\osmh
Note: The command only works if OSMH Agent is running
Tagged:
0