In the vCenter UI, for a vSAN-enabled cluster, all vSAN-related menus under the Monitor tab are missing. Additionally, under the Configure tab for the cluster, only the vSAN Services option is available.
VMware vSAN 8.x
By design, the vSphere UI queries vSAN-related properties of the cluster, and the results of these properties determine what is displayed in the UI. If there has been an improper shutdown of the vSAN cluster, the cluster’s power state may be set incorrectly, causing the UI to filter out all vSAN-related menus.
Method 1: Restart the Cluster from the UI
Restart the vSAN Cluster:
Use the "Restart cluster" option in the vSphere UI to restart the affected cluster. This will update the vSAN properties and restore the missing vSAN-related menus.
If the "Restart cluster" option is unavailable:
Once the cluster is restarted, the vSAN-related properties will be updated, and the menus will reappear in the UI.
Method 2: Workaround (Without Restarting the Cluster)
If you cannot restart the cluster or prefer not to, you can manually update the cluster's power state to restore the vSAN menus:
Query vSAN Cluster Properties:
a. Open an SSH session to the vCenter Server:
b. Run the following command to query the vSAN-related properties of the cluster:
Then, run the query:
Example Output:
The output of the above command will give the properties of all the vSAN enabled clusters. We need to check for the properties of affected cluster based on the cluster ID. The cluster ID can be obtained from the URL of the browser by selecting the affected cluster in the UI. It will be similar to domain-cXXXX
In the example above, the isPoweredOn
value is False
and isPoweredOff
is True
, indicating that the cluster is considered powered off. As a result, the vSAN-related UI menus will not appear.
Update the Cluster Power State:
a. Access the vSAN MOB (Managed Object Browser) by navigating to:
If the MOB link is inaccessible, follow these steps to enable it:
SSH into the vCenter appliance.
Run the command:
Provide your credentials, then enter:
b. Update the Cluster Power Status:
Example: <cluster type="ComputeResource">domain-cXXXX</cluster>
3.Validate the Change:
Note: The above workaround will only update the cluster power status, if there are any vCLS related issues in the cluster refer vCLS VMs are not re-created in a vSAN Cluster following a complete shutdown of a vSAN cluster