Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
cloudappliance/fsprovider [2018_09_11 00:06] – minor edits stevencloudappliance:fsprovider [2023_12_14 14:45] steven
Line 1: Line 1:
-====== Enabling the File System Provider ======+Enabling the FS (File SystemProvider
  
-===== Introduction =====+## Introduction
  
-The Enterprise File Fabric appliance allows a local folder, or file system, to be added as provider. This is particularly useful for network file servers and applications that can be mounted as file systems in Linux.+The Nasuni Access Anywhere appliance allows a local folder, or file system, to be added as provider. This is particularly useful for network file servers and applications that can be mounted as file systems in Linux.
  
 To connect using the CIFS protocol directly see [[cloudappliance/cifs30|]]. To connect using the CIFS protocol directly see [[cloudappliance/cifs30|]].
Line 11: Line 11:
 By default the ability to add a file system storage provider is disabled within the appliance and for user packages. To enable follow these instructions: By default the ability to add a file system storage provider is disabled within the appliance and for user packages. To enable follow these instructions:
  
-===== Enable the FS provider for the appliance =====+## Enable the FS provider for the Appliance
  
 * Login as appladmin in to the appliance * Login as appladmin in to the appliance
Line 24: Line 24:
 {{ :cloudappliance:fsprovider:fs_block_size.png |}} {{ :cloudappliance:fsprovider:fs_block_size.png |}}
  
-## Enable FS provider for the user package+## Enable the FS connector for the User Package
  
 * Login as appladmin in to the appliance * Login as appladmin in to the appliance
Line 37: Line 37:
 {{ :cloudappliance:fsprovider:fs_save_package.png |}} {{ :cloudappliance:fsprovider:fs_save_package.png |}}
  
-===== Disable SELinux =====+## Disable SELinux
  
-Before you proceed further you will need to disable SELinux. Please follow the instruction [[cloudappliance/cifs30#disabling_selinux|Disable SELinux]]+Before you proceed further you will need to disable SELinux. Please follow the instructions [[cloudappliance/cifs30#disabling_selinux|Disable SELinux]].
  
-===== Mount the File System on Linux =====+## Mount the File System on Linux
  
-Mount the file system on the appliance. If you need to create a new linux user do so and note the password as you will need it in the next step.+Mount the file system on the appliance. If you need to create a new Linux user do so and note the password as you will need it in the next step.
  
-===== Add FS to the account =====+## Add FS to the account
  
-Login in to the SME user account and you should see FS as provider in the dropdown list when you login as SME user+Login in to the NAA user account and you should see FS as provider in the dropdown list when you login as NAA user
  
 {{ :cloudappliance:fsprovider:fs_add_provider_1.png |}} {{ :cloudappliance:fsprovider:fs_add_provider_1.png |}}
  
-Enter the linux user name and password.This is the linux user that has read/write access to the mounted file system.+Enter the Linux user name and password. This is the linux user that has read/write access to the mounted file system.
  
 {{ :cloudappliance:fsprovider:fs_add_provider_2.png |}} {{ :cloudappliance:fsprovider:fs_add_provider_2.png |}}
 +
 +## Effective User
 +
 +File system operations are performed by Access Anywhere as the Linux user who mounted the file system. Access permissions thus will be determined by both the Nasuni Access Anywhere and the network file system.
 +
 +The ability to mount the file system for each Access Anywhere user may also be supported. Contact Storage Made Easy [[support@storagemadeeasy.com]] for more information.
 +
 +## Using the FS Provider with NFS
 +
 +The FS provider can be used to access NFS file systems through Access Anywhere.  First the NFS file system must be mounted on Access Anywhere host by Access Anywhere's Linux system administrator.  Once it has been mounted, it can be added to Access Anywhere using the FS connector.
 +
 +When mounting an NFS file system on the Linux host you may want to use a mount point like:
 +
 +    /mnt/NFS/<NFS_sharename>/
 +
 +That way you can have two or more NFS file systems in the same location in the directory tree.
 +
 +