Symptoms
Adding the ESXi host to a new vSphere cluster may fail with this error:
"The vsan-enabled host might not be moved to its destination : destination cluster vim.clusterComputeResource:domain-c2135 is disabled"
"The vsan-enabled host might not be moved to its destination : destination cluster vim.clusterComputeResource:domain-c2135 is disabled"
Purpose
This article provides information on:
- removing and decommissioning a VMware Virtual SAN-enabled cluster
- removing the ESXi host from the cluster and also detaching the disks used for Virtual SAN.
Cause
This issue occurs if the ESXi host is removed without first detaching the disk and removing the host from the vSAN cluster.
Resolution
To resolve this issue, you must prepare disabling on the VSAN cluster.
To prepare disabling on the VSAN cluster:
You can now add the ESXi host to any other non-VSAN cluster.
To prepare disabling on the VSAN cluster:
- Login to each ESXi host.
- To obtain information about the VSAN storage, run this command:
# esxcli vsan storage list - To disable automated mode, run this command:
# esxcli vsan storage automode set --enabled false - To remove the specific SSD disk used in VSAN configuration, run this command:
# esxcli vsan storage remove -s [SSD-DEVICE-ID] - To obtain information about the VSAN cluster for the ESXi host, run this command:
# esxcli vsan cluster get
Cluster Information
Enabled: true
Current Local Time: 2014-02-11T17:44:23Z
Local Node UUID: 52b1c2e5-d99e-3c5e-1f5c-0025b5010a01
Local Node State: MASTER
Local Node Health State: HEALTHY
Sub-Cluster Master UUID: 52b1c2e5-d99e-3c5e-1f5c-0025b5010a01
Sub-Cluster Backup UUID:
Sub-Cluster UUID: 523d154a-3198-d9bb-2829-bf1e4b8cf1b0
Sub-Cluster Membership Entry Revision: 0
Sub-Cluster Member UUIDs: 52b1c2e5-d99e-3c5e-1f5c-0025b5010a01
Sub-Cluster Membership UUID: 7d41fa52-dcbd-06b8-6b99-0025b5010a01 - To disconnect the host from the VSAN cluster, run this command:
# esxcli vsan cluster leave - To find any left-over configuration, run this command:
# esxcli vsan cluster get
Note: The command should not return anything if VSAN cluster information gets removed. You can also verify that the vsanDatastore will disappear from the Configuration > Storage option, too. - From the Hosts tab of the cluster, ensure no ESXi host is part of the VSAN cluster. Once you have confirmed this, right-click on the cluster and click Remove.
You can now add the ESXi host to any other non-VSAN cluster.
Source:-
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2072347&src=vmw_so_vex_ragga_1012
No comments:
Post a Comment