What are two consequences of deleting an NFS datastore from an ESXi host? (Choose two)
A.
The datastore is removed from all connected ESX/ESXi hosts
B.
The datastore and all virtual machines are removed from the storage device
C.
The datastore and all virtual machines remain on the storage device
D.
The datastore only removed from that specific ESX/ESXi host.
Explanation:
Similar as q79 exBThe below explanation is for deleting VMFS, as far as I know you can’t delete NFS datastores from an ESXi host. You can unmount it which only removes it from that single host and the VM’s would still remain on the datastore. Therefore The correct answers should be:
The datastore and all virtual machines remain on the storage device
and
The datastore only removed from that specific ESX/ESXi host.I have copied this exact question into this dump, (Q160) changing the NFS to VMFS, of course then having the opposite results.
Page 123 on vsphere-esxi-vcenter-server-50-storage-guide.pdf
Delete VMFS Datastores
You can delete any type of VMFS datastore, including copies that you have mounted without resignaturing. When you delete a datastore, it is destroyed and disappears from all hosts that have access to the datastore.
NOTE The datastore delete operation permanently deletes all files associated with virtual machines on the datastore.
I think the answer should be A,B
http://pubs.vmware.com/vsphere-50/index.jsp?topic=/com.vmware.vsphere.vcenterhost.doc_50/GUID-3B5AF2B1-C534-4426-B97A-D14019A8010F.html
Adding and Deleting NAS File Systems
You can list, add, and delete a NAS file system with ESXCLI or with vicfg-nas.
…
vicfg-nas -d FileServerHome1
This command unmounts the NAS file system and removes it from the list of known file systems.
A and B would be the result of removing a VMFS datastore. C and D seem correct for the NFS removal