version 4.0 | document revision 1
1 Overview1.1 IntroductionDataCore FileFly is a heterogeneous Data Management System. It automates and manages the movement of data from primary storage locations to DataCore Swarm object storage.
Files are migrated from primary storage locations to the object store. Files are demigrated transparently when accessed by a user or application. FileFly also provides a range of Disaster Recovery options.
Anchor |
---|
| what-is-migration |
---|
| what-is-migration |
---|
|
1.1.0.1 What is Migration?From a technical perspective, file migration can be summarized as follows: first, the file content and corresponding metadata are copied to secondary storage as an MWI file/object. Next, the original file is marked as a 'stub' and truncated to zero physical size (while retaining the original logical size for the benefit of users and the correct operation of applications). The resulting stub file will remain on primary storage in this state until such time as a user or application requests access to the file content, at which point the data will be automatically returned to primary storage.
Each stub encapsulates the location of the corresponding MWI data on secondary storage, without the need for a database or other centralized component.
Anchor |
---|
| conventions-used-in-this-book |
---|
| conventions-used-in-this-book |
---|
|
1.2 Conventions used in this BookReferences to labels, values and literals in the software are in 'quoted italics'.
References to actions, such as clicking buttons, are in bold.
References to commands and text typed in are in fixed font.
Notes are denoted: Note: This is a note.
Important notes are denoted: Important: Important point here.
Anchor |
---|
| system-components |
---|
| system-components |
---|
|
1.3 System Components1.1 provides an overview of a FileFly deployment. All communication between FileFly components is secured with Transport Layer Security (TLS). The individual components are described below.
Anchor |
---|
| fg:overview:system |
---|
| fg:overview:system |
---|
|
FileFly System Overview Anchor |
---|
| datacore-filefly-admin-portal |
---|
| datacore-filefly-admin-portal |
---|
|
1.3.0.1 DataCore FileFly Admin PortalFileFly Admin Portal is the system's policy manager. It provides a centralized web-based configuration interface, and is responsible for task scheduling, server monitoring and file reporting. It lies outside the data path for file transfers.
Anchor |
---|
| datacore-filefly-agent |
---|
| datacore-filefly-agent |
---|
|
1.3.0.2 DataCore FileFly AgentDataCore FileFly Agent performs file operations as directed by Admin Portal Policies. The FileFly Agent is also responsible for retrieving file data from secondary storage upon user / application access.
File operations include migration and demigration, as well as a range of operations to assist disaster recovery. Data is streamed directly between agents and storage without any intermediary staging on disk.
When installed in a Gateway configuration, FileFly Agent does not allow migration of files from that server.
Optionally, Gateways can be configured for High-Availability (HA).
Anchor |
---|
| datacore-filefly-fpolicy-server |
---|
| datacore-filefly-fpolicy-server |
---|
|
1.3.0.3 DataCore FileFly FPolicy ServerFileFly FPolicy Server provides migration support for NetApp filers via the NetApp FPolicy protocol. This component is the equivalent of DataCore FileFly Agent for NetApp filers.
FileFly FPolicy Server may also be configured for High-Availability (HA).
Anchor |
---|
| datacore-filefly-linkconnect-server |
---|
| datacore-filefly-linkconnect-server |
---|
|
1.3.0.4 DataCore FileFly LinkConnect ServerFileFly LinkConnect Server provides link-based migration support for either Dell EMC OneFS or as an alternative method for migrating files from Windows Server volumes in the case where an agent may not be installed directly on the file server. This component performs a similar role to DataCore FileFly Agent for SMB shares.
FileFly LinkConnect Server may also be configured for High-Availability (HA).
Anchor |
---|
| datacore-filefly-drtool |
---|
| datacore-filefly-drtool |
---|
|
1.3.0.5 DataCore FileFly DrToolDataCore FileFly DrTool is an additional application that assists in Disaster Recovery.
Note: This functionality is not included with Community Edition licenses.
Anchor |
---|
| overview:config-eagle |
---|
| overview:config-eagle |
---|
|
1.4 FileFly Admin Portal ConceptsDataCore FileFly Admin Portal is the web-based interface that provides central management of a FileFly deployment. It is installed as part of the FileFly Tools package.
When entering the FileFly Admin Portal, the 'Dashboard' will be displayed – we will come back to the dashboard in 1.5. For now, the remainder of this section will follow the Admin Portal's navigation menu.
Anchor |
---|
| overview:config-eagle:servers |
---|
| overview:config-eagle:servers |
---|
|
1.4.1 ServersThe 'Servers' page displays the installed and activated agents across the deployment of FileFly. Health information and statistics are provided for each server or cluster node. You will use this page when activating the other components in your system.
Click a Server's ellipsis control to:
- view additional server information
- configure storage plugins
- add / retire / restart cluster nodes
- upgrade a standalone server to high-availability
- view detailed charts of recent activity
- edit server-specific configuration (see E)
Anchor |
---|
| overview:config-eagle:sources |
---|
| overview:config-eagle:sources |
---|
|
1.4.2 SourcesSources describe volumes or folders to which Policies may be applied (e.g., locations on the network from which files may be Migrated).
A Source location is specified by a URI. Platform-specific information for all supported sources is detailed in 5. A filesystem browser is provided to assist in setting the URI location interactively.
Anchor |
---|
| overview:config-eagle:sources:diet |
---|
| overview:config-eagle:sources:diet |
---|
|
1.4.2.1 Subdirectory FilteringWithin a given Source, individual directory subtrees may be included or excluded to provide greater control over which files are eligible for policy operations. Excluded directories will not be traversed.
In the Source editor, the directory tree may be expanded and explored in the 'Subdirectory Filtering' section. By default, the entire source will be included.
1.4.3 DestinationsDestinations are storage locations that Policies may write files to (e.g., locations on the network to which files are Migrated). Platform-specific information for all supported sources is detailed in 5.
Optionally, a Destination may be configured to use Write Once Read Many (WORM) semantics for migration operations. No attempt will be made thereafter to update the resultant secondary storage objects. This option is useful when the underlying storage device has WORM-like behavior, but is exposed using a generic protocol.
Anchor |
---|
| overview:config-eagle:rules |
---|
| overview:config-eagle:rules |
---|
|
1.4.4 RulesRules allow a specific subset of files within a Source or Sources to be selected for processing.
Rules can match a variety of metadata: filename / pathname, size, timestamps / age, file owner, and attribute flags. A rule matches if all of its specified criteria match the file's metadata. However, rules can be negated or compounded as necessary to perform more complex matches.
You will be able to simulate your Rules against your Sources during Policy creation.
Some criteria are specified as comma-separated lists of patterns:
- wildcard patterns, e.g. *.doc (see A.1)
- regular expressions, e.g. /2004-06-[0-9][0-9]\.log/ (see A.2)
Note that:
- files match if any one of the patterns in the list match
- whitespace before and after each pattern is ignored
- patterns are case-insensitive
- filename patterns starting with '/' match the path from the point specified by the Source URI
- filename patterns NOT starting with '/' match files in any subtree
- literal commas within a pattern must be escaped with a backslash
1.4.5 PoliciesA Policy specifies an operation to perform on a set of files. Depending on the type of operation, a Policy will specify Source(s) and/or Destination(s), and possibly Rules to limit the Policy to a subset of files.
Each operation has different parameters, refer to 4 for a full reference.
1.4.6 TasksA Task schedules one or more Policies for execution. Tasks can be scheduled to run at specific times, or can be run on-demand via the Quick Run control on the 'Dashboard'.
While a Task is running, its status is displayed in the 'Running Tasks' panel of the 'Dashboard'. When Tasks finish they are moved to the 'Recent Tasks' panel.
Operation statistics are updated in real time as the task runs. Operations will automatically be executed in parallel, see E for more details.
If multiple Tasks are scheduled to start simultaneously, Policies on each Source are grouped such that only a single traversal of each file system is required.
Anchor |
---|
| completion-notification |
---|
| completion-notification |
---|
|
1.4.6.1 Completion NotificationWhen a Task finishes running, regardless of whether it succeeds or fails, a completion notification email may be sent as a convenience to the administrator. This notification email contains summary information similar to that available in the 'Recent Tasks' panel on the 'Dashboard'.
To use this feature, either:
- check the 'Notify completion' option when configuring the Task, or
- click the notify icon on a running task on the 'Dashboard'
1.4.7 ReportsReports – generated by Gather Statistics Policies – contain charts detailing:
- a 30-day review of access and change activity
- a long-term trend chart to assist with planning migration strategy
- a breakdown of the most common file types
- optionally, a breakdown of file ownership
1.4.8 RecoveryThe 'Recovery' page provides access to multiple versions of the recovery files produced by each Create Recovery File From Source/Destination Policy. Retention options may be adjusted in 'Settings'.
Refer to 6 for more information on performing recovery operations.
1.4.9 SettingsThe FileFly Admin Portal 'Settings' page allows configuration of a wide range of global settings including:
- email notification
- configuration backup (see 3.3)
- work hours
- Admin Portal logging
- user interface language selection
It is also possible to suspend the scheduler, to prevent scheduled Tasks starting while maintenance procedures are being performed.
Server-specific settings and plugin configuration are available on the 'Servers' page.
1.4.10 HelpThe 'Help' page provides version information, as well as links to documentation and support resources. You may also view the global log, or generate a system diagnostic file (support.zip) for use when contacting DataCore Support.
Anchor |
---|
| overview:dashboard |
---|
| overview:dashboard |
---|
|
1.5 FileFly Admin Portal DashboardThe 'Dashboard' provides a concise view of the FileFly system status, current activity and recent task history. It may also be used to run Tasks on-demand via the Quick Run control.
The 'Notices' panel, displayed on the expandable graph bar, summarizes system issues that need to be addressed by the administrator. For instance, this panel will guide you through initial setup tasks such as license installation.
The circular 'Servers' display shows high-level health information for the servers / clusters in the FileFly deployment.
Anchor |
---|
| storage-charts |
---|
| storage-charts |
---|
|
1.5.1 Storage Charts'Primary' and 'Secondary' storage charts may be read together to gain insight into the impact of currently configured migration policies on primary and secondary storage consumption over time. Each bar indicates an amount of storage space consumed or released. Consumed storage is indicated by a positive bar, while released storage is shown in the negative. Stacked bars indicate the contributions of the different operations by color.
For instance, a Migration Policy consumes secondary storage in order to release primary storage.
By contrast, demigration consumes primary storage immediately, but defers release until later. Specifically, either the primary storage is released by a Quick-Remigrate, or the associated secondary storage is released by a Scrub.
In a complex environment, these charts provide insight into patterns of user-behavior and policy activity.
Click on a bar to zoom in to an hourly breakdown for the chosen day.
1.5.2 Other ChartsThe 'Processed' line chart graphs both the rate of operations successfully performed and data processed over time. Data transfer and bytes Quick-Remigrated (i.e. without any transfer required) are shown separately.
The 'Operations' breakdown chart shows successful activity by operation type across the whole system over time. Additionally, per-server operations charts are available via the 'Servers' page – see 1.4.1.
The 'Operations' radar chart shows a visual representation of the relative operation profile across your deployment. Two figures are drawn, one for each of the two preceding 7-day periods. This allows behavioral change from week to week to be seen at a glance.
Anchor |
---|
| task-control-history |
---|
| task-control-history |
---|
|
1.5.3 Task Control & HistoryPer-file operation details (including any error messages) may be viewed by clicking a Task's log icon. It is also possible to start and stop Tasks, update task configuration, or request a completion notification for a task that is already in progress.
2 DeploymentRefer to these instructions during initial deployment and when adding new components. For upgrade instructions, please refer to 3.7 instead.
For further information about each supported storage platform, refer to 5.
Anchor |
---|
| deployment:admintools |
---|
| deployment:admintools |
---|
|
2.1 Installing FileFly ToolsThe DataCore FileFly Tools package consists of the FileFly Admin Portal and the FileFly DrTool application (not licensed for Community Edition users). FileFly Tools must be installed before any other components.
Anchor |
---|
| system-requirements |
---|
| system-requirements |
---|
|
2.1.0.1 System Requirements- A dedicated server with a supported operating system:
- Windows Server 2019
- Windows Server 2016
- Windows Server 2012 R2
- Windows Server 2012
- Minimum 4GB RAM
- Minimum 2GB disk space for log files
- Active clock synchronization (e.g. via NTP)
2.1.0.2 Setup- Run DataCore FileFly Tools.exe
- Follow the instructions on screen
After completing the installation process, FileFly Tools must be configured via the Admin Portal web interface. The FileFly Admin Portal will be opened automatically and can be found later via the Start Menu.
The web interface will lead you through the process of initial configuration: refer to the 'Notices' panel on the 'Dashboard' to ensure that all steps are completed.
Anchor |
---|
| deployment:columbia |
---|
| deployment:columbia |
---|
|
2.2 Installing FileFly AgentsEach FileFly Agent server may fulfill one of two roles, selected at installation time.
In the 'FileFly Agent for migration' role, an agent assists the operating system to migrate and demigrate files. It is essential for the agent to be installed on all machines from which files will be migrated.
By contrast, in the 'FileFly Gateway agent' role, an agent provides access to external devices and storage services. While it does allow access to local disk and mounted SAN volumes, it does not provide local migration source support. Storage plugins will normally be deployed on Gateways.
Anchor |
---|
| high-availability-gateway-configuration |
---|
| high-availability-gateway-configuration |
---|
|
2.2.1 High-Availability Gateway ConfigurationA high-availability gateway configuration is recommended. Such FileFly Gateways must be activated as 'High-Availability FileFly Gateways'.
Anchor |
---|
| high-availability-gateway-dns-setup |
---|
| high-availability-gateway-dns-setup |
---|
|
2.2.1.1 High-Availability Gateway DNS SetupAt least two FileFly Gateways are required for High-Availability.
...
Note: The servers that form the High-Availability Gateway cluster must NOT be members of a Windows failover cluster.
Anchor |
---|
| deployment:columbia:windows |
---|
| deployment:columbia:windows |
---|
|
2.2.2 DataCore FileFly Agent for Windows Servers Anchor |
---|
| system-requirements-1 |
---|
| system-requirements-1 |
---|
|
2.2.2.1 System Requirements- Supported Windows Server operating system:
- Windows Server 2019
- Windows Server 2016
- Windows Server 2012 R2
- Windows Server 2012
- Minimum 4GB RAM
- Minimum 2GB disk space for log files
- Active clock synchronization (e.g. via NTP)
Note: When installed in the Gateway role, a dedicated server is required, unless it is to be co-located on the FileFly Tools server. When co-locating, create separate DNS aliases to refer to the Gateway and the FileFly Admin Portal web interface.
2.2.2.2 Setup- Run the DataCore FileFly Agent.exe
- Follow the instructions to activate the agent via FileFly Admin Portal
Anchor |
---|
| deployment:netapp-fpolicy |
---|
| deployment:netapp-fpolicy |
---|
|
2.2.3 DataCore FileFly FPolicy Server for NetApp FilersA DataCore FileFly FPolicy Server provides migration support for one or more NetApp Filers through the FPolicy protocol. This component is the equivalent of DataCore FileFly Agent for NetApp Filers. Typically FileFly FPolicy Servers are installed in a high-availability configuration.
Anchor |
---|
| system-requirements-2 |
---|
| system-requirements-2 |
---|
|
2.2.3.1 System Requirements- A dedicated server with a supported operating system:
- Windows Server 2019
- Windows Server 2016
- Windows Server 2012 R2
- Windows Server 2012
- Minimum 4GB RAM
- Minimum 2GB disk space for log files
- Active clock synchronization (e.g. via NTP)
2.2.3.2 SetupInstallation of the FileFly FPolicy Server software requires careful preparation of the NetApp Filer and the FileFly FPolicy Server machines. Instructions are provided in 5.3.
Anchor |
---|
| deployment:linkconnect |
---|
| deployment:linkconnect |
---|
|
2.2.4 DataCore FileFly LinkConnect ServerA DataCore FileFly LinkConnect Server provides link-based migration support for one or more Dell EMC OneFS or Windows SMB shares. This component performs a similar role to DataCore FileFly Agent without the need for software to be installed directly on the NAS or file server.
Anchor |
---|
| system-requirements-3 |
---|
| system-requirements-3 |
---|
|
2.2.4.1 System Requirements- A dedicated server with a supported operating system:
- Windows Server 2019
- Windows Server 2016
- Minimum 2GB disk space for log files (on the system volume)
- Minimum 1TB disk space for LinkConnect Cache (as a single NTFS volume)
- RAM: 8GB base, plus:
- 4GB per TB of LinkConnect Cache
- 0.5GB per billion link-migrated files
- Active clock synchronization (e.g. via NTP)
2.2.4.2 SetupInstallation of the FileFly LinkConnect Server software requires careful configuration of both the NAS / file server and the FileFly LinkConnect Server machines. Instructions are provided in 5.4 for OneFS and 5.2 for Windows file servers. Other devices are not supported.
Anchor |
---|
| deployment:lc-client |
---|
| deployment:lc-client |
---|
|
2.3 LinkConnect Client Deployment2.3.0.1 InstallationHaving deployed one or more LinkConnect Servers, all Windows clients that will need to access link-migrated files will require the LinkConnect Client Driver to be installed as follows:
...
Alternatively to ease deployment, the installer may be run in silent mode by specifying /S on the command line. Note that when upgrading the driver silently, the updated driver will not be loaded until the next reboot.
Important: Client Driver versions newer than the installed FileFly LinkConnect Server version should not be deployed.
Anchor |
---|
| deployment-considerations |
---|
| deployment-considerations |
---|
|
2.3.0.2 Deployment ConsiderationsAccess to NAS / file server shares containing files that have been link-migrated must use the domain credentials of the logged-in Windows desktop session. When a user accesses a link-migrated file, the client driver will transparently redirect the access to the FileFly LinkConnect Server if required. This redirected access will use the same logged-in Windows desktop session credentials.
Installation of the client driver will enable remote symlink evaluation in Windows. If remote symlink evaluation was disabled prior to client driver installation (this is the default behavior in Windows 10), the driver will continue to prevent remote symlink access for other symlinks. Do not disable remote symlink evaluation (e.g. by group policy) after installation since doing so will cause the client driver to stop functioning.
3 Usage Anchor |
---|
| deployment:dns |
---|
| deployment:dns |
---|
|
3.1 DNS Best PracticeStorage locations in DataCore FileFly are referred to by URI. Relationships between files must be maintained over a long period of time. It is therefore advisable to take steps to ensure that the FQDNs used in these URIs are valid long-term, even as individual server roles are changed or consolidated.
In a production deployment, always use Fully Qualified Domain Names (FQDNs) in preference to bare IP addresses.
It is recommended to create DNS aliases for each logical storage role for each server. For example, use different DNS aliases when storing your finance department's data as opposed to your engineering department's data – even if they initially reside on the same server.
Anchor |
---|
| getting-started |
---|
| getting-started |
---|
|
3.2 Getting Started Anchor |
---|
| analyzing-volumes |
---|
| analyzing-volumes |
---|
|
3.2.1 Analyzing VolumesOnce the software has been installed, the first step in any new FileFly deployment is to analyze the characteristics of the primary storage volumes. The following steps describe how to generate file statistics reports for each volume.
In the FileFly Admin Portal web interface:
- Create Sources for each volume to analyze
- Create a 'Gather Statistics' Policy and select all defined Sources
- Create a Task for the 'Gather Statistics' Policy
- For now, disable the schedule
- On the 'Dashboard', click the quick run icon
- Run the Task
- When the Task has finished, view the report(s) on the 'Reports' page
Anchor |
---|
| migrating-files |
---|
| migrating-files |
---|
|
3.2.2 Migrating FilesUsing the information from the reports, create a rule to select files for migration. A typical rule might limit migrations to files modified more than six months ago. The reports' long-term trend charts will indicate the amount of data that will be migrated by a 'modified more than n months ago' rule – adjust the age cutoff as necessary to suit your filesystems.
To avoid unnecessary migration of active files, be conservative with your first Migration Rule – it can be updated to migrate more recently modified files on subsequent runs.
Once the Rule has been created:
- Create a Destination to store your migrated data
- see 5 for platform-specific instructions
- Create a Migration Policy and add the Source(s), Rule and Destination
- Use the 'Simulate rule matching…' button to explore the effect of your rule
- Create a Task for the new Policy
- Run the task
When the task has completed, check the corresponding 'Recent Tasks' entries on the 'Dashboard'. Click on the log icon to review any errors in detail.
Migration is typically performed periodically: configure a schedule on the Migration Task.
3.2.3 Next Steps4 describes all FileFly Policy Operations in detail and will help you to get the most out of FileFly.
The remainder of this chapter gives guidance on using FileFly in a production environment.
Anchor |
---|
| usage:configbackup |
---|
| usage:configbackup |
---|
|
3.3 Configuration BackupThis section describes how to backup DataCore FileFly configuration (for primary and secondary storage backup considerations, see 3.4).
Anchor |
---|
| usage:configbackup:eagle |
---|
| usage:configbackup:eagle |
---|
|
3.3.1 FileFly ToolsBacking up the DataCore FileFly Tools configuration will preserve policy configuration and server registrations as well as per-server settings and storage plugin configuration.
Anchor |
---|
| backup-process |
---|
| backup-process |
---|
|
3.3.1.1 Backup ProcessConfiguration backup can be scheduled on the Admin Portal's 'Settings' page. A default schedule is created at installation time to backup configuration once a week.
Configuration backup files include:
- Policy configuration
- Server registrations
- Per-Server settings, including plugin configuration, keys etc.
- Note: FileFly FPolicy Server configuration is not included – see 3.3.2.1
- Recovery files
- Settings from the Admin Portal 'Settings' page
- Settings specified when FileFly Tools was installed
...
- C:\Program Files\DataCore FileFly\logs\AdminPortal\
- C:\Program Files\DataCore FileFly\logs\DrTool\
Anchor |
---|
| restore-process |
---|
| restore-process |
---|
|
3.3.1.2 Restore Process- Ensure that the server to be restored to has the same FQDN as the original server
- If present, uninstall DataCore FileFly Tools
- Run the installer: DataCore FileFly Tools.exe
- use the same version that was used to generate the backup file
- On the 'Installation Type' page, select 'Restore from Backup'
- Choose the backup zip file and follow the instructions
- Optionally, log files may be restored from server backups to:
- C:\Program Files\DataCore FileFly\logs\AdminPortal\
- C:\Program Files\DataCore FileFly\logs\DrTool\
Anchor |
---|
| per-server-configuration |
---|
| per-server-configuration |
---|
|
3.3.2 Per-Server ConfigurationBacking up the configuration on each server will allow for easier redeployment of agents in the event of disaster.
Anchor |
---|
| usage:configbackup:windows |
---|
| usage:configbackup:windows |
---|
|
3.3.2.1 Windows Backup ProcessOn each Windows Server backup the entire installation directory.
e.g. C:\Program Files\DataCore FileFly\
Anchor |
---|
| windows-restore-process |
---|
| windows-restore-process |
---|
|
3.3.2.2 Windows Restore ProcessOn each replacement server:
- Reinstall with the same version of the installer
- Stop the 'DataCore FileFly Agent' service
- Restore the contents of the following directories from backup:
- C:\Program Files\DataCore FileFly\data\FileFly Agent\
- C:\Program Files\DataCore FileFly\logs\FileFly Agent\
- Restart the 'DataCore FileFly Agent' service
3.4 Storage BackupEach stub on primary storage is linked to a corresponding MWI file on secondary storage. During the normal process of migration and demigration the relationship between stub and MWI file is maintained.
The recommendations below ensure that the consistency of this relationship is maintained even after files are restored from backup.
Anchor |
---|
| usage:backup:planning |
---|
| usage:backup:planning |
---|
|
3.4.1 Backup PlanningEnsure that the restoration of stubs is included as part of your backup & restore test regimen.
When using Scrub policies, ensure the Scrub grace period is sufficient to cover the time from when a backup is taken to when the restore and Post-Restore Revalidate steps are completed (see below).
It is strongly recommended to set the global minimum grace period accordingly to guard against the accidental creation of scrub policies with insufficient grace. This setting may be configured on that FileFly Admin Portal 'Settings' page.
Important: It will NOT be possible to safely restore stubs or MigLinks from a backup set taken more than one grace period ago.
Anchor |
---|
| additional-planning |
---|
| additional-planning |
---|
|
3.4.1.1 Additional PlanningTo complement standard backup and recovery solutions, and to allow the widest range of recovery options, it is recommended to schedule a 'Create Recovery File From Source' Policy to run after each migration.
Anchor |
---|
| restore-process-1 |
---|
| restore-process-1 |
---|
|
3.4.2 Restore Process- Suspend the scheduler in FileFly Admin Portal
- Restore the primary volume
- Run a 'Post-Restore Revalidate' policy against the primary volume
- To ensure all stubs are revalidated, run this policy against the entire primary volume, NOT simply against the migration source
- This policy is not required when only WORM destinations are in use
- Restart the scheduler in FileFly Admin Portal
...
- On the 'Servers' page, retire the old server (unless still in use for other volumes)
- Install FileFly Agent on the new server
- Update Sources as required to refer to the FQDN of the new server
- Perform the restore process as above
Anchor |
---|
| platform-specific-considerations |
---|
| platform-specific-considerations |
---|
|
3.4.3 Platform-specific Considerations3.4.3.1 WindowsMost enterprise Windows backup software will respect FileFly stubs and will back them up correctly without causing any unwanted demigrations. For some backup software, it may be necessary to refer to the software documentation for options regarding Offline files.
When testing backup software configuration, test that backup of stubs does not cause unwanted demigration.
Additional backup testing may be required if Stub Deletion Monitoring is required. Please refer to E for more details.
Anchor |
---|
| netapp-filers |
---|
| netapp-filers |
---|
|
3.4.3.2 NetApp FilersPlease consult 5.3.5 for information regarding snapshot restore on NetApp Filers.
Anchor |
---|
| usage:prod-ready |
---|
| usage:prod-ready |
---|
|
3.5 Production Readiness Checklist3.5.0.1 Backup- Check your FileFly configuration is adequately backed up – see 3.3
- Review the storage backup and restore procedures described in 3.4
- Check backup software can backup stubs without triggering demigration
- Check backup software restores stubs and that they can be demigrated
- Schedule regular 'Create Recovery File From Source' Policies on your migration sources – see 4.10
3.5.0.2 AntivirusGenerally, antivirus software will not cause demigrations during normal file access. However, some antivirus software will demigrate files when performing scheduled file system scans.
Prior to production deployment, always check that installed antivirus software does not cause unwanted demigrations. Some software must be configured to skip offline files in order to avoid these inappropriate demigrations. Consult the antivirus software documentation for further details.
If the antivirus software does not provide an option to skip offline files during a scan, DataCore FileFly Agent may be configured to deny demigration rights to the antivirus software. Refer to E for more information.
It may be necessary for some antivirus products to exempt the DataCore FileFly Agent process from real-time protection (scan-on-access). If the exclusion configuration requires the path of the executable to be specified, be sure to update the exclusion whenever FileFly is upgraded (since the path will change on upgrade).
Anchor |
---|
| other-system-wide-applications |
---|
| other-system-wide-applications |
---|
|
3.5.0.3 Other System-wide ApplicationsCheck for other applications that open all the files on the whole volume. Audit scheduled processes on file servers – if such processes cause unwanted demigration, it may be possible to block them (see E).
Anchor |
---|
| monitoring-and-notification |
---|
| monitoring-and-notification |
---|
|
3.5.0.4 Monitoring and NotificationTo facilitate proactive monitoring, it is recommended to:
- Configure email notifications to monitor system health and Task activity
- Enable syslog – see E
Anchor |
---|
| platform-considerations |
---|
| platform-considerations |
---|
|
3.5.0.5 Platform ConsiderationsFor further information on platform-specific interoperability considerations, please refer to the appropriates sections of 5.
Anchor |
---|
| policy-tuning |
---|
| policy-tuning |
---|
|
3.6 Policy TuningPeriodically re-assess file distribution and access behavior:
- Run 'Gather Statistics' Policies
- Examine Server statistics – see 1.4.1
- For more detail, examine demigrates in file server agent.log files
...
- Are there unexpected peaks in demigration activity?
- Are there any file types that should not be migrated?
- Should different rules be applied to different file types?
- Is the Migration Policy migrating data that is regularly accessed?
- Are the Rules aggressive enough or too aggressive?
- What is the data growth rate on primary and secondary storage?
- Are there subtrees on the source file system that should be addressed by separate policies or excluded from the source entirely?
Anchor |
---|
| usage:upgrade |
---|
| usage:upgrade |
---|
|
3.7 System UpgradeWhen a FileFly deployment is upgraded from a previous version, FileFly Tools must always be upgraded first, followed by all Server components.
Run:
- DataCore FileFly Tools.exe
Anchor |
---|
| upgrade:automated |
---|
| upgrade:automated |
---|
|
3.7.1 Automated Server UpgradeWhere possible, it is advisable to upgrade Server agents using the automated upgrade feature by clicking the upgrade system icon on the 'Servers' page.
The automated process transfers installers to each server and performs the upgrades in parallel to minimize downtime. If a server fails or is offline during the upgrade, manually upgrade it later. Once the automated upgrade procedure is finalized, the 'Servers' page will update to display the health of the upgraded servers.
Following the upgrade, resolve any warnings displayed on the 'Dashboard'.
Anchor |
---|
| manual-server-upgrade |
---|
| manual-server-upgrade |
---|
|
3.7.2 Manual Server UpgradeFollow the instructions appropriate for the platform of each server as described below.
Anchor |
---|
| filefly-agent-for-windows |
---|
| filefly-agent-for-windows |
---|
|
3.7.2.1 FileFly Agent for Windows- Run DataCore FileFly Agent.exe and follow the instructions
- Resolve any warnings displayed on the 'Dashboard'
Anchor |
---|
| filefly-netapp-fpolicy-server |
---|
| filefly-netapp-fpolicy-server |
---|
|
3.7.2.2 FileFly NetApp FPolicy Server- Run DataCore FileFly NetApp FPolicy Server.exe and follow the instructions
- Run DataCore FileFly NetApp Cluster-mode Config.exe and follow the instructions
- Resolve any warnings displayed on the 'Dashboard'
Anchor |
---|
| filefly-linkconnect-server |
---|
| filefly-linkconnect-server |
---|
|
3.7.2.3 FileFly LinkConnect Server- Run DataCore FileFly LinkConnect Server.exe and follow the instructions
- Resolve any warnings displayed on the 'Dashboard'
4 Policy Operation ReferenceThis chapter describes the various operations that may be performed on selected files by FileFly Admin Portal policies.
Anchor |
---|
| gather-statistics-operation |
---|
| gather-statistics-operation |
---|
|
4.1 Gather Statistics OperationRequires: Source(s) Included in Community Edition: yes
Generate statistics report(s) for file sets at the selected Source(s). Optionally include statistics by file owner. By default, owner statistics are omitted which generally results in a faster policy run. Additionally, rules may be used to specify a subset of files on which to report rather than the whole source.
Anchor |
---|
| policies:migrate |
---|
| policies:migrate |
---|
|
4.2 Migrate OperationRequires: Source(s), Rule(s), Destination Included in Community Edition: yes
Migrate file data from selected Source(s) to a Destination. Stub files remain at the Source location as placeholders until files are demigrated. File content will be transparently demigrated (returned to primary storage) when accessed by a user or application. Stub files retain the original logical size and file metadata. Files containing no data will not be migrated.
Each Migrate operation will be logged as a Migrate, Remigrate, or Quick-Remigrate.
A Remigrate is the same as a Migrate except it explicitly recognizes that a previous version of the file had been migrated in the past and that stored data pertaining to that previous version is no longer required and so is eligible for removal via a Scrub policy.
A Quick-Remigrate occurs when a file has been demigrated and NOT modified. In this case it is not necessary to retransfer the data to secondary storage so the operation can be performed very quickly. Quick-remigration does not change the secondary storage location of the migrated data.
Optionally, quick-remigration of files demigrated within a specified number of days may be prevented. This option can be used to avoid quick-remigrations occurring in an overly aggressive fashion.
Additionally, this policy may be configured to pause during the globally configured work hours.
Note: For Sources using a FileFly LinkConnect Server, such as Dell EMC OneFS shares, see 4.9 instead.
Anchor |
---|
| quick-remigrate-operation |
---|
| quick-remigrate-operation |
---|
|
4.3 Quick-Remigrate OperationRequires: Source(s), Rule(s) Included in Community Edition: yes
Quick-Remigrate demigrated files that do not require data transfer, enabling space to be reclaimed quickly. This operation acts only on files that have not been altered since the last migration.
Optionally, files demigrated within a specified number of days may be prevented. This option can be used to avoid quick-remigrations occurring in an overly aggressive fashion.
Additionally, this policy may be configured to pause during the globally configured work hours.
Anchor |
---|
| scrub-destination-operation |
---|
| scrub-destination-operation |
---|
|
4.4 Scrub Destination OperationRequires: Destination (non-WORM) Included in Community Edition: yes
Remove unnecessary stored file content from a migration destination. This is a maintenance policy that should be scheduled regularly to reclaim space.
A grace period must be specified which is sufficient to cover the time from when a backup is taken to when the restore and corresponding Post-Restore Revalidate policy would complete. The grace period effectively delays the removal of data sufficiently to accommodate the effects of restoring primary storage from backup to an earlier state.
Use of scrub is usually desirable to maximize storage efficiency. In order to also maximize performance benefits from quick-remigration, it is advisable to schedule migration / quick-remigration policies more frequently than the grace period.
To avoid interactions with migration policies, Scrub tasks are automatically paused while migration-related tasks are in progress.
Scrub Policies may be configured to generate log output only without actually removing files.
Important: Source(s) MUST be backed up within the grace period.
Anchor |
---|
| policies:postrestorerevalidate |
---|
| policies:postrestorerevalidate |
---|
|
4.5 Post-Restore Revalidate OperationRequires: Source(s) Included in Community Edition: yes
Scan all stubs present on a given Source, revalidating the relationship between the stubs and the corresponding files on secondary storage. This operation is required following a restore from backup and should be performed on the root of the restored source volume.
If only Write Once Read Many (WORM) destinations are in use, this policy is not required.
Important: This revalidation operation MUST be integrated into backup/restore procedures, see 3.4.1.
Anchor |
---|
| demigrate-operation |
---|
| demigrate-operation |
---|
|
4.6 Demigrate OperationRequires: Source(s), Rule(s) Included in Community Edition: yes
Return migrated file content back to files on the selected Source(s). This is useful when a large batch of files must be demigrated in advance.
Prior to running a Demigrate policy, be sure that there is sufficient primary storage available to accommodate the demigrated data.
This operation may be used with both Migrated and Link-Migrated files.
Anchor |
---|
| advanced-demigrate-operation |
---|
| advanced-demigrate-operation |
---|
|
4.7 Advanced Demigrate OperationRequires: Source(s), Rule(s) Included in Community Edition: yes
Demigrates files with advanced options:
...
Prior to running an Advanced Demigrate policy, be sure that there is sufficient primary storage available to accommodate the demigrated data.
Anchor |
---|
| premigrate-operation |
---|
| premigrate-operation |
---|
|
4.8 Premigrate OperationRequires: Source(s), Rule(s), Destination Included in Community Edition: yes
Premigrate file data from selected Source(s) to a Destination in preparation for migration. Files on primary storage will not be converted to stubs until a Migrate or Quick-Remigrate Policy is run. Files containing no data will not be premigrated.
This can assist with:
...
Premigration is, as the name suggests, intended to be followed by full migration/quick-remigration. If this is not done, a large number of files in the premigrated state may slow down further premigration policies, as the same files are rechecked each time.
By default, files already premigrated to another destination will be skipped when encountered during a premigrate policy.
This policy may also be configured to pause during the globally configured work hours.
Note: Most deployments will not use this operation, but will use a combination of Migrate and Quick-Remigrate instead.
Anchor |
---|
| policies:link-migrate |
---|
| policies:link-migrate |
---|
|
4.9 Link-Migrate OperationRequires: Source(s), Rule(s), Destination Included in Community Edition: yes
For platforms that do not support standard stub-based migration, Link-Migrate file data from selected Source(s) to a Destination.
Files at the source location will be replaced with FileFly-encoded links (MigLinks) which allow client applications to transparently read data without returning files to primary storage. If an application attempts to modify a link, the file will be automatically returned to primary storage and then modified in-place. Files containing no data will be skipped by this policy.
MigLinks present the original logical size and file metadata.
Since MigLinks remain links when read by client applications, there is no analogue of quick-remigration for link-migrate.
This policy may be configured to pause during the globally configured work hours.
Note: To perform link-migration to Swarm targets, the destination should use the s3generic scheme, see 5.8.
Anchor |
---|
| policies:drtool |
---|
| policies:drtool |
---|
|
4.10 Create Recovery File From Source OperationRequires: Source(s), Rule(s) Included in Community Edition: no
Generate a disaster recovery file for DataCore FileFly DrTool by analyzing files at the selected Source(s). FileFly DrTool can use the generated file(s) to recover or update source files.
Note: Recovery files generated from Source will account for renames.
Anchor |
---|
| Xa25584e0c70f0eea4c7cd10ee70ac9c512719d3 |
---|
| Xa25584e0c70f0eea4c7cd10ee70ac9c512719d3 |
---|
|
4.11 Create Recovery File From Destination OperationRequires: Destination Included in Community Edition: no
Generate a disaster recovery file for DataCore FileFly DrTool by reading the index and analyzing files at the selected Destination without reference to the associated primary storage files.
Note: Recovery files from Destination may not account for renames.
Important: It is strongly recommended to use 'Create Recovery File From Source' in preference where possible.
Anchor |
---|
| erase-cached-data-operation |
---|
| erase-cached-data-operation |
---|
|
4.12 Erase Cached Data OperationRequires: Source(s), Rule(s) Included in Community Edition: yes
Erases cached data associated with files by the Partial Demigrate feature (NetApp Sources only).
Important: The Erase Cached Data operation is not enabled by default. It must be enabled in 'Settings' → 'Additional Options'.
5 Source and Destination ReferenceThe following pages describe the characteristics of the Sources and Destinations supported by DataCore FileFly. Planning, setup, usage and maintenance considerations are outlined for each storage platform.
IMPORTANT: Read any relevant sections of this chapter prior to deploying FileFly in a production environment.
Anchor |
---|
| platformref:win |
---|
| platformref:win |
---|
|
5.1 Microsoft Windows Anchor |
---|
| platformref:win:migsupport |
---|
| platformref:win:migsupport |
---|
|
5.1.1 Migration SupportWindows NTFS volumes may be used as migration sources. On Windows Server 2016 and above, ReFS volumes are also supported as migration sources.
Windows stub files can be identified by the 'O' (Offline) attribute in Explorer. Depending on the version of Windows, files with this flag may be displayed with an overlay icon.
Note: If it is not possible to install the DataCore FileFly Agent directly on the file server, see 5.2 for an alternative solution using Link-Migration.
Anchor |
---|
| platformref:win:planning |
---|
| platformref:win:planning |
---|
|
5.1.2 Planning Anchor |
---|
| prerequisites |
---|
| prerequisites |
---|
|
5.1.2.1 Prerequisites- A license that includes an appropriate entitlement for Windows
When creating a production deployment plan, please refer to 3.5.
Anchor |
---|
| cluster-support |
---|
| cluster-support |
---|
|
5.1.2.2 Cluster SupportClustered volumes managed by Windows failover clusters are supported. However, the Cluster Shared Volume (CSVFS) feature is NOT supported. As a result, on Windows Server 2012 and above, when configuring a 'File Server' role in the Failover Cluster Manager, 'File Server for general use' is the only supported File Server Type. The 'Scale-Out File Server for application data' File Server Type is NOT supported.
When using clustered volumes in FileFly URIs, ensure that the resource FQDN appropriate to the volume is specified rather than the FQDN of any individual node.
Anchor |
---|
| platformref:win:setup |
---|
| platformref:win:setup |
---|
|
5.1.3 Setup Anchor |
---|
| installation-1 |
---|
| installation-1 |
---|
|
5.1.3.1 InstallationSee Installing FileFly Agent for Windows 2.2.2
Anchor |
---|
| interoperability |
---|
| interoperability |
---|
|
5.1.4 InteroperabilityThis section describes Windows-specific considerations only and should be read in conjunction with 3.5.
Anchor |
---|
| microsoft-storage-replica |
---|
| microsoft-storage-replica |
---|
|
5.1.4.1 Microsoft Storage ReplicaFileFly supports Microsoft Storage Replica.
If Storage Replica is configured for asynchronous replication, a disaster failover effectively reverts the volume to a previous point in time. As such, this kind of failover is directly equivalent to a volume restore operation (albeit to a very recent state).
As with any restore, a Post-Restore Revalidate Policy (see 4.5) should be run across the restored volume within the scrub grace period window. This will ensure correct operation of any future scrub policies by accounting for discrepancies between the demigration state of the files on the (failed) replication source volume and the replication destination volume.
Important: integrate this process into your recovery procedures prior to production deployment of asynchronous storage replication.
Anchor |
---|
| microsoft-dfs-namespaces-dfsn |
---|
| microsoft-dfs-namespaces-dfsn |
---|
|
5.1.4.2 Microsoft DFS Namespaces (DFSN)DFSN is supported. FileFly Sources must be configured to access volumes on individual servers directly rather than through a DFS namespace. Users and applications may continue to access files and stubs via DFS namespaces as normal.
Anchor |
---|
| microsoft-dfs-replication-dfsr |
---|
| microsoft-dfs-replication-dfsr |
---|
|
5.1.4.3 Microsoft DFS Replication (DFSR)DFSR is supported for:
- Windows Server 2019
- Windows Server 2016
- Windows Server 2012 R2
FileFly Agents must be installed (selecting the migration role during installation) on EACH member server of a DFS Replication Group prior to running migration tasks on any of the group's Replication Folders.
If adding a new member server to an existing Replication Group where FileFly is already in use, FileFly Agent must be installed on the new server first.
When running policies on a Replicated Folder, sources should be defined such that each policy acts upon only one replica. DFSR will replicate the changes to the other members as usual.
Read-only (one-way) replicated folders are NOT supported. However, read-only SMB shares can be used to prevent users from writing to a particular replica as an alternative.
Due to the way DFSR is implemented, care should be taken to avoid writing to stub files that are being concurrently accessed from another replica.
In the rare event that DFSR-replicated data is restored to a member from backup, ensure that DFSR services on all members are running and that replication is fully up-to-date (check for the DFSR 'finished initial replication' Windows Event Log message), then run a Post-Restore Revalidate Policy using the same source used for migration.
Anchor |
---|
| retiring-a-dfsr-replica |
---|
| retiring-a-dfsr-replica |
---|
|
5.1.4.4 Retiring a DFSR ReplicaRetiring a replica effectively creates two independent copies of each stub, without updating secondary storage. To avoid any potential loss of data:
...
If it is strictly necessary to keep both, now independent, copies of the data and stubs, then run a Post-Restore Revalidate Policy on both copies separately (not concurrently).
Anchor |
---|
| X5ce4521824ae6bdb1b87d3de80af7e370f0a68a |
---|
| X5ce4521824ae6bdb1b87d3de80af7e370f0a68a |
---|
|
5.1.4.5 Preseeding a DFSR Replicated Folder Using RobocopyThe most common use of Robocopy with FileFly stubs is to preseed or stage initial synchronization. When performing such a preseeding operation:
...
Note: If the process above is aborted, be sure to delete all preseeded files and stubs (preferably by formatting the disk, or at least disable Stub Deletion Monitoring during the deletion) and then run a Post-Restore Revalidate Policy on the original FileFly Source.
Anchor |
---|
| robocopy-other-uses |
---|
| robocopy-other-uses |
---|
|
5.1.4.6 Robocopy (Other Uses)Robocopy will, by default, demigrate stubs as they are copied. This is the same behavior as Explorer copy-paste, xcopy etc..
Robocopy with the /b flag (backup mode – must be performed as an administrator) will copy stubs as-is.
Robocopy /b is not recommended. If stubs are copied in this fashion, the following must be considered:
- for a copy from one server to another, both servers must have DataCore FileFly Agent installed
- this operation is essentially a backup and restore in one step, and thus inappropriately duplicates stubs which are intended to be unique
- after the duplication, one copy of the stubs should be deleted immediately
- run a Post-Restore Revalidate policy on the remaining copy
- this process will render the corresponding secondary storage files non-scrubbable, even after they are demigrated
- to prevent Windows Defender triggering demigrations when the stubs are accessed in this fashion:
- always run the robocopy from the source end (the file server with the stubs)
- add a "Process Exclusion" to Windows Defender for robocopy.exe (allow a while for the setting to take effect)
Anchor |
---|
| windows-data-deduplication |
---|
| windows-data-deduplication |
---|
|
5.1.4.7 Windows Data DeduplicationIf a Windows source server is configured to use migration policies and Windows Data Deduplication, it should be noted that a given file can either be deduplicated or migrated, but not both at the same time. FileFly migration policies will automatically skip files that are already deduplicated. Similarly, Windows will skip FileFly stubs when deduplicating.
When using both technologies, it is recommended to configure Data Deduplication and Migration based on file type such that the most efficacious strategy is chosen for each type of file.
Note: Microsoft's legacy Single Instance Storage (SIS) feature is not supported. Do not use SIS on the same server as DataCore FileFly Agent.
Anchor |
---|
| windows-shadow-copy |
---|
| windows-shadow-copy |
---|
|
5.1.4.8 Windows Shadow CopyWindows Shadow Copy – also known as Volume Snapshot Service (VSS) – allows previous versions of files to be restored, e.g. from Windows Explorer. This mechanism cannot be used to restore a stub. Restore stubs from backup instead – see 3.4.
Anchor |
---|
| behavioral-notes |
---|
| behavioral-notes |
---|
|
5.1.5 Behavioral Notes Anchor |
---|
| symbolic-links |
---|
| symbolic-links |
---|
|
5.1.5.1 Symbolic LinksSymbolic links (symlinks) will be skipped during traversal of the file system. This ensures that files are not seen – and thus acted upon – multiple times during a single execution of a given policy. If it is intended that a policy should apply to files within a directory referred to by a symbolic link, either ensure that the Source encompasses the real location at the link's destination, or specify the link itself as the Source.
Anchor |
---|
| mount-diskimage |
---|
| mount-diskimage |
---|
|
5.1.5.2 Mount-DiskImageOn Windows 8 or above, VHD and ISO images may be mounted as normal drives using the PowerShell Mount-DiskImage cmdlet. This functionality can also be accessed via the Explorer context menu for an image file.
A known limitation of this cmdlet is that it does not permit sparse files to be mounted (see Microsoft KB2993573). Since migrated image files are always sparse, they must be demigrated prior to mounting. This can be achieved either by copying the file or by removing the sparse flag with the following command:
fsutil sparse setflag <file_name> 0
Anchor |
---|
| platformref:win:stubdeletionmonitoring |
---|
| platformref:win:stubdeletionmonitoring |
---|
|
5.1.6 Stub Deletion MonitoringOn Windows, the FileFly Agent can monitor stub deletions to identify secondary storage files that are no longer referenced in order to maximize the usefulness of Scrub Policies. This feature extends not only to stubs that are directly deleted by the user, but also to other cases of stub file destruction such as overwriting a stub or renaming a different file over the top of a stub.
Stub Deletion Monitoring is disabled by default. To enable it, please refer to E.
Anchor |
---|
| platformref:winNAS |
---|
| platformref:winNAS |
---|
|
5.2 Microsoft Windows via FileFly LinkConnect Server Anchor |
---|
| link-migration-support |
---|
| link-migration-support |
---|
|
5.2.1 Link-Migration SupportThis section details the configuration of a DataCore FileFly LinkConnect Server to enable Link-Migration of files from Windows Server SMB shares. This option should be used when it is not possible to install DataCore FileFly Agent directly on the Windows file server in question. For other cases – where FileFly Agent can be installed on the server – please refer to 5.1.
Refer to 4.2 and 4.9 for details of the Migrate and Link-Migrate operations respectively.
Link-Migration works by pairing a Windows SMB share with a corresponding LinkConnect Cache Share. Typically a top-level share on each Windows file server volume is mapped to a unique share (or subdivision) on a FileFly LinkConnect Server. Multiple file server shares may use Cache Shares / subdivisions on the same FileFly LinkConnect Server if desired.
Once this configuration is completed, Link-Migrate policies convert files on the source Windows Server SMB share to links pointing to the destination files via the LinkConnect Cache Share, according to configured rules.
Link-Migrated files can be identified by the 'O' (Offline) attribute in Explorer. Depending on the version of Windows, files with this flag may be displayed with an overlay icon.
5.2.2 Planning Anchor |
---|
| prerequisites-1 |
---|
| prerequisites-1 |
---|
|
5.2.2.1 Prerequisites- An NTFS Cache Volume of at least 1TB – see 2.2.4
- A FileFly license that includes an entitlement for FileFly LinkConnect Server.
- A supported secondary storage destination (excluding scsp and scspdirect)
When creating a production deployment plan, please refer to 3.5.
Anchor |
---|
| file-server-system-requirements |
---|
| file-server-system-requirements |
---|
|
5.2.2.2 File Server System Requirements- Windows Server 2016 or higher
- The server must NOT have the Active Directory Domain Services role
Anchor |
---|
| client-requirements |
---|
| client-requirements |
---|
|
5.2.2.3 Client RequirementsWindows clients require a supported 64-bit Windows operating system:
...
In order to access link-migrated files, the LinkConnect Client Driver must be installed on each client machine – see 2.3.
5.2.2.4 NetworkPlace the DataCore FileFly LinkConnect Server on the same subnet and same switch as the corresponding Windows file server(s) to minimize latency.
Additionally, the FileFly LinkConnect Server must be joined to the same domain as the Windows file server and the Windows client machines.
Anchor |
---|
| antivirus-considerations |
---|
| antivirus-considerations |
---|
|
5.2.2.5 Antivirus ConsiderationsEnsure that Windows Defender or any other antivirus product installed on the FileFly LinkConnect Server is configured to omit scanning/screening on the LinkConnect Cache Volume and any Windows file server SMB shares.
Anchor |
---|
| X451cd07370944540d06c482727e801f3ae0614d |
---|
| X451cd07370944540d06c482727e801f3ae0614d |
---|
|
5.2.2.6 High-Availability for FileFly LinkConnect ServerConsider whether High-Availability (HA) is required in your environment (either now or in the future). If so, LinkConnect Servers must be installed in a DFSN configuration from the outset.
LinkConnect Cache Shares are configured for HA by exposing the share name at the domain level using DFSN. If not using HA, it is possible to use either a simple share on a standalone server, or a share exposed at the domain level using DFSN. The latter is always recommended to allow transition to an HA configuration in the future.
Anchor |
---|
| regular-maintenance-activity |
---|
| regular-maintenance-activity |
---|
|
5.2.2.7 Regular Maintenance ActivityEach configured MigLink source will be periodically scanned to perform maintenance tasks such as MigLink ACL propagation and Link Deletion Monitoring (see below).
In an HA configuration, this scanning activity will be performed by a single caretaker node, as can be seen on the Admin Portal Servers page. A standalone FileFly LinkConnect Server always performs the caretaker role.
Anchor |
---|
| link-deletion-monitoring |
---|
| link-deletion-monitoring |
---|
|
5.2.2.8 Link Deletion MonitoringSimilarly to the Stub Deletion Monitoring feature provided by DataCore FileFly Agents on Windows, Link Deletion Monitoring (LDM) identifies secondary storage files that are no longer referenced in order to facilitate recovery of storage space by Scrub Policies. This feature extends not only to MigLinks that are demigrated or directly deleted by the user, but also to other cases such as overwriting a MigLink or renaming a different file over the top of a MigLink.
Unlike SDM, LDM requires a number of maintenance scans to determine that a given secondary storage file is no longer referenced. It should be noted that interrupting the maintenance process (e.g. by restarting the caretaker node or transitioning the caretaker role) will delay the detection of unreferenced secondary storage. For optimal and timely storage space recovery, ensure that LinkConnect Servers can run uninterrupted for extended periods.
Warning: in order to avoid LDM incorrectly identifying files as deleted – leading to unwanted data loss during Scrub – it is critical to ensure that users cannot move/rename MigLinks out of the scanned portion of the directory tree within the filesystem. This can be achieved by always creating the share used for your 'miglinkSource' at the root of the filesystem. An additional share may be created solely for this purpose.
To utilize LDM, it must first be enabled on a per-share basis.
5.2.3 Setup Anchor |
---|
| create-a-linkconnect-user |
---|
| create-a-linkconnect-user |
---|
|
5.2.3.1 Create a LinkConnect UserProvision a user on the Windows domain for the exclusive use of your LinkConnect service(s). This user does not need to be a member of Domain Admins.
Anchor |
---|
| configure-windows-file-server |
---|
| configure-windows-file-server |
---|
|
5.2.3.2 Configure Windows File ServerOn the file server:
- Add the LinkConnect User to the the local Administrators group
- Add 'Full Control' permissions for this user to each share
- be sure to configure the share, not the folder permissions
Anchor |
---|
| installation-2 |
---|
| installation-2 |
---|
|
5.2.3.3 InstallationOn each FileFly LinkConnect Server machine:
- Add the user created above to the local 'Administrators' group
- Assign the 'Log on as a service' privilege to this user
- Run the DataCore FileFly LinkConnect Server.exe
- Follow the prompts to complete the installation
- Follow the instructions to activate the installation
- the Servers page will report that the server is unconfigured
Anchor |
---|
| cache-share-creation |
---|
| cache-share-creation |
---|
|
5.2.3.4 Cache Share CreationOn your cache volume (e.g. X:), navigate to X:\1bf8ce99-8c8a-4092-9c98-2b9c850c57a1\shares.
To create each Cache Share:
- Create a new folder with the desired share name
- Right click → Properties → Sharing → Advanced Sharing…
- Tick 'Share this folder'
- Share name must match the folder name exactly (including case)
- Permissions:
- Everyone: Allow 'Read' only
- No other permissions
Anchor |
---|
| service-configuration |
---|
| service-configuration |
---|
|
5.2.3.5 Service ConfigurationOn the Admin Portal 'Servers' page, edit the configuration of the FileFly LinkConnect Server. In the 'Manual Overrides' panel, add the following options:
...
This list of sub-shares can be updated later as more subdirectories are shared. Where MigLink access occurs on unexpected shares, warnings will be written to the LinkConnect agent.log.
Save the configuration and restart the DataCore FileFly Agent service.
Important: Refer to 3.3.1 to ensure that the configuration on this FileFly LinkConnect Server is included in your backup. If the FileFly LinkConnect Server needs to be rebuilt, the secret key will be required to enable previously link-migrated files to be securely accessed.
Anchor |
---|
| dfsn-configuration |
---|
| dfsn-configuration |
---|
|
5.2.3.6 DFSN ConfigurationIf DFSN is to be used (even if not yet using HA), namespaces and folders must be configured as follows:
...
\\server1.example.com\CacheA\1_MwClC_1 |
|
\\server2.example.com\CacheA\1_MwClC_1 | (optional 2nd node) |
Anchor |
---|
| recovery-of-lost-secret-key |
---|
| recovery-of-lost-secret-key |
---|
|
5.2.3.7 Recovery of Lost Secret KeyThe LinkConnect configuration, including the secret key, for each FileFly LinkConnect Server will be synchronized with the FileFly Admin Portal. These details will be part of your Admin Portal configuration backup.
However, in rare cases where the keys have been completely lost and a DataCore FileFly LinkConnect Server needs to be rebuilt, it is possible to temporarily disable the Counterfeit Link Protection (CLP) and re-sign all links with a new key. To enable this behavior, recreate the configuration as above (with a new secret key), and add a line similar to the following:
...
Regular scanning of the configured share mapping will update the links present in all scanned links to use the new key, and any user-generated access to these links will function without verifying the signatures until the configured cutoff time, specified as Zulu Time (GMT). For a large system, it may be necessary to allow several days before the cutoff, to enable key update to complete. Users may continue to access the system during this period.
5.2.4 Usage5.2.4.1 URI formatsmb://{server}/{nas}/{share}/[{path}/]
Where:
...
Example:
smb://link.example.com/winserver.example.com/pub/projects/
Anchor |
---|
| platformref:netappcm |
---|
| platformref:netappcm |
---|
|
5.3 NetApp FilerThis section describes support for NetApp Filers.
Anchor |
---|
| platformref:netappcm:intro |
---|
| platformref:netappcm:intro |
---|
|
5.3.1 Migration SupportMigration support for sources on NetApp Vservers (Storage Virtual Machines) is provided via NetApp FPolicy. This requires the use of a DataCore FileFly FPolicy Server. Client demigrations can be triggered via SMB or NFS client access.
Please note that NetApp Filers currently support FPolicy for Vservers with FlexVol volumes but not Infinite volumes.
When accessed via SMB on a Windows client, NetApp stub files can be identified by the 'O' (Offline) attribute in Explorer. Files with this flag may be displayed with an overlay icon. The icon may vary depending on the version of Windows on the client workstation.
Anchor |
---|
| platformref:netappcm:planning |
---|
| platformref:netappcm:planning |
---|
|
5.3.2 Planning Anchor |
---|
| prerequisites-2 |
---|
| prerequisites-2 |
---|
|
5.3.2.1 Prerequisites- NetApp Filer(s) must be licensed for the particular protocol(s) to be used (FPolicy requires an SMB license)
- A FileFly license that includes an entitlement for FileFly NetApp FPolicy Server
DataCore FileFly FPolicy Servers require EXCLUSIVE use of SMB connections to their associated NetApp Vservers. This means Explorer windows must not be opened, drives must not be mapped, nor should any UNC paths to the filer be accessed from the FileFly FPolicy Server machine. Failure to observe this restriction will result in unpredictable FPolicy disconnections and interrupted service.
When creating a production deployment plan, please refer to 3.5.
Anchor |
---|
| filer-system-requirements |
---|
| filer-system-requirements |
---|
|
5.3.2.2 Filer System RequirementsDataCore FileFly FPolicy Server requires that the Filer is running:
5.3.2.3 NetworkEach FileFly FPolicy Server should have exactly one IP address.
Place the FPolicy Servers on the same subnet and same switch as their corresponding Vservers to minimize latency.
Anchor |
---|
| antivirus-considerations-1 |
---|
| antivirus-considerations-1 |
---|
|
5.3.2.4 Antivirus ConsiderationsEnsure that Windows Defender or any other antivirus product installed on FileFly FPolicy Server machines is configured to omit scanning/screening NetApp shares.
Antivirus access to NetApp files will interfere with the correct operation of the FileFly FPolicy Server software. Antivirus protection should still be provided on client machines and/or the NetApp Vservers themselves as normal.
Anchor |
---|
| X20e8e8a01b4db4c38cabe5eed3b69850cf9f118 |
---|
| X20e8e8a01b4db4c38cabe5eed3b69850cf9f118 |
---|
|
5.3.2.5 High-Availability for FileFly FPolicy ServersIt is strongly recommended to install DataCore FileFly FPolicy Servers in a High-Availability configuration. This configuration requires the installation of DataCore FileFly FPolicy Server on a group of machines which are addressed by a single FQDN. This provides High-Availability for migration and demigration operations on the associated Vservers.
Typically a pair of FileFly FPolicy Servers operating in HA will service all of the Vservers on a NetApp cluster.
Note: The servers that form the High-Availability FileFly FPolicy Server configuration must not be members of a Windows failover cluster.
Anchor |
---|
| dns-configuration |
---|
| dns-configuration |
---|
|
5.3.2.6 DNS ConfigurationAll Active Directory Servers, DataCore FileFly FPolicy Servers, and NetApp Filers, must have both forward and reverse records in DNS.
All hostnames used in Filer and FileFly FPolicy Server configuration must be FQDNs.
Anchor |
---|
| platformref:netappcm:setup |
---|
| platformref:netappcm:setup |
---|
|
5.3.3 Setup Anchor |
---|
| setup-parameters |
---|
| setup-parameters |
---|
|
5.3.3.1 Setup ParametersBefore starting the installation the following parameters must be considered:
- Management Interface IP Address: the address for management access to the Vserver (not to be confused with cluster or node management addresses)
- SMB Privileged User: a domain user for the exclusive use of FPolicy
Anchor |
---|
| preparing-vserver-management-access |
---|
| preparing-vserver-management-access |
---|
|
5.3.3.2 Preparing Vserver Management AccessFor each Vserver, ensure that 'Management Access' is allowed for at least one network interface. Check the network interface in OnCommand System Manager –- if Management Access is not enabled, create a new interface just for Management Access. Note that using the same interface for management and data access may cause firewall problems.
Management authentication may be configured to use either passwords or client certificates. Management connections may be secured via TLS – this is mandatory when using certificate-based authentication.
For password-based authentication:
...
- Create a client certificate with common name <Username>
- Open a command line session to the cluster management address
- Upload the CA Certificate (or the client certificate itself if self-signed):
- security certificate install -type client-ca -vserver <vserver-name>
- Paste the contents of the CA Certificate at the prompt
- Add a user for Application 'ontapi' with Role 'vsadmin'
- security login create -username <Username> -application ontapi -authmethod cert -role vsadmin -vserver <vserver-name>
Anchor |
---|
| configuring-smb-privileged-data-access |
---|
| configuring-smb-privileged-data-access |
---|
|
5.3.3.3 Configuring SMB Privileged Data AccessIf it has not already been created, create the SMB Privileged User on the domain. Each FileFly FPolicy Server will use the same SMB Privileged User for all Vservers that it will manage.
Open a command line session to the cluster management address:
- Create a new local 'Windows' group
- cifs users-and-groups local-group create -group-name <Name> -vserver <vserver fqdn>
- Assign ALL available privileges to the local group
- cifs users-and-groups privilege add-privilege -user-or-group-name <Group Name> -privileges SeTcbPrivilege SeBackupPrivilege SeRestorePrivilege SeTakeOwnershipPrivilege SeSecurityPrivilege SeChangeNotifyPrivilege -vserver <vserver fqdn>
- Add the CIFS Privileged User to this group
- cifs users-and-groups local-group add-members -group-name <Name> -member-names <Domain\User or Group Name> -vserver <vserver fqdn>
- Allow a few minutes for the change to take effect (or FPolicy Server operations may fail with access denied errors)
Anchor |
---|
| installation-3 |
---|
| installation-3 |
---|
|
5.3.3.4 InstallationOn each FileFly FPolicy Server machine:
- Close any SMB sessions open to Vserver(s) before proceeding
- Ensure the SMB Privileged User has the 'Log on as a service' privilege
- Run the DataCore FileFly NetApp FPolicy Server.exe
- Follow the prompts to complete the installation
- Follow the instructions to activate the installation
Anchor |
---|
| Xa5826d89bed98c8d3210418f992afe8db84cb3b |
---|
| Xa5826d89bed98c8d3210418f992afe8db84cb3b |
---|
|
5.3.3.5 Installing 'DataCore FileFly NetApp Cluster-mode Config'- Run the installer: DataCore FileFly NetApp Cluster-mode Config.exe
Anchor |
---|
| configuring-components |
---|
| configuring-components |
---|
|
5.3.3.6 Configuring ComponentsRun DataCore FileFly NetApp Cluster-mode Config.
On the 'FPolicy Config' tab:
...
Once configuration is complete, click Save.
Anchor |
---|
| X14305bfea56d0e695d932ac2a9474a09fde75e6 |
---|
| X14305bfea56d0e695d932ac2a9474a09fde75e6 |
---|
|
5.3.3.7 Apply Configuration to FileFly FPolicy Servers- Ensure the netapp_clustered.cfg file has been copied to the correct location on all FileFly FPolicy Server machines
- C:\Program Files\DataCore FileFly\data\FileFly Agent\netapp_clustered.cfg
- Restart the DataCore FileFly Agent service on each machine
Anchor |
---|
| platformref:netappcm:usage |
---|
| platformref:netappcm:usage |
---|
|
5.3.4 UsageSMB shares that will be used in FileFly Policies must be configured to Hide symbolic links. If a different setting is required for other SMB clients, create a new share at the same location just for FileFly traversal that does hide links. To modify the symlink behavior on a share:
- Open a command line session to the cluster management address
- For each share:
- cifs share modify -share-name <sharename> -symlink-properties hide -vserver <vserver fqdn>
5.3.4.1 URI Formatnetapp://{FPolicy Server}/{NetApp Vserver}/{SMB Share}/[{path}/]
Where:
...
Example:
netapp://fpol-svrs.example.com/vs1.example.com/data/
Anchor |
---|
| platformref:netappcm:snapshotrestore |
---|
| platformref:netappcm:snapshotrestore |
---|
|
5.3.5 Snapshot Restore Anchor |
---|
| volume-restore |
---|
| volume-restore |
---|
|
5.3.5.1 Volume RestoreAfter an entire volume containing stubs is restored from snapshot, a Post-Restore Revalidate Policy must be run, as per the restore procedure described in 3.4.
Anchor |
---|
| individual-stub-restore |
---|
| individual-stub-restore |
---|
|
5.3.5.2 Individual Stub RestoreUsers cannot perform self-service restoration of stubs. However, an administrator may restore specific stubs or sets of stubs from snapshots by following the procedure outlined below. Be sure to provide this procedure to all administrators.
IMPORTANT: The following instructions mandate the use of Robocopy specifically. Other tools, such as Windows Explorer copy or the 'Restore' function in the Previous versions dialog, WILL NOT correctly restore stubs.
To restore one or more stubs from a snapshot-folder like:
\\<filer>\<share>~snapshot\<snapshot-name>\<path>
to a restore folder on the same Filer like:
\\<filer>\<share>\<restore-path>
perform the following steps:
...
IMPORTANT: Until the demigration above is performed, the restored stub(s) may occupy space for the full size of the file.
As with any other FileFly restore procedure, be sure to run a Post-Restore Revalidate Policy across the volume before the next Scrub – see 3.4.
Anchor |
---|
| interoperability-1 |
---|
| interoperability-1 |
---|
|
5.3.6 Interoperability5.3.6.1 NDMP BackupNDMP Backup products require ONTAP 9.2+ for interoperability with FileFly.
5.3.6.2 RobocopyExcept when following the procedure in 5.3.5 Robocopy must not be used with the /b (backup mode) switch when copying FileFly NetApp stubs.
When in backup mode, robocopy attempts to copy stub files as-is rather than demigrating them as they are read. This behavior is not supported.
Note: The /b switch requires Administrator privilege – it is not available to normal users.
Anchor |
---|
| behavioral-notes-1 |
---|
| behavioral-notes-1 |
---|
|
5.3.7 Behavioral Notes Anchor |
---|
| unix-symbolic-links |
---|
| unix-symbolic-links |
---|
|
5.3.7.1 Unix Symbolic LinksUnix Symbolic links (also known as symlinks or softlinks) may be created on a Filer via an NFS mount. Symbolic links will not be seen during FileFly Policy traversal of a NetApp file system (since only shares which hide symbolic links are supported for traversal). If it is intended that a policy should apply to files within a folder referred to by a symbolic link, ensure that the Source encompasses the real location at the link's destination. A Source URI may NOT point to a symbolic link – use the real folder that the link points to instead.
Client-initiated demigrations via symbolic links will operate as expected.
Anchor |
---|
| qtree-and-user-quotas |
---|
| qtree-and-user-quotas |
---|
|
5.3.7.2 QTree and User QuotasNetApp QTree and user quotas are measured in terms of logical file size. Thus, migrating files has no effect on quota usage.
Anchor |
---|
| snapshot-traversal |
---|
| snapshot-traversal |
---|
|
5.3.7.3 Snapshot TraversalFileFly will automatically skip snapshot directories when traversing shares using the netapp scheme.
Anchor |
---|
| skipping-sparse-files |
---|
| skipping-sparse-files |
---|
|
5.3.8 Skipping Sparse FilesIt is often undesirable to migrate files that are highly sparse since sparseness is not preserved by the migration process.
To enable sparse files to be skipped during migration policies, tick 'Settings' → 'Additional Options' → 'Enable sparse file skipping' in FileFly Admin Portal.
Skipping sparse files may then be configured per migration policy.
Anchor |
---|
| advanced-configuration |
---|
| advanced-configuration |
---|
|
5.3.9 Advanced Configuration Anchor |
---|
| alternative-engine-ip-addresses |
---|
| alternative-engine-ip-addresses |
---|
|
5.3.9.1 Alternative Engine IP AddressesAlternative engine IP addresses may be provided on the FileFly NetApp Cluster-mode Config 'Advanced' tab if filer communication is to be performed on a different IP address than that used for Admin Portal to FPolicy Server communication. This allows each node to have two IP addresses. Care must be taken that ALL communication – in both directions – between filer and FileFly FPolicy Server node occurs using the engine address.
Ordinarily, one IP address per server is sufficient. Contact DataCore Support if an advanced network configuration is required.
Anchor |
---|
| cache-first-block |
---|
| cache-first-block |
---|
|
5.3.9.2 Cache First BlockWhen migrating files, the first block of the file may optionally be cached. This allows small reads to file headers to be completed immediately, without accessing secondary storage. By default this feature is disabled. This feature may be enabled on the 'Advanced' tab. The 'Prefix size' field allows the amount cached on disk after a migration to be tuned.
Anchor |
---|
| troubleshooting |
---|
| troubleshooting |
---|
|
5.3.10 Troubleshooting Anchor |
---|
| troubleshooting-management-login |
---|
| troubleshooting-management-login |
---|
|
5.3.10.1 Troubleshooting Management Login- Open a command line session to the cluster management address
- security login show -vserver <vserver-name>
- There should be an entry for the expected user for application 'ontapi' with role 'vsadmin'
Anchor |
---|
| troubleshooting-tls-management-access |
---|
| troubleshooting-tls-management-access |
---|
|
5.3.10.2 Troubleshooting TLS Management Access- Open a command line session to the cluster management address
- vserver context -vserver <vserver-name>
- security certificate show
- There should be a 'server' certificate for the Vserver management FQDN (NOT the bare hostname)
- If using certificate-based authentication, there should be a 'client-ca' entry
- security ssl show
- There should be an enabled entry for the Vserver management FQDN (NOT the bare hostname)
Anchor |
---|
| troubleshooting-vserver-configuration |
---|
| troubleshooting-vserver-configuration |
---|
|
5.3.10.3 Troubleshooting Vserver ConfigurationVserver configuration can be validated using DataCore FileFly NetApp Cluster-mode Config.
- Open the netapp_clustered.cfg in FileFly NetApp Cluster-mode Config
- Go to the 'Vservers' tab
- Select a Vserver
- Click Edit…
- Click Verify
Anchor |
---|
| Xe86a179467df297125aa75090c8c16b7eaa40c1 |
---|
| Xe86a179467df297125aa75090c8c16b7eaa40c1 |
---|
|
5.3.10.4 Troubleshooting 'ERR_ADD_PRIVILEGED_SHARE_NOT_FOUND'If the FileFly FPolicy Server reports privileged share not found, there is a misconfiguration or SMB issue. Please attempt the following steps:
- Check all configuration using troubleshooting steps described above
- Ensure the FileFly FPolicy Server has no other SMB sessions to Vservers
- run net use from Windows Command Prompt
- remove all mapped drives
- Reboot the server
- Retry the failed operation
- Check for new errors in agent.log
Anchor |
---|
| platformref:isilon |
---|
| platformref:isilon |
---|
|
5.4 Dell EMC PowerScale OneFSThis section describes FileFly's capabilities when used with OneFS on Dell EMC PowerScale / Isilon platforms.
Anchor |
---|
| link-migration-support-1 |
---|
| link-migration-support-1 |
---|
|
5.4.1 Link-Migration SupportOneFS does not provide an interface for performing FileFly stub-based migration. As an alternative, FileFly provides a link-based migration mechanism via a FileFly LinkConnect Server. See 4.9 for details of the Link-Migrate operation.
Link-Migration works by pairing a OneFS SMB share with a corresponding LinkConnect Cache Share. Typically a top-level share on each OneFS device is mapped to a unique share (or subdivision) on a FileFly LinkConnect Server. Multiple OneFS systems may use shares/subdivisions on the same FileFly LinkConnect Server if desired.
Once this configuration is completed, Link-Migrate policies convert files on the source OneFS share to links pointing to the destination files via the LinkConnect Cache Share, according to configured rules.
Link-Migrated files can be identified by the 'O' (Offline) attribute in Explorer. Depending on the version of Windows, files with this flag may be displayed with an overlay icon.
5.4.2 Planning Anchor |
---|
| prerequisites-3 |
---|
| prerequisites-3 |
---|
|
5.4.2.1 Prerequisites- An NTFS Cache Volume of at least 1TB – see 2.2.4
- A FileFly license that includes an entitlement for FileFly LinkConnect Server.
- A supported secondary storage destination (excluding scsp and scspdirect)
When creating a production deployment plan, please refer to 3.5.
Anchor |
---|
| nas-system-requirements |
---|
| nas-system-requirements |
---|
|
5.4.2.2 NAS System Requirements- DataCore FileFly LinkConnect Server requires OneFS version 8.1.2.0 or higher
Anchor |
---|
| client-requirements-1 |
---|
| client-requirements-1 |
---|
|
5.4.2.3 Client RequirementsWindows clients require a supported 64-bit Windows operating system:
...
In order to access link-migrated files, the LinkConnect Client Driver must be installed on each client machine – see 2.3.
5.4.2.4 NetworkPlace the DataCore FileFly LinkConnect Server on the same subnet and same switch as the corresponding OneFS system to minimize latency.
Additionally, the FileFly LinkConnect Server must be joined to the same domain as the OneFS NAS and the Windows client machines.
Anchor |
---|
| antivirus-considerations-2 |
---|
| antivirus-considerations-2 |
---|
|
5.4.2.5 Antivirus ConsiderationsEnsure that Windows Defender or any other antivirus product installed on the FileFly LinkConnect Server is configured to omit scanning/screening on the LinkConnect Cache Volume and any OneFS SMB shares.
Anchor |
---|
| Xbf8a662c70d4c8080ce5871cde840645e66c24c |
---|
| Xbf8a662c70d4c8080ce5871cde840645e66c24c |
---|
|
5.4.2.6 High-Availability for FileFly LinkConnect ServerConsider whether High-Availability (HA) is required in your environment (either now or in the future). If so, LinkConnect Servers must be installed in a DFSN configuration from the outset.
LinkConnect Cache Shares are configured for HA by exposing the share name at the domain level using DFSN. If not using HA, it is possible to use either a simple share on a standalone server, or a share exposed at the domain level using DFSN. The latter is always recommended to allow transition to an HA configuration in the future.
Anchor |
---|
| regular-maintenance-activity-1 |
---|
| regular-maintenance-activity-1 |
---|
|
5.4.2.7 Regular Maintenance ActivityEach configured MigLink source will be periodically scanned to perform maintenance tasks such as MigLink ACL propagation and Link Deletion Monitoring (see below).
In an HA configuration, this scanning activity will be performed by a single caretaker node, as can be seen on the Admin Portal Servers page. A standalone FileFly LinkConnect Server always performs the caretaker role.
Anchor |
---|
| link-deletion-monitoring-1 |
---|
| link-deletion-monitoring-1 |
---|
|
5.4.2.8 Link Deletion MonitoringSimilarly to the Stub Deletion Monitoring feature provided by DataCore FileFly Agents on Windows, Link Deletion Monitoring (LDM) identifies secondary storage files that are no longer referenced in order to facilitate recovery of storage space by Scrub Policies. This feature extends not only to MigLinks that are demigrated or directly deleted by the user, but also to other cases such as overwriting a MigLink or renaming a different file over the top of a MigLink.
Unlike SDM, LDM requires a number of maintenance scans to determine that a given secondary storage file is no longer referenced. It should be noted that interrupting the maintenance process (e.g. by restarting the caretaker node or transitioning the caretaker role) will delay the detection of unreferenced secondary storage. For optimal and timely storage space recovery, ensure that LinkConnect Servers can run uninterrupted for extended periods.
Warning: in order to avoid LDM incorrectly identifying files as deleted – leading to unwanted data loss during Scrub – it is critical to ensure that users cannot move/rename MigLinks out of the scanned portion of the directory tree within the filesystem. This can be achieved by always creating the share used for your 'miglinkSource' at the root of the filesystem. An additional share may be created solely for this purpose.
To utilize LDM, it must first be enabled on a per-share basis.
5.4.3 Setup Anchor |
---|
| create-a-linkconnect-user-1 |
---|
| create-a-linkconnect-user-1 |
---|
|
5.4.3.1 Create a LinkConnect UserProvision a user on the Windows domain for the exclusive use of your LinkConnect service(s). This user does not need to be a member of Domain Admins.
Anchor |
---|
| configure-onefs |
---|
| configure-onefs |
---|
|
5.4.3.2 Configure OneFSUsing the OneFS Storage Administration web console:
- Navigate to Access → Membership & Roles → Roles
- Edit the BackupAdmin role
- add the LinkConnect user to this role
- Navigate to Protocols → Windows Sharing (SMB) → SMB Shares
- Edit the share to be paired with a LinkConnect Cache Share
- Add the LinkConnect user as a new member
- Specify 'Run as root' permission
- Move the new member to the top of the members list
Anchor |
---|
| installation-4 |
---|
| installation-4 |
---|
|
5.4.3.3 InstallationOn each FileFly LinkConnect Server machine:
- Add the user created above to the local 'Administrators' group
- Assign the 'Log on as a service' privilege to this user
- Run the DataCore FileFly LinkConnect Server.exe
- Follow the prompts to complete the installation
- Follow the instructions to activate the installation
- the Servers page will report that the server is unconfigured
Anchor |
---|
| cache-share-creation-1 |
---|
| cache-share-creation-1 |
---|
|
5.4.3.4 Cache Share CreationOn your cache volume (e.g. X:), navigate to X:\1bf8ce99-8c8a-4092-9c98-2b9c850c57a1\shares.
To create each Cache Share:
- Create a new folder with the desired share name
- Right click → Properties → Sharing → Advanced Sharing…
- Tick 'Share this folder'
- Share name must match the folder name exactly (including case)
- Permissions:
- Everyone: Allow 'Read' only
- No other permissions
Anchor |
---|
| service-configuration-1 |
---|
| service-configuration-1 |
---|
|
5.4.3.5 Service ConfigurationOn the Admin Portal 'Servers' page, edit the configuration of the FileFly LinkConnect Server. In the 'Manual Overrides' panel, add the following options:
...
This list of sub-shares can be updated later as more subdirectories are shared. Where MigLink access occurs on unexpected shares, warnings will be written to the LinkConnect agent.log.
Save the configuration and restart the DataCore FileFly Agent service.
Important: Refer to 3.3.1 to ensure that the configuration on this FileFly LinkConnect Server is included in your backup. If the FileFly LinkConnect Server needs to be rebuilt, the secret key will be required to enable previously link-migrated files to be securely accessed.
Anchor |
---|
| dfsn-configuration-1 |
---|
| dfsn-configuration-1 |
---|
|
5.4.3.6 DFSN ConfigurationIf DFSN is to be used (even if not yet using HA), namespaces and folders must be configured as follows:
...
\\server1.example.com\CacheA\1_MwClC_1 |
|
\\server2.example.com\CacheA\1_MwClC_1 | (optional 2nd node) |
Anchor |
---|
| recovery-of-lost-secret-key-1 |
---|
| recovery-of-lost-secret-key-1 |
---|
|
5.4.3.7 Recovery of Lost Secret KeyThe LinkConnect configuration, including the secret key, for each FileFly LinkConnect Server will be synchronized with the FileFly Admin Portal. These details will be part of your Admin Portal configuration backup.
However, in rare cases where the keys have been completely lost and a DataCore FileFly LinkConnect Server needs to be rebuilt, it is possible to temporarily disable the Counterfeit Link Protection (CLP) and re-sign all links with a new key. To enable this behavior, recreate the configuration as above (with a new secret key), and add a line similar to the following:
...
Regular scanning of the configured share mapping will update the links present in all scanned links to use the new key, and any user-generated access to these links will function without verifying the signatures until the configured cutoff time, specified as Zulu Time (GMT). For a large system, it may be necessary to allow several days before the cutoff, to enable key update to complete. Users may continue to access the system during this period.
5.4.4 Usage5.4.4.1 URI formatsmb://{server}/{nas}/{share}/[{path}/]
Where:
...
Example:
smb://link.example.com/onefs.example.com/pub/projects/
Anchor |
---|
| platformref:scsp |
---|
| platformref:scsp |
---|
|
5.5 DataCore Swarm Anchor |
---|
| platformref:scsp:intro |
---|
| platformref:scsp:intro |
---|
|
5.5.1 IntroductionDataCore Swarm provides a multi-tenanted object storage platform built upon Swarm storage nodes. Swarm may be used as a migration destination only.
Swarm (SCSP) traffic may optionally be encrypted in transit with TLS. Additionally, the plugin can employ client-side encryption to protect migrated data at rest.
Anchor |
---|
| platformref:scsp:planning |
---|
| platformref:scsp:planning |
---|
|
5.5.2 PlanningBefore proceeding with the installation, the following will be required:
- Cloud Gateway 3.0.0 or above
- Swarm 8 or above
- a license that includes an entitlement for Swarm
Anchor |
---|
| policy-limitations |
---|
| policy-limitations |
---|
|
5.5.2.1 Policy LimitationsThe following Policy limitations apply to this scheme:
- it may not be used as a Link-Migration destination
- it may not be used as the new destination for Change Destination Tier policies
- it may not be used as the new destination for Retarget Destination policies
5.5.2.2 FirewallThe TCP port used to access the Swarm Content Gateway via HTTP or HTTPS must be allowed by any firewalls between the DataCore FileFly Gateway and the Swarm endpoint. For further information regarding firewall configuration see 8.
Anchor |
---|
| named-and-unnamed-objects |
---|
| named-and-unnamed-objects |
---|
|
5.5.2.3 Named and Unnamed ObjectsSwarm domain names used with FileFly must be valid FQDNs which resolve to one or more Content Gateway endpoints.
Migrated files may be stored as either unnamed objects (accessed by UUID), or as named objects residing in a bucket. Bucket creation must be performed ahead of time, prior to configuring FileFly.
5.5.2.4 CertificateIn order to utilize an HTTPS endpoint, the endpoint's Root CA certificate must be trusted by the relevant FileFly components. In most cases the Root CA will already be trusted as a pre-installed public root or enterprise-deployed CA. Where this is not the case, install the Root CA (or self-signed certificate) in the Local Computer Trusted Root Certification Authorities store on each Gateway and the Admin Portal machine.
Anchor |
---|
| authentication |
---|
| authentication |
---|
|
5.5.2.5 AuthenticationWhen using buckets, it is a requirement that the configured credentials for accessing the bucket are also permitted to perform HEAD requests at the root of the domain in order to obtain domain information. This must be considered when provisioning buckets.
Anchor |
---|
| platformref:scsp:scsp-config |
---|
| platformref:scsp:scsp-config |
---|
|
5.5.3 UsageIn DataCore FileFly Admin Portal, navigate to the 'Servers' page and configure the Server on which the plugin will be enabled. In the 'Configuration' panel, select the plugin from the 'Enabled Plugins' or 'Available Plugins' list as appropriate.
Configure the plugin to specify options such as proxy and encryption, as well as Domain credentials. Swarm Destinations require an index to be created prior to use. Once credentials have been supplied, click Create new index to create a new index and corresponding migration Destination.
Additional indexes can be added at a later date to further subdivide storage if required. Multiple migration destinations may be created in the same bucket by specifying different partition names.
Important: Each FileFly Admin Portal must have its own destination indexes; DO NOT share indexes across multiple FileFly implementations.
Anchor |
---|
| metadata-options |
---|
| metadata-options |
---|
|
5.5.3.1 Metadata OptionsEnable 'Include metadata headers' to store per-file HTTP metadata with the destination objects, such as original filename and location, content-type, owner and timestamps – see 5.5.6 for details.
Also enable 'Include Content-Disposition' to include original filename for use when downloading the target objects directly using a web browser.
5.5.4 Legacy URIsURIs created on previous versions of FileFly using the cloudscaler scheme will continue to function as expected. Existing destinations should NOT be updated to use the scsp scheme. The cloudscaler scheme is simply an alias for the scsp scheme.
Anchor |
---|
| platformref:scsp:dr |
---|
| platformref:scsp:dr |
---|
|
5.5.5 Disaster Recovery ConsiderationsDuring migration, each newly migrated file is recorded in the corresponding index. The index may be used in disaster scenarios where:
...
Index performance is optimized for migrations and demigrations, not for Create Recovery File from Destination policies.
Create Recovery File from Source policies are the recommended means to obtain a Recovery file for restoring stubs. This method provides better performance and the most up-to-date stub location information.
It is recommended to regularly run Create Recovery File from Source policies following Migration policies.
Anchor |
---|
| platformref:scsp:headers |
---|
| platformref:scsp:headers |
---|
|
5.5.6 Swarm Metadata HeadersThe following metadata fields are supported:
...
Note: Timestamps may be omitted if the source file timestamps are not set.
Non-ASCII characters will be be stored using RFC2047 encoding, as described in the Swarm documentation. Swarm will decode these values prior to indexing in Elasticsearch.
Anchor |
---|
| platformref:scspdirect |
---|
| platformref:scspdirect |
---|
|
5.6 DataCore Swarm (Direct Node Access) Anchor |
---|
| platformref:scspdirect:intro |
---|
| platformref:scspdirect:intro |
---|
|
5.6.1 IntroductionThe scspdirect scheme should only be used when accessing Swarm storage nodes directly. Swarm may be used as a migration destination only.
Swarm (SCSP) traffic is not encrypted in transit when using this scheme. Optionally, the plugin can employ client-side encryption to protect migrated data at rest.
Normally, Swarm will be accessed via a Swarm Content Gateway, in which case the scsp scheme must be used instead, see 5.5.
Anchor |
---|
| platformref:scspdirect:planning |
---|
| platformref:scspdirect:planning |
---|
|
5.6.2 PlanningBefore proceeding with the installation, the following will be required:
- Swarm 8 or above
- a license that includes an entitlement for Swarm
Anchor |
---|
| policy-limitations-1 |
---|
| policy-limitations-1 |
---|
|
5.6.2.1 Policy LimitationsThe following Policy limitations apply to this scheme:
- it may not be used as a Link-Migration destination
- it may not be used as the new destination for Change Destination Tier policies
- it may not be used as the new destination for Retarget Destination policies
5.6.2.2 FirewallThe Swarm storage node port must be allowed by any firewalls between the DataCore FileFly Gateway and the Swarm storage nodes. For further information regarding firewall configuration see B.
Anchor |
---|
| domains-and-endpoints |
---|
| domains-and-endpoints |
---|
|
5.6.2.3 Domains and EndpointsSwarm storage locations are accessed via a configured endpoint FQDN. Add several Swarm storage node IP addresses to DNS under a single endpoint FQDN (4-8 addresses are recommended). If Swarm domains are in use, the FQDN must be the name of the domain in which the FileFly data will be stored. If domains are NOT in use (i.e. data will be stored in the default cluster domain), it is strongly recommended that the FQDN be the name of the cluster for best Swarm performance.
When using multiple Swarm domains, ensure that each domain FQDN is added to DNS as described above.
Anchor |
---|
| named-and-unnamed-objects-1 |
---|
| named-and-unnamed-objects-1 |
---|
|
5.6.2.4 Named and Unnamed ObjectsMigrated files may be stored as either unnamed objects (accessed by UUID), or as named objects residing in a bucket. Bucket creation must be performed ahead of time, prior to configuring FileFly.
Anchor |
---|
| platformref:scspdirect:scspdirect-config |
---|
| platformref:scspdirect:scspdirect-config |
---|
|
5.6.3 UsageIn DataCore FileFly Admin Portal, navigate to the 'Servers' page and configure the Server on which the plugin will be enabled. In the 'Configuration' panel, select the plugin from the 'Enabled Plugins' or 'Available Plugins' list as appropriate.
Configure the plugin to specify options and encryption settings. Swarm Destinations require an index to be created prior to use: click Create new index to create a new index and corresponding migration Destination.
Additional indexes can be added at a later date to further subdivide storage if required. Multiple migration destinations may be created in the same bucket by specifying different partition names.
Important: Each FileFly Admin Portal must have its own destination indexes; DO NOT share indexes across multiple FileFly implementations.
Anchor |
---|
| metadata-options-1 |
---|
| metadata-options-1 |
---|
|
5.6.3.1 Metadata OptionsEnable 'Include metadata headers' to store per-file HTTP metadata with the destination objects, such as original filename and location, content-type, owner and timestamps – see 5.5.6 for details.
Also enable 'Include Content-Disposition' to include original filename for use when downloading the target objects directly using a web browser.
Anchor |
---|
| legacy-uris-1 |
---|
| legacy-uris-1 |
---|
|
5.6.4 Legacy URIsURIs created on previous versions of FileFly using the swarm scheme will continue to function as expected. Existing destinations should NOT be updated to use the scspdirect scheme. The swarm scheme is simply an alias for the scspdirect scheme.
Anchor |
---|
| disaster-recovery-considerations |
---|
| disaster-recovery-considerations |
---|
|
5.6.5 Disaster Recovery ConsiderationsRefer to 5.5.5.
Anchor |
---|
| platformref:s3 |
---|
| platformref:s3 |
---|
|
5.7 Amazon S3 Anchor |
---|
| platformref:s3:intro |
---|
| platformref:s3:intro |
---|
|
5.7.1 IntroductionAmazon S3 may be used as a migration destination only.
S3 traffic is encrypted in transit with TLS. Additionally, the plugin can employ client-side encryption to protect migrated data at rest.
This section strictly pertains to Amazon S3.
Anchor |
---|
| platformref:s3:planning |
---|
| platformref:s3:planning |
---|
|
5.7.2 PlanningBefore proceeding with the installation, the following will be required:
...
Dedicated buckets – without versioning enabled – should be used for FileFly migration data. However, do not create any S3 buckets at this stage.
5.7.2.1 FirewallThe HTTPS port (TCP port 443) must be allowed by any firewalls between the DataCore FileFly Gateway and the Internet.
Anchor |
---|
| platformref:s3:s3-config |
---|
| platformref:s3:s3-config |
---|
|
5.7.3 UsageIn DataCore FileFly Admin Portal, navigate to the 'Servers' page and configure the Server on which the plugin will be enabled. In the 'Configuration' panel, select the plugin from the 'Enabled Plugins' or 'Available Plugins' list as appropriate.
Configure the plugin to specify options such as proxy and encryption, as well as S3 account credentials. Once credentials have been supplied, click on the manage buckets icon to create buckets and edit bucket-specific settings.
When configuration is complete, click the create migration destination icon next to the desired bucket.
Partitions may be used to subdivide a bucket into multiple migration destinations. A greater number of smaller migration destinations may be helpful in a recovery scenario where destinations can be recovered in order of priority.
Anchor |
---|
| transfer-acceleration |
---|
| transfer-acceleration |
---|
|
5.7.3.1 Transfer AccelerationTransfer acceleration allows data to be uploaded via the fastest data center for your location, regardless of the actual location of the bucket.
This per-bucket option provides a way to upload data to a bucket in a remote AWS region while minimizing the adverse effects on migration policies that would otherwise be caused by the correspondingly higher latency of using the remote region.
Additional AWS charges may apply for using transfer acceleration at upload time, but for archived data these initial charges may be significantly outweighed by reduced storage costs in the target region. For further details, please consult AWS pricing.
Anchor |
---|
| infrequent-access-storage-class |
---|
| infrequent-access-storage-class |
---|
|
5.7.3.2 Infrequent Access Storage ClassThis per-bucket option allows eligible files to be uploaded directly into Infrequent Access Storage (STANDARD_IA) instead of the Standard storage class. This can dramatically reduce costs for infrequently accessed data.
Please consult AWS pricing for further details.
Anchor |
---|
| migration-layout |
---|
| migration-layout |
---|
|
5.7.3.3 Migration LayoutBy default, migrated data is stored in Standard migration layout within the object store. Standard layout supports encryption at rest.
Alternatively, migrated data may be stored in a manner that preserves original filename information. This layout does not support encryption, and is subject to limitations such as path/filename length imposed by the object store. This option is useful in specific circumstances where data at a migration destination must be read directly by other applications. Files are stored under <bucket>/<partition>/FILES. FileFly-specific metadata is stored under <bucket>/<partition>/HDR and should not be made accessible to other applications.
Anchor |
---|
| platformref:s3:ingestfields |
---|
| platformref:s3:ingestfields |
---|
|
5.7.4 Extended Metadata FieldsExtended metadata fields are written when the 'Migrate with original filenames' option is selected for a migration destination bucket.
...
- headers will be sent in UTF-8 using RFC2047 encoding as necessary to unambiguously represent the original metadata values (in accordance with the HTTP/1.1 specification – see RFC2616/2.2)
- due to Amazon-specific limitations, sequences of adjacent whitespace within x-amz-meta-orig-name may be returned as a single space by some client software
- all timestamps are stored as UTC in RFC3339 format
Anchor |
---|
| platformref:s3generic |
---|
| platformref:s3generic |
---|
|
5.8 Generic S3 Endpoint Anchor |
---|
| platformref:s3generic:intro |
---|
| platformref:s3generic:intro |
---|
|
5.8.1 IntroductionOther generic or third-party storage devices and services that support the Amazon S3 protocol may be addressed using the 'Generic S3 Endpoint' feature. Such endpoints may be used as migration destinations only.
S3 traffic may optionally be encrypted in transit with TLS. Additionally, the plugin can employ client-side encryption to protect migrated data at rest.
Anchor |
---|
| platformref:s3generic:planning |
---|
| platformref:s3generic:planning |
---|
|
5.8.2 PlanningImportant: Prior to production deployment, please confirm with DataCore that the chosen device or service has been certified for compatibility to ensure that it will be covered by your support agreement.
Prerequisites:
...
Dedicated buckets – without versioning enabled – should be used for FileFly migration data. However, do not create any S3 buckets at this stage.
5.8.2.1 FirewallThe S3 port must be allowed by any firewalls between the DataCore FileFly Gateway and the storage endpoint.
Anchor |
---|
| certificate-1 |
---|
| certificate-1 |
---|
|
5.8.2.2 CertificateIn order to utilize an HTTPS endpoint, the endpoint's Root CA certificate must be trusted by the relevant FileFly components. In most cases the Root CA will already be trusted as a pre-installed public root or enterprise-deployed CA. Where this is not the case, install the Root CA (or self-signed certificate) in the Local Computer Trusted Root Certification Authorities store on each Gateway and the Admin Portal machine.
Anchor |
---|
| platformref:s3generic:s3-config |
---|
| platformref:s3generic:s3-config |
---|
|
5.8.3 UsageIn DataCore FileFly Admin Portal, navigate to the 'Servers' page and configure the Server on which the plugin will be enabled. In the 'Configuration' panel, select the plugin from the 'Enabled Plugins' or 'Available Plugins' list as appropriate.
Configure the plugin to specify options such as proxy and encryption, as well as S3 account credentials. Once credentials have been supplied, click on the manage buckets icon to create buckets and edit bucket-specific settings.
When configuration is complete, click the create migration destination icon next to the desired bucket.
Partitions may be used to subdivide a bucket into multiple migration destinations. A greater number of smaller migration destinations may be helpful in a recovery scenario where destinations can be recovered in order of priority.
Anchor |
---|
| omit-iso-date-from-path |
---|
| omit-iso-date-from-path |
---|
|
5.8.3.1 Omit ISO date from pathNormally, when FileFly migrates a file to S3, a timestamp is included in each resulting S3 object key (name). Amazon S3 implements a flat, uniform keyspace – there is no concept of a directory structure within an Amazon storage bucket. However, some S3-compatible devices map the keyspace to an underlying directory structure or other non-uniform or hierarchical namespace. On such systems, the inclusion of the timestamp may result in excessive directory creation which may adversely impact performance and/or resource consumption. For such devices, use the 'Omit ISO date from path' option to omit the timestamp.
Anchor |
---|
| virtual-host-access |
---|
| virtual-host-access |
---|
|
5.8.3.2 Virtual Host AccessThe S3 protocol supports a virtual-host-style bucket access method, for example https://bucket.s3.example.com rather than only https://s3.example.com/bucket. This facilitates connecting to a node in the correct region for the bucket, rather than requiring a redirect.
Generally the 'Use Virtual Host Access' option should be enabled (the default) to ensure optimal performance and correct operation. However, if the generic S3 endpoint in question does not support this feature at all, Virtual Host Access may be disabled.
Note: When using Virtual Host Access in conjunction with HTTPS (recommended) it is important to ensure that the endpoint's TLS certificate has been created correctly. For example, if the endpoint FQDN is s3.example.com, the certificate must contain Subject Alternative Names (SANs) for both s3.example.com and *.s3.example.com.
Anchor |
---|
| migration-layout-1 |
---|
| migration-layout-1 |
---|
|
5.8.3.3 Migration LayoutBy default, migrated data is stored in Standard migration layout within the object store. Standard layout supports encryption at rest.
Alternatively, migrated data may be stored in a manner that preserves original filename information. This layout does not support encryption, and is subject to limitations such as path/filename length imposed by the object store. This option is useful in specific circumstances where data at a migration destination must be read directly by other applications. Files are stored under <bucket>/<partition>/FILES. FileFly-specific metadata is stored under <bucket>/<partition>/HDR and should not be made accessible to other applications.
Anchor |
---|
| extended-metadata-fields |
---|
| extended-metadata-fields |
---|
|
5.8.4 Extended Metadata FieldsPlease refer to 5.7.4 for S3 metadata field details.
Anchor |
---|
| platformref:azure |
---|
| platformref:azure |
---|
|
5.9 Microsoft Azure Storage Anchor |
---|
| platformref:azure:intro |
---|
| platformref:azure:intro |
---|
|
5.9.1 IntroductionMicrosoft Azure may be used as a migration destination only.
Azure traffic is encrypted in transit with TLS. Additionally, the plugin can employ client-side encryption to protect migrated data at rest.
Anchor |
---|
| platformref:azure:planning |
---|
| platformref:azure:planning |
---|
|
5.9.2 PlanningBefore proceeding with the installation, the following will be required:
- a Microsoft Azure Account
- a Storage Account within Azure – both General Purpose and Blob Storage (with Hot and Cool access tiers) account types are supported
- a FileFly license that includes an entitlement for Microsoft Azure
5.9.2.1 FirewallThe HTTPS port (TCP port 443) must be allowed by any firewalls between the DataCore FileFly Gateway and the Internet.
Anchor |
---|
| platformref:azure:azure-config |
---|
| platformref:azure:azure-config |
---|
|
5.9.3 UsageIn DataCore FileFly Admin Portal, navigate to the 'Servers' page and configure the Server on which the plugin will be enabled. In the 'Configuration' panel, select the plugin from the 'Enabled Plugins' or 'Available Plugins' list as appropriate.
Configure the plugin to specify options such as proxy and encryption, as well as Azure Storage Accounts. Once credentials have been supplied, click on the manage containers icon to create and view containers.
When configuration is complete, click the create migration destination icon next to the desired container.
Anchor |
---|
| advanced-encryption-options |
---|
| advanced-encryption-options |
---|
|
5.9.3.1 Advanced Encryption OptionsThe 'Allow unencrypted filenames' option greatly increases performance when creating Recovery files from an Azure Destination. This is facilitated by recording stub filenames in Azure metadata in unencrypted form, even when encryption at rest is enabled.
Anchor |
---|
| platformref:google |
---|
| platformref:google |
---|
|
5.10 Google Cloud Storage Anchor |
---|
| platformref:google:intro |
---|
| platformref:google:intro |
---|
|
5.10.1 IntroductionGoogle Cloud Storage is used only as a migration destination with FileFly.
Google Cloud Storage traffic is encrypted in transit with TLS. Additionally, the plugin can employ client-side encryption to protect migrated data at rest.
Anchor |
---|
| platformref:google:planning |
---|
| platformref:google:planning |
---|
|
5.10.2 PlanningBefore proceeding with the installation, the following will be required:
- a Google Account
- a FileFly license that includes an entitlement for Google Cloud Storage
5.10.2.1 FirewallThe HTTPS port (TCP port 443) must be allowed by any firewalls between the DataCore FileFly Gateway and the Internet.
Anchor |
---|
| storage-bucket-preparation |
---|
| storage-bucket-preparation |
---|
|
5.10.3 Storage Bucket PreparationUsing the Google Cloud Platform web console, create a new Service Account in the desired project for the exclusive use of FileFly. Create a P12 format private key for this Service Account. Record the Service Account ID and store the downloaded private key file securely for use in later steps.
Create a Storage Bucket exclusively for FileFly data.
For FileFly use, bucket names must:
...
Edit the bucket's permissions to add the new Service Account as a member with the 'Storage Object Admin' role.
Anchor |
---|
| platformref:google:google-config |
---|
| platformref:google:google-config |
---|
|
5.10.4 UsageIn DataCore FileFly Admin Portal, navigate to the 'Servers' page and configure the Server on which the plugin will be enabled. In the 'Configuration' panel, select the plugin from the 'Enabled Plugins' or 'Available Plugins' list as appropriate.
Configure the plugin to specify options such as proxy and encryption, as well as Google Storage Accounts. Once credentials have been supplied, click on the manage buckets icon to register previously created buckets.
When configuration is complete, click the create migration destination icon next to the desired bucket.
6 Disaster Recovery6.1 IntroductionThe FileFly DrTool application allows for the recovery of files where normal backup and restore procedures have failed. Storage backup recommendations and considerations are covered in 3.4.
It is recommended to regularly run a 'Create Recovery File From Source' Policy to generate an up-to-date list of source–destination mappings.
FileFly DrTool is installed as part of DataCore FileFly Tools.
Note: Community Edition licenses do not include FileFly DrTool functionality.
Anchor |
---|
| recovery-files |
---|
| recovery-files |
---|
|
6.2 Recovery FilesRecovery files are normally generated by running 'Create Recovery File From Source' Policies in FileFly Admin Portal. To open a file previously generated by FileFly Admin Portal:
...
Older versions of Recovery files may be found via the 'Recovery' page in FileFly Admin Portal.
Anchor |
---|
| drtool:filter |
---|
| drtool:filter |
---|
|
6.3 Filtering ResultsIn FileFly DrTool, click Filter to filter results by source file properties. Filter options are described below.
Note: When a Filter is applied, Save only saves the filtered results.
Anchor |
---|
| scheme-pattern |
---|
| scheme-pattern |
---|
|
6.3.0.1 Scheme PatternIn the 'Scheme Pattern' field, use the name of the Scheme only (e.g. win, not win:// or win://servername ). This field may be left blank to return results for all schemes.
This field matches against the scheme section of a URI:
- {scheme}://{servername}/[{path}]
Anchor |
---|
| server-pattern |
---|
| server-pattern |
---|
|
6.3.0.2 Server PatternIn the 'Server Pattern' field, use the full server name or a wildcard expression.
This field matches against the servername section of a URI:
...
- server65.example.com – will match only the specified server
- *.finance.example.com – will match all servers in the 'finance' subdomain
6.3.0.3 File PatternThe 'File Pattern' field will match either filenames only (and search within all directories), or filenames qualified with directory paths in the same manner as filename patterns in FileFly Admin Portal Rules – see A.
For the purposes of file pattern matching, the top-level directory is considered to be the top level of the entire URI path. This may be different to the top-level of the original Source URI.
Anchor |
---|
| using-the-analyze-button |
---|
| using-the-analyze-button |
---|
|
6.3.0.4 Using the Analyze ButtonAnalyze assists in creating simple filters.
- Click Analyze
- Analyze will display a breakdown by scheme, server and file type
- Select a subset of the results by making a selection in each column
- Click Filter to create a filter based on the selection
Anchor |
---|
| drtool:recover-file |
---|
| drtool:recover-file |
---|
|
6.4 Recovering Files Anchor |
---|
| selected-files |
---|
| selected-files |
---|
|
6.4.0.1 Selected FilesTo recover files interactively:
- Select the results for which files will be recovered
- Click Edit → Recover File…
6.4.0.2 All FilesAll files may be recovered either as a batch process using the command line (see 6.7) or interactively as follows:
...
Note: Missing folders will be recreated as required to contain the recovered files. However, these folders will not have ACLs applied to them so care should be taken when recreating folder structures in sensitive areas.
Anchor |
---|
| recovering-files-to-a-new-location |
---|
| recovering-files-to-a-new-location |
---|
|
6.5 Recovering Files to a New LocationWhen recovering to a new location, always use an up-to-date Recovery file generated by a 'Create Recovery File From Source' Policy.
To rewrite source file URIs to the new location, use the -csu command line option to update the prefix of each URI. Once these URI substitutions have been applied (and checked in the GUI) files may be recovered as previously outlined. The -csu option is further detailed in 6.7.
Important: DO NOT create stubs in a new location and then continue to use the old location. To avoid incorrect reference counts, only one set of stubs should exist at any given time.
Anchor |
---|
| X84033410edeb4443f84f5601b185a6470656262 |
---|
| X84033410edeb4443f84f5601b185a6470656262 |
---|
|
6.6 Updating Sources to Reflect Destination URI ChangeIn FileFly DrTool, source files may be updated to reflect a destination URI change through use of the -cmu command line option – detailed in 6.7.
To apply the destination URI substitution to existing files on the source, select 'Update All Source Files…' from the Edit menu. When given the option, elect to update substituted entries only.
Note: This operation must always be performed using an up-to-date Recovery file generated by a 'Create Recovery File From Source' Policy.
Anchor |
---|
| drtool:recover-file-cmd-line |
---|
| drtool:recover-file-cmd-line |
---|
|
6.7 Using FileFly DrTool from the Command LineImportant: DO NOT create stubs in a new location and then continue to use the old location. To avoid incorrect reference counts, only one set of stubs should exist at any given time.
Use an Administrator command prompt. By default DrTool is located in:
C:\Program Files\DataCore FileFly\AdminTools\DrTool\
Anchor |
---|
| interactive-usage |
---|
| interactive-usage |
---|
|
6.7.0.1 Interactive Usage:DrTool [Recovery file] [extra options]
Opens the FileFly DrTool in interactive (GUI) mode with the desired options and optionally opens a Recovery file.
6.7.0.2 Batch UsageDrTool [<operation> <Recovery file>] [<options>]
Run the FileFly DrTool without a GUI to perform a batch operation on all entries in the input file.
Note: The Recovery file provided as input is usually created by saving (possibly filtered) results to the hard disk from the interactive DrTool GUI.
Anchor |
---|
| command-line-options |
---|
| command-line-options |
---|
|
6.7.0.3 Command Line Options- operation – is either:
- -recoverFiles
- -updateSource
- if combined with -cmu, only matching entries will be updated
- -updateSourceAll
- all entries will be updated, even when -cmu is specified
- if operation is omitted, the GUI will be opened with any supplied options
- Recovery file – the file to open
- options (related to the operation are):
- -csu {from} {to} – to change Source URI prefix, this option can be specified multiple times
- -cmu {from} {to} – to change Migrated URI prefix, this option can be specified multiple times
6.7.0.4 Examples:All the following examples are run from the FileFly DrTool directory.
- DrTool -recoverFiles result.txt – recover all files from the result.txt file
- DrTool -updateSource result.txt -cmu scsp://oldfqdn/ scsp://newfqdn/ – update existing files to point to a new storage location
- DrTool -recoverFiles result.txt -csu win://old1/ win://new1/ -csu win://old2/ win://new2/ -cmu scsp://oldfqdn/ scsp://newfqdn/ – recover files to different servers and update the secondary storage location simultaneously
Anchor |
---|
| drtool:new-query |
---|
| drtool:new-query |
---|
|
6.8 Querying a DestinationWhile it is strongly recommended to obtain Recovery files from a 'Create Recovery File From Source' Policy, where this has been overlooked it is possible to obtain Recovery files from the destination. However, some changes in the source file system, such as renames and deletions, may not be reflected in these results.
Anchor |
---|
| X4ec12c96eb56f4f79e25b19e2a89848df4cc407 |
---|
| X4ec12c96eb56f4f79e25b19e2a89848df4cc407 |
---|
|
6.8.0.1 Querying the Destination from FileFly Admin PortalRun a 'Create Recovery File From Destination' Policy, see 4.10.
Anchor |
---|
| appendix-patterns |
---|
| appendix-patterns |
---|
|
Appendix A Pattern Matching ReferenceThis appendix details the specifics of the pattern-matching syntax for filename and owner patterns used in Rules (see 1.4.1).
Anchor |
---|
| patterns:wildcards |
---|
| patterns:wildcards |
---|
|
A.1 Wildcard PatternsThe following wildcards are accepted:
...
- /*.doc – matches files ending with *.doc directly within the Source URI location, but not within its subdirectories
- public/* – matches all files directly within any directory named 'public'
- public/** – matches all files at any depth within any directory named 'public'
- public/*/.pdf – matches all .pdf files at any depth within any directory named 'public'
- /home/.archived/* – matches the contents of any directory ending with '.archived' directly within the home directory (<Source URI>/home)
- //public/* – matches all files at any depth with any directory named 'public' where the public directory is exactly one level deep within the Source
- ///public/* – matches all files at any depth with any directory named 'public' where the public directory is at least one level deep within the Source
Anchor |
---|
| directory-exclusion-patterns |
---|
| directory-exclusion-patterns |
---|
|
A.1.1 Directory Exclusion PatternsAs shown above, wildcard patterns ending with '/**' match all files in a particular tree.
Directory inclusion and exclusion can also be performed using Subdirectory Filtering (see 1.4.2.1).
Anchor |
---|
| patterns:regex |
---|
| patterns:regex |
---|
|
A.2 Regular ExpressionsMore complex pattern matching can be achieved using regular expressions. Patterns in this format must be enclosed in a pair of '/' characters. e.g. /[a-z].*/
To assist with correctly matching file path components, the '/' character is only matched if used explicitly. Specifically:
...
- /.*/ – all filenames
- /.*\.doc/ – filenames ending with .doc
- /~[w|$].+/ – filenames beginning with ~w or ~$ followed by one or more chars
- /.*\.[0-9]{3}/ – filenames with an extension of three digits
- /public/.+\.html?/ – .htm and .html files directly within any 'public' directory
- /public/(.|/)/ – equivalent to wildcard pattern public/*
- /public/((.|/)+/)index.html/ – equivalent to public/*/index.html
Anchor |
---|
| appendix-network-ports |
---|
| appendix-network-ports |
---|
|
Appendix B Network PortsThe default ports required for FileFly operation are listed below.
Anchor |
---|
| filefly-tools |
---|
| filefly-tools |
---|
|
B.1 FileFly ToolsThe following ports must be free before installing FileFly Tools:
...
Any firewall should be configured to allow incoming and outgoing communication on the above ports.
Anchor |
---|
| X0c3c67a8a7dd40c35f382690a1ff5eaa778a4cb |
---|
| X0c3c67a8a7dd40c35f382690a1ff5eaa778a4cb |
---|
|
B.2 FileFly Agent / FileFly FPolicy Server / FileFly LinkConnect ServerThe following ports must be free before installing FileFly server components:
...
Any firewall should be configured to allow incoming and outgoing communication on the above ports.
B.2.0.1 Other PortsFileFly plugins may require other ports to be opened in any firewalls to access storage devices / services from FileFly Gateway machines.
Please consult specific device or service documentation for further information.
Anchor |
---|
| admin-portal-security-configuration |
---|
| admin-portal-security-configuration |
---|
|
Appendix C Admin Portal Security Configuration Anchor |
---|
| Xdb7666a37848fe15150b0e5575e6f9b917fb64e |
---|
| Xdb7666a37848fe15150b0e5575e6f9b917fb64e |
---|
|
C.1 Updating the Admin Portal TLS CertificateThe webserver TLS certificate may be updated using the following procedure:
...
Important: the new certificate MUST appropriately match the original Admin Portal FQDN specified at install time.
Anchor |
---|
| password-reset |
---|
| password-reset |
---|
|
C.2 Password ResetNormally, the administration password is changed on the 'Settings' page as needed.
However, should the system administrator forget the username or password entirely, the credentials may be reset as follows:
...
Note: If FileFly Admin Portal has been configured to use LDAP for authentication (e.g. to use Active Directory login), then passwords should be changed / reset by the directory administrator – this section applies only to local credentials configured during installation.
Anchor |
---|
| authentication-with-active-directory |
---|
| authentication-with-active-directory |
---|
|
C.3 Authentication with Active DirectoryActive Directory authentication is configured during installation of FileFly Tools.
Anchor |
---|
| service-probe |
---|
| service-probe |
---|
|
Appendix D Service ProbeTo remotely test whether the DataCore FileFly Webapps service is responding, perform an HTTP GET request on the following resource:
https://<serverFQDN>[:<port>]/ffap/probe
For example, to probe with curl:
curl -i -k 'https://server.example.com/ffap/probe'
The service will respond with 200 OK.
Anchor |
---|
| appendix-advanced-columbia |
---|
| appendix-advanced-columbia |
---|
|
Appendix E Advanced FileFly Agent ConfigurationFileFly Agents may be configured on a per-server basis via the Admin Portal 'Servers' page.
When the configuration options are saved, they are pushed to the target server to be loaded on the next service restart. In the case of a cluster, all nodes will receive the same updated configuration.
E.0.0.1 LoggingLog location and rotation options may be adjusted if required. Debug mode may impact performance and should only be enabled following advice from DataCore Support.
Additionally FileFly can be configured to send UDP syslog messages in either RFC5424 or RFC3164 format. Syslog output is not enabled by default.
Anchor |
---|
| stub-deletion-monitoring |
---|
| stub-deletion-monitoring |
---|
|
E.0.0.2 Stub Deletion MonitoringAs described in 5.1.6, on Windows file systems, FileFly can monitor stub deletion events in order to make corresponding secondary storage files eligible for removal using Scrub Policies.
This feature is not enabled by default. It must be enabled on a per-volume basis either by specifying volume GUIDs (preferred) or drive letters. Volume GUIDs may be determined by running the Windows mountvol command or Powershell Get-WmiObject -Class win32_volume. For Windows clustered volumes, the cluster volume must be specified using a volume GUID.
Note: This feature should not be configured to monitor events on backup destination volumes. In particular, some basic backup tools such as Windows Server Backup copy individual files to VHDX backup volumes in a manner which is not supported and so such volumes must not be configured for Stub Deletion Monitoring. Of course, deletions may still be monitored on source data volumes.
Anchor |
---|
| parallelization-tuning |
---|
| parallelization-tuning |
---|
|
E.0.0.3 Parallelization TuningWhen a Policy is executed on a Source, operations will automatically be executed in parallel. Parallelization parameters may be tuned for each Server if necessary.
Anchor |
---|
| deny-demigrations |
---|
| deny-demigrations |
---|
|
E.0.0.4 Deny DemigrationsApplications may be denied the right to demigrate stubs. Such an application – specified either by application binary name or full path – will be unable to access a stub and demigrate the file contents (an error will be returned to the application instead).
Note: Only local applications (applications running directly on the file server) may be blocked.
Anchor |
---|
| enabled-available-plugins |
---|
| enabled-available-plugins |
---|
|
E.0.0.5 Enabled / Available PluginsStorage plugins may be configured and enabled as necessary for each server. For plugin-specific details, refer to the appropriate section of 5.
Anchor |
---|
| manual-overrides |
---|
| manual-overrides |
---|
|
E.0.0.6 Manual OverridesAdditional options may be manually entered as specified elsewhere by the product documentation or under the direction of a FileFly support engineer.
Anchor |
---|
| upload-configuration |
---|
| upload-configuration |
---|
|
E.0.0.7 Upload ConfigurationUnder some circumstances it may be necessary to upload a configuration file under the direction of a FileFly support engineer. The configuration for this server will be REPLACED in its entirety.
Anchor |
---|
| appendix-troubleshooting |
---|
| appendix-troubleshooting |
---|
|
Appendix F TroubleshootingBefore contacting DataCore Support, please review log files for error messages.
Anchor |
---|
| appendix-troubleshooting:logs |
---|
| appendix-troubleshooting:logs |
---|
|
F.1 Log Files Anchor |
---|
| admin-portal-logs |
---|
| admin-portal-logs |
---|
|
F.1.0.1 Admin Portal LogsAdmin Portal logs describing each attempted policy operation are accessed through the Recent Tasks panel on the 'Dashboard'. This is the first place to look when investigating a Policy problem.
The FileFly Admin Portal also maintains a 'Global Log' (accessible from the 'Help' page) which summarizes Policy start / stop activity.
For other issues, including failure of user-initiated demigrations, it will often be necessary to consult the FileFly Agent logs on the servers in question.
Anchor |
---|
| server-statistics |
---|
| server-statistics |
---|
|
F.1.0.2 Server StatisticsIn addition to log files, FileFly Admin Portal also provides per-cluster and per-node charts of operation successes and failures on each Server's 'Server Details' page. This includes information about failed demigrates over time which may be useful in conjunction with a Server's log files to troubleshoot user-initiated demigration issues.
Anchor |
---|
| filefly-agent-logs |
---|
| filefly-agent-logs |
---|
|
F.1.0.3 FileFly Agent LogsLocation: C:\Program Files\DataCore FileFly\logs\FileFly Agent
There are two types of FileFly Agent log file. The agent.log contains all FileFly Agent messages, including startup, shutdown, and error information, as well as details of each individual file operation (migrate, demigrate, etc.). Use this log to determine which operations have been performed on which files and to check any errors that may have occurred.
The messages.log contains a subset of the FileFly Agent messages, related to startup, shutdown, critical events and system-wide notifications.
Log messages in both logs are prefixed with a timestamp and thread tag. The thread tag (e.g. <A123>) can be used to distinguish messages from concurrent threads of activity.
Log files are regularly rotated to keep the size of individual log files manageable. Old rotations are compressed as gzip (.gz) files, and can be read using many common tools such as 7-zip, WinZip, or zless. To adjust logging parameters, including how much storage to allow for log files before removing old rotations, see E.
Log information for operations performed as the result of an Admin Portal Policy will also be available via the web interface.
F.1.0.4 DrTool LogsLocation: C:\Program Files\DataCore FileFly\logs\DrTool
FileFly DrTool operations such as recovering files are logged in this location. FileFly DrTool will provide the exact name of the log file in the interface.
Anchor |
---|
| interpreting-errors |
---|
| interpreting-errors |
---|
|
F.2 Interpreting ErrorsLogged errors are typically recorded in an 'error tree' format which enables user-diagnosis of errors / issues in the environment or configuration, as well as providing sufficient detail for further investigation by support engineers if necessary.
Error trees are structured to show WHAT failed, and WHY, at various levels of detail. This section provides a rough guide to extracting the salient features from an error tree.
Each numbered line consists of the following fields:
...
As can be seen in the example below, most lines only have a WHAT component, as the reason is further explained by the following line.
Anchor |
---|
| a-simple-error |
---|
| a-simple-error |
---|
|
F.2.0.1 A Simple ErrorERROR demigrate win://server.test/G/source/data.dat [0] ERR_DMAGENT_DEMIGRATE_FAILED [] [] [1] ERR_DMMIGRATESUPPORTWIN_DEMIGRATE_FAILED [] [] [2] ERR_DMAGENT_DEMIGRATEIMP_FAILED [] [] [3] ERR_DMAGENT_COPYDATA_FAILED [] [] [4] ERR_DMSTREAMWIN_WRITE_FAILED [ERR_ADD_DISK_FULL] [112: There is not enough space on the disk (or a quota has been reached).]
To expand the error above into English:
...
So, G: drive on server.test is full (or a quota has been reached).
Anchor |
---|
| errors-with-multiple-branches |
---|
| errors-with-multiple-branches |
---|
|
F.2.0.2 Errors with Multiple BranchesSome errors result in further action being taken which may itself fail. Errors with multiple branches are used to convey this to the administrator. Consider an error with the following structure:
[0] ERR... [1] ERR... [2] ERR... [3] ERR... [4] ERR... [5] ERR... [6] ERR... [3] ERR... [4] ERR... [5] ERR...
Whatever ultimately went wrong in line 6 caused the operation in question to fail. However, the function at line 2 chose to take further action following the error – possibly to recover from the original error or simply to clean up after it. This action also failed, the details of which are given by the additional errors in lines 3, 4 and 5 at the end.
Anchor |
---|
| check-the-last-line-first |
---|
| check-the-last-line-first |
---|
|
F.2.0.3 Check the Last Line FirstFor many errors, the most salient details are to be found in the last line of the error tree (or the last line of the first branch of the error tree). Consider the following last line:
[11] ERR_DMSOCKETUTIL_GETROUNDROBINCONNECTEDSOCKET_FAILED [ERR_ADD_COUL D_NOT_RESOLVE_HOSTNAME] [host was [svr1279.example.com]]
It is fairly clear that this error represents a failure to resolve the server hostname svr1279.example.com. As with any other software, the administrator's next steps will include checking the spelling of the DNS name, the server's DNS configuration and whether the hostname is indeed present in DNS.
Anchor |
---|
| contacting-support |
---|
| contacting-support |
---|
|
F.3 Contacting SupportIf an issue cannot be resolved after reviewing the logs, contact DataCore Support at: https://support.datacore.com/swarm
Include the following information in any support request (where possible):
- DataCore FileFly version
- Swarm version
- A description of the issue – be sure to include:
- how long the issue has been present
- how regularly the issue occurs
- any changes made to the environment or configuration
- any specific circumstances which trigger the issue
- does the issue occur for a particular file and/or server?
- Operating System(s)
- Saved system info (.NFO) from msinfo32.exe
- Plugins in use
- Source and Destination URIs
- Applicable Log Files
- see F.1 for log locations
- include Admin Portal logs
- include source agent logs
- include destination / gateway agent logs
- remember to include all nodes in each agent cluster
- zip the entire log folders wherever possible
- Generate a system configuration file (support.zip) from the Admin Portal 'Help' page
- Any other error messages – include screenshots if necessary
Important: Failure to include all relevant details will delay resolution of your issue.
Appendix G GlossaryACL - Access Control List; file/folder/share level metadata encapsulating permissions granted to users or other entities
CA - Certificate Authority; specifically an X.509 certificate which issues (signs) other certificates such that during certificate validation a chain of trust may be established by verifying the signatures along the certificate chain up to a trusted Root CA certificate, e.g. to facilitate secure connection to a webserver - see also Root CA
Caretaker - a specific node within a cluster that performs maintenance tasks that must be run on a single node at a time
CLP - Counterfeit Link Protection
Demigrate - to return migrated file content data to its original location, e.g. in response to user access
DFS - Microsoft's Distributed File System; comprised of DFSN and DFSR
DFSN - DFS Namespace; a Windows mechanism allowing for the presentation of multiple SMB shares as a single logical share
DFSR - DFS Replication; an SMB share-based file replication technology, see also Storage Replica as an alternative from Windows Server 2016 onwards
DR - Disaster Recovery
Enterprise CA - a privately-created Root Certificate Authority, promulgated as a trusted Root CA across an organization
FPolicy - a component of NetApp Data ONTAP which enables extension of native Filer functionality by other applications
FPolicy Server - a server which connects a NetApp Filer via the FPolicy protocols in order to provide extended functionality
FQDN - Fully Qualified Domain Name, e.g. server1.example.com
GUID - Globally unique identifier
HA - High-Availability; specifically the provision of redundant instances of a resource in a manner which ensures availability of service, even in the event of the failure of a particular instance
LDM - Link Deletion Monitoring
Link-Migrate - to transparently relocate file content data to secondary storage, replacing the original file with a MigLink
MigLink - a placeholder for a file that has been Link-Migrated; applications accessing the MigLink will be transparently redirected to the corresponding FileFly LinkConnect Server to facilitate data access
Migrate - to transparently relocate file content data to secondary storage without removing the file itself; the existing file becomes a stub
MWI file - a file on secondary storage which encapsulates the file content data of a corresponding primary storage stub file or MigLink
NTP - Network Time Protocol, a protocol for clock synchronization between computer systems over a network
Quick-Remigrate - to quickly return a previously demigrated (but unmodified) file back to its migrated state without the need to re-transfer file content data
Root CA - a Certificate Authority at the end (root) of a chain of certificates; a Root CA is self-signed and must be trusted per se by the validating server (e.g. by inclusion in the computer's Trusted Root Certificate Authorities store)
Recovery File - a text file describing the relationships between stubs/MigLinks and their corresponding MWI files
Scheduler - the Admin Portal component responsible for starting scheduled Tasks
SDM - Stub Deletion Monitoring
Self-Signed Certificate - an X.509 certificate which is not attested to by another Certificate Authority, i.e. its Issuer is the same as its Subject; such certificates include Root CAs as well as 'standalone' self-signed server certificates such as may be created automatically during an application's installation process. Self-signed server certificates should generally be replaced with properly issued certificates from a trusted source.
Stub - a file whose content data has been transparently migrated to a secondary storage location
Storage Replica - a Windows Server volume replication technology offering synchronous or asynchronous replication modes
Syslog - a protocol used to send system log or event messages, e.g. to a centralized Syslog collector
TLS - Transport Layer Security; a protocol used for establishing secure connections between servers (formerly known as SSL)
UUID - Universally unique identifier
...