VMware Communities > VMTN > VMware Infrastructure™ > VI: ESX 3.0 > Discussions

This Question is Answered

3 Replies Last post: Feb 26, 2009 8:31 PM by weinstein5
Reply

NFS configuration on ESX

Nov 26, 2008 12:53 AM

Click to view v-4-virtual's profile Enthusiast v-4-virtual 60 posts since
Oct 21, 2008
Plz let me know the steps for:
1. NFS configuration on ESX

2. Mounting NFS shares

Modbreak by: depping, removed all caps. no need for shouting.

Reply Re: NFS CONFIGURATION ON ESX Nov 26, 2008 12:30 AM
Click to view Karunakar's profile Hot Shot Karunakar 185 posts since
Jul 4, 2006

for creating a NFS datastore on ESX , you need VMkernel nic setup to be done.

As NFs datastore require VMkernel NIC.

For creating VMkernel nic forllow the below procedure.

From the VI client of the ESX machine, try to open

configuraton tab > Networking > Add networking

Then follow the wizard to give in the IP , netmask, and also gateway when you are promted.

As now vMkernel nic is ready, you can try to mount the NFS shares as below.

configuration tab > storage > Add storage

In the wizard select option Network File system > then give the nfs server name or IP, and the share details.

this will create a NFs datastore in the storage pool of the ESX.

You can also do a normal mount of the NFs share on the ESX console, but this can not be used to create VM's over it.

for that use the below command.

mount -t nfs <NFS server name or IP >:/<share name> /<desination where you wanted to mount the share>

let meknow if you hae any issue while doing this.

-Karunakar

Reply Re: NFS CONFIGURATION ON ESX Feb 26, 2009 8:28 PM
in response to: Karunakar
Click to view v-4-virtual's profile Enthusiast v-4-virtual 60 posts since
Oct 21, 2008
Thanx for the wonderf full explaination , will try with that
Reply Re: NFS CONFIGURATION ON ESX Feb 26, 2009 8:31 PM
in response to: v-4-virtual
Click to view weinstein5's profile Guru weinstein5 5,717 posts since
Nov 19, 2005
VMware
Also VMware is very particular about the NFS version - Version 3 over TCP and the ESX host will need root access to the NFS share -

If you find this or any other answer useful please consider awarding points by marking the answer correct or helpful

Actions