Verifying the OS Management Hub Plugin Version

Identify the OS Management Hub plugin version that's running on an instance which can help troubleshoot issues, such as determining if an issue exists or has been resolved in the version of the OS Management Hub plugin that you're running.

To verify the OS Management Hub plugin version that's running:

  1. Connect to the instance by using SSH.
  2. Run the following command to verify the version:
    sudo cat `ps -ef | awk '{print $8}' | grep osmh-agent | sed 's:/[^/]*$::'`/version

    For example:

    $ sudo cat `ps -ef | awk '{print $8}' | grep osmh-agent | sed 's:/[^/]*$::'`/version
    2.0.2000008.linux.x86_64