MOB in vCenter 9.x is not enabled by default. Please follow below steps to enable:
******************************************************************
A) Connect to your VCSA via SSH
Backup the VPXD Configuration file
# cp /etc/vmware-vpx/vpxd.cfg /var/core/vpxd.cfg_backup
B) Edit the Configuration File: Open the vpxd.cfg file using a text editor (e.g., vi)
# vi /etc/vmware-vpx/vpxd.cfg
Identify the flag "enableDebugBrowse".If it's set to false or missing, change it or add it to true as shown below
<vpxd>
...
<enableDebugBrowse>true</enableDebugBrowse>
...
</vpxd>
Save and close the file
C) Restart the vCenter Server Service (vpxd)
# service-control --stop vpxd
# service-control --start vpxd
Comments
Post a Comment