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 using the Console:
- View the Instance details page. See Viewing Instance Details.
- Check the Agent version in the Instance information area
To verify the directly on the instance:
- Connect to the instance by using SSH.
-
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
-