Easier method to simulate custom ESXi SMBIOS…

Easier method to simulate custom ESXi SMBIOS…

Happy 2025! 🎉 Here is a fun one to kick off the New Year ☺️ Last year, I demonstrated a method for customizing the SMBIOS hardware string using Nested ESXi, but the solution was not perfect and required hacking up a VM ROM file and it was also limited to using the BIOS firmware for […]


Broadcom Social Media Advocacy

vRealize Events Missing After Patch or Version Upgrade

(Authorization Error on vRealize Host)

After applying a patch or performing a version upgrade of vRealize Operations, some customers notice that events stop appearing in ServiceNow, specifically in the em_event table.

At first glance, the integration looks healthy: the MID Server is up, credentials haven’t changed, and the connection test may even pass. Yet no new events are flowing.

This post explains why this happens, how to recognize it quickly, and how to fix it safely.


Symptoms

After upgrading vRealize Operations, you may observe:

  • No new events in ServiceNow (em_event)
  • Existing integrations appear configured correctly
  • No obvious UI errors in vRealize Operations

However, the vRealize MID Server logs reveal the real problem.


How to Identify the Issue

Worker-Interactive:ConnectorProbe-) [MIDSystem:35]
*** Script: vRealize Payload : Response Body of Resource Properties :
<head><title>Not Authorized</title></head>
<body>
We apologize. You are not authorized for the request
</body>

This message is the key indicator that authentication between ServiceNow and vRealize Operations is failing at the API level.


Root Cause

Starting with vRealize Operations 8.1 and later, Basic Authentication is required for API access used by the MID Server.

basicAuthentication.enabled=false

As a result:

  • The MID Server cannot authenticate
  • API calls return Not Authorized
  • Events silently stop flowing to ServiceNow

Resolution: Enable Basic Authentication (vROps 8.1+)

To restore event flow, Basic Authentication must be enabled on all nodes in the vRealize Operations cluster.

Step-by-step fix

  • Log in to the Primary Node of vRealize Operations
    (SSH or console, user: root)
  • Edit the API configuration file
/usr/lib/vmware-vcops/user/conf/api-conf.properties

Set Basic Authentication to enabled

basicAuthentication.enabled=true

Save and close the file

Restart the REST API service

service api restart

Repeat steps on all other nodes
(Replica, Data, and Remote Collector nodes)

Reference

This behavior and resolution are documented by Broadcom/VMware in the official KB:

How to Apply for the 2025 vExpert Program as a…

How to Apply for the 2025 vExpert Program as a…

Are you a VMTN Community Moderator? If so, you have a unique opportunity to join the prestigious vExpert Program for 2025. This program celebrates individuals who make outstanding contributions to VMware communities—and as a moderator, your role already puts you on the fast track to approval. […]


Broadcom Social Media Advocacy

Configuring SNMPv3 on Dell iDRAC9 for VMware…

Configuring SNMPv3 on Dell iDRAC9 for VMware…

I am currently working a lot with VMware Aria Operations and the matching Dell Management Packs that are available. One of the most interesting is the integration of PowerEdge Servers, from which you can view various alarms about: This is exactly the information I want to integrate into VMware […]


Broadcom Social Media Advocacy

Quick Tip – Virtualized Intel VT-x/EPT or…

Quick Tip – Virtualized Intel VT-x/EPT or…

In both Microsoft Windows 10 and 11, Virtualization Based Security (VBS) is enabled by default and this capability uses Hyper-V under the hood, which is a form of Nested Virtualization. If you are using VMware Workstation and you attempt to power on a Nested ESXi VM, you probably will see one […]


Broadcom Social Media Advocacy

Exploring RAG Pipelines with Private AI…

Exploring RAG Pipelines with Private AI…

In this episode of the Virtually Speaking Podcast, we delve into the world of AI with Justin Murray, Product Marketing Engineer, and Frank Denneman, Chief Technologist for AI at Broadcom. We discuss retrieval augmented generation (RAG), a powerful approach that combines large language models […]


Broadcom Social Media Advocacy

A problem with one or more vFAT bootbank…

A problem with one or more vFAT bootbank…

During a VMware vSphere 7 to 8 upgrade, more precisely after the compliance check, I was confronted with the above error message. In this blog post I would like to show you how to solve the problem. Corrupt vFAT partitions already existed in vSphere 6.7 times and unfortunately they also appear […]


Broadcom Social Media Advocacy

The VMware Cloud Foundation Approach to…

The VMware Cloud Foundation Approach to…

VMware Cloud Foundation offers a wide array of features and capabilities to help organizations be and stay secure. In the short time we have we’ll talk about recent improvements aimed at making hard security tasks easy or non-existent (ESXi Live Patch, Image-Based Lifecycle Management, audit & […]


Broadcom Social Media Advocacy