Administrator Guide

Branch cache is disabled by default. This procedure enables (or disables) branch cache.
Steps
1. In the Storage view, select a FluidFS cluster.
2. Click the File System tab.
3. In the File System view, select SMB Shares.
4. In the SMB Shares panel, select an SMB share and click Edit Settings.
The Edit SMB Share Settings dialog box opens.
5. Click Advanced.
6. Select or clear the Enable branch cache checkbox.
7. Click ApplyOK.
For more information about branch cache conguration, refer to the technet article located at http://
technet.microsoft.com/en-us/library/hh848392.aspx.
Accessing an SMB Share Using UNIX or Linux
Mount the SMB share from a UNIX or Linux operating system using one of the following commands:
# mount -t smbfs -o user_name=user_name,password=password//client_vip_or_name/
smb_share_name/local_folder
# smbmount //client_vip_or_name/smb_share_name/local_folder -o user_name=user_name
Managing NFS Exports
Network File System (NFS) exports provide an eective way of sharing les across a UNIX or Linux network with authorized clients.
After creating NFS exports, NFS clients then need to mount each NFS export. The FluidFS cluster fully supports NFS protocol
version 3 and all requirements of NFS protocol versions 4.0 and 4.1.
Supported NFSv4 features:
File and byte-range locking
NOTE: Starting with FluidFS v6, if the multitenancy feature is enabled, NAS administrators can congure NFSv4
to switch from mandatory to advisory byte-range locks at the tenant level using the CLI.
Kerberos v5 security using an AD server
AUTH_SYS legacy weak authentication
UID translation using an LDAP server (UNIX or AD) or a NIS server
UTF-8 le and directory names
Unsupported NFSv4 features:
Delegation of le locks to clients
Full interoperability between NFSv3 and NFSv4 (for example, conict resolution for locks from clients using dierent
protocols)
Antivirus scanning and result caching
LIPKEY and SPKM-3 security (not mandatory in NFSv4.1)
Kerberos UNIX server
420
FluidFS NAS Volumes, Shares, and Exports