An upgrade pre-check or operational task fails within the VCF Operations for Networks (formerly Aria Operations for Networks) UI.
When running the service health check script on the platform node via SSH, the HRegionServer reports as running but not healthy.
Output from ./check-service-health.sh -p -d as below:ElasticSearch is running and healthy.ElasticSearch statistics:Uptime:20-03:52:03HMaster is running and healthy.Uptime:20-03:55:01HRegionServer is running but not healthy.Uptime:4-22:31:34
VCF Operations for networks Upgrade Prechecks pre-check result status: FailedHRegionServer service is not running on aria-networks-platform(##.###.###.##). If the situation persists for more than 6 hours
VCF Operations for Networks 9.0.x
VCF Operations for Networks 9.1.0.x
This issue occurs when the platform node's IP address and hostname mapping is missing from the local /etc/hosts file or has been incorrectly updated.
Without this entry, internal services like HRegionServer cannot resolve the hostname correctly, leading to service health degradation and subsequent upgrade or task failures in the GUI.
To resolve this issue, you must manually add the missing IP and hostname entry to the /etc/hosts file on the platform node and restart the appliance.
Step 1: Verify the Missing Entry
Connect to the VCF Operations for Networks platform node via SSH (e.g., using PuTTY) and log in with the ubuntu user.
View the contents of the hosts file by running:cat /etc/hosts
aria-networks-platform) is absent./etc/hosts FileStep 2: Update the /etc/hosts File
sudo vim /etc/hostsPress i to enter Insert mode.
Add the missing IP address and hostname to the bottom of the file. (Note: Replace the IP below with your node's actual IP address if different)##.###.###.## aria-networks-platform
Esc, type :wq!, and hit Enter).Step3: Validation
cat /etc/hosts./check-service-health.sh -p -d) to verify that the HRegionServer now reports as healthy.To speak with a customer representative or a Support Engineer if needed, see Contact Support.
It is recommended to Subscribe to this article. Reference: (KB 275360) Subscribe to a Broadcom knowledge article by article or product to be updated on any changes