Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 2.96 KB

task_nas_enable_nfs_and_smb.adoc

File metadata and controls

64 lines (40 loc) · 2.96 KB
sidebar permalink keywords summary
sidebar
task_nas_enable_nfs_and_smb.html
Modify storage VMs to enable NFS and SMB servers to serve data to Linux and Windows clients.

Enable NAS storage for both Windows and Linux using both NFS and SMB/CIFS

Modify storage VMs to enable NFS and SMB servers to serve data to Linux and Windows clients.

This procedure enables an existing storage VM. It assumes that configuration details are available for any authentication or security services required in your environment.

workflow diagram for enabling NAS for both Linux and Windows servers using NFS and SMB

Steps
  1. Enable NFS on an existing VM: click Storage > Storage VMs, select a storage VM, click Settings, and then click settings icon in the NFS tile.

  2. Enable SMB/CIFS on an existing VM: click settings icon in the SMB/CIFS tile.

  3. Open the export policy of the storage VM root volume:

    1. Click Storage > Volumes, select the root volume of the storage VM (which by default is volume-name_root), and then click on the policy that is displayed under Export Policy.

    2. Click Add to add a rule.

      • Client specification = 0.0.0.0/0

      • Access protocols = NFS

      • Access details = NFS Read-Only

  4. Configure DNS for host-name resolution:

    1. Click Storage > Storage VMs, select the storage VM, click Settings, and then click settings icon in the DNS tile.

    2. When DNS configuration is complete, switch to the DNS server and map the SMB server.

      • Create forward (A - Address record) and reverse (PTR - Pointer record) lookup entries to map the SMB server name to the IP address of the data LIF.

      • If you use NetBIOS aliases, create an Alias canonical name (CNAME resource record) lookup entry to map each alias to the IP address of the SMB server’s data LIF.

  5. Configure name services as required:

    1. Click Storage > Storage VMs, select the storage VM, click Settings, and then click settings icon for LDAP or NIS.

    2. Include any changes in the name services switch file: click edit icon in the Name Services Switch tile.

  6. Configure Kerberos if required: click arrow icon in the Kerberos tile and then click Add.

  7. Map UNIX and Windows user names if required: click arrow icon in the Name Mapping tile and then click Add.

    You should use this procedure only if your site has Windows and UNIX user accounts that do not map implicitly, which is when the lowercase version of each Windows user name matches the UNIX user name. This can be done using LDAP, NIS, or local users. If you have two sets of users that do not match, you should configure name mapping.