VMware Cloud Community
v-4-virtual
Enthusiast
Enthusiast
Jump to solution

NFS configuration on ESX

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.

Virtual V Th!nk V!rtuaL!!! | http://v4virtual.blogspot.com
Reply
0 Kudos
1 Solution

Accepted Solutions
Karunakar
Hot Shot
Hot Shot
Jump to solution

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

View solution in original post

Reply
0 Kudos
3 Replies
Karunakar
Hot Shot
Hot Shot
Jump to solution

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
0 Kudos
v-4-virtual
Enthusiast
Enthusiast
Jump to solution

Thanx for the wonderf full explaination , will try with that

Virtual V Th!nk V!rtuaL!!! | http://v4virtual.blogspot.com
Reply
0 Kudos
weinstein5
Immortal
Immortal
Jump to solution

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

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