You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OSMH – How to Check OSMH Agent Services on OCI Windows

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!