Search This Blog

Wednesday, January 9, 2013

Create Windows Server 2012 NFS File Share for Vmware

 

I’m going to setup Vmware Cluster but need NFS (shared storage) in my test environment. So in this article, we are going to look into how to configure NFS in Windows Server 2012

1. Add NFS roles by using Server Manager.

image

2. Then configure new NFS Share. Use Server Manager , click File and Storage Services and click Shares. Start the New Share Wizard, select NFS Share-Quick

image

3. Specify Share Name

image

4. In authentication method page, select “No Server authentication and Enable unmapped user access

image

5. Add share permission – “All machine – Read/Write” and tick Allow root access.

image

6. Then just proceed with the wizard till the end.

imageimage

7. In VCenter console, add a new datastore. Point to your Windows NFS server and the path that you have specified in previous step.

image

End result:-

image

Test upload a file into NFS datastore and if successful, then you can proceed to use for Virtual Machine deployment.