Adding NFS File Share to vCenter - ItsMmmike/SYS-350 GitHub Wiki

Adding a NFS Share to vCenter

For this Milestone, we add a new Datastore in vCenter that mounts to a class NFS Share that is hosted on the local network.

  • To add a new Datastore to vCenter, first navigate over the vCenter Web GUI > Select the ESXi Hosts Tab > Select Super13 (or the Host you wish to add the new Datastore) > Under Actions, navigate to Storage > Select "New Datastore"

{39E7C6F6-553E-4191-ACAC-32BAF81C85D2}

  • From here, I used the following specs for configuring my new NFS vCenter Datastore:
Configuration Setting Value
Type: NFS
NFS Version: 4.1
Datastore Name: Super13-NFS-Shared
Folder: /var/nfs/share
Server: 192.168.3.190
Kerberos Auth: No Kerberos Auth

Note: Make sure to click "Add" when configuring Server IP/Address

The completed configuration should look similar to below VV

{C5FCB5D6-4BA0-430F-B518-A8BB2E57C63F}

Screenshot of me successfully adding the Super13-NFS-Shared Datastore to vCenter:

{E04BCBF9-D6E2-40E9-8C95-B6D75F8A21AD}

Uploading a File to the New NFS Share Datastore

In order to verify that the new Datastore is working, we can upload a small ("Super13") test txt file to the NFS Share.

  • To complete this task, first create the txt file on your host system (Mgmt01)
  • From here, we can navigate over to the Datastore Tab > Select the NFS Datastore ("Super13-NFS-Shared") > Select "Files" > Click "Upload Files" and upload the test file on your host system to the NFS File Share (*See below)

Screenshot of a successful "Super13.txt" test file upload to the new "Super13-NFS-Shared" Datastore Network Share:

{0CFA2E48-F069-49BC-A11F-683A0CDC104F}