Creating NFSv4.1 datastores with Kerberos authentication
VMware introduced support for NFS 4.1 with vSphere 6.0. vSphere 6.5 added several enhancements:
- It now supports AES encryption
- Support for IPv6
- Support Kerberos integrity checking mechanism
In this recipe, we will learn how to create NFS 4.1 datastores. Although the procedure is similar to NFSv3, there are a few additional steps that needs to be performed.
Getting ready
The following setup is required for Creating NFSv4.1 datastores with Kerberos authentication:
- For Kerberos authentication to work, you need to make sure that the ESXi hosts and the NFS server are joined to the Active Directory domain
- Create a new or select an existing AD user for NFS Kerberos authentication
- Configure the NFS server/share to allow access to the AD user chosen for NFS Kerberos authentication
How to do it...
The following procedure will help you mount an NFS datastore using the NFSv4.1 client with Kerberos authentication enabled:
- Log in to the vCenter Server using...