Starting with version 8.1.x, vRealize Operations supports credential-less service discovery along with the legacy functionality available in 8.0. The credential-less service discovery is activated by default and has higher priority than the legacy mechanism. In other words, SDMP first tries to discover services without credentials and falls back to the legacy mode (credential based mechanism) if credential-less mechanism fails for any reason.
vRealize Operations 8.1.x and later
The user can always deactivate credential-less service discovery mechanism from SDMP configuration page (but not from Integrations > Accounts configuration page) by setting the "Credential-less service discovery" to "Deactivated" in the adapter instances "Advanced Settings" section.
Credential-less service discovery in vRealize Operations 8.1.x requires the use of netstat
from VMware Tools.
Linux OSes running VMware Tools versions not using netstat
are not supported in vRealize Operations 8.1.x.
Credential-less service discovery in vRealize Operations 8.2.x and later requires the use of ss
from VMware Tools.
Linux OSes running VMware Tools versions not using ss
are not supported in vRealize Operations 8.2.x and later.
Notes:
ss
instead of netstat
. See the Related Information section for steps on determine which command open-vm-tools is using.There are several pre-requisites for credential-less service discovery to function correctly.
See the list below for the applicable pre-requisites in your version of VMware vRealize Operations.
Use below commands to install the package:
For Photon OS 5:
tdnf install open-vm-tools-sdmp
For RHEL / CentOS:
sudo yum install open-vm-tools-sdmp
After installation, restart the vmtoolsd service using below command:
service vmtoolsd restart
Use below commands to install the package:
For Photon OS 5:
tdnf install open-vm-tools-sdmp
For RHEL / CentOS:
sudo yum install open-vm-tools-sdmp
After installation, restart the vmtoolsd service using below command:
service vmtoolsd restart
The following commands can be used to find out if VMware Tools 11.1.0 or an open-vm-tools patch is installed on a Linux/Unix VM.