Skip to content

Synchronizing FSLogix and VDI Profiles

One of the use cases to illustrate the solution is managing user profiles in a VDI environment.

Basic architecture involves centralized storage, usually a fast RAID, which keeps the user Profiles and from which the Profiles are delivered to remote computers. Depending on the chosen topology, those might be multiple computers, but usually, these are a few load-balanced servers from which users reach out for files via SMB.

Challenges that Resilio Active Everywhere faces with user profiles are the following:

  • They are usually very large.
  • They frequently change as users stay logged in.
  • They remain locked (while in use) for Resilio Active Everywhere Agent, or the Agent lacks access permissions.
  • Agents need to work with several such files at a moment.

Below is the suggested configuration of Agent settings that will help to mitigate the challenges with synchronizing FSLogic and VDI Profiles. Add these parameters to the Agent's Profile (don't confuse it with the users' Profile in VDI) and restart the Agents.

Starting with version 3.2, use the dedicated VDI profile preset.

For Resilio Active Everywhere installs before 3.2, please contact support for assistance in upgrading.
mceclip0.png

Containerized profile best practices

  • Use Dynamic Profiles
  • Profile Mode 1 (Read / Write) this will help overcome locked file complications.
  • Do not use an office container unless the use case explicitly needs it
  • Cloud cache intermittently accesses the files and can cause conflicts it is not recommended to use Resilio Active Everywhere and cloud cache simultaneously without careful consideration.
  • If using cloud cache along with Resilio Active Everywhere, exclude the lock and meta tags. Cloud cache replicates these on its own.
  • Paste the following lines into the "File and folder filter" parameter in the job profile:

    Pending  
    *.vhd.lock  
    *.VHD.LOCK  
    *.vhdx.lock  
    *.VHDX.LOCK  
    *.VHDX.lock  
    *.VHDX.meta  
    *RW.VHDX  
    *rw.vhdx  
    *RW.VHD  
    *rw.vhd  
    *RW.vhd  
    *._ODFC.VHDX  
    *._odfc.vhdx  
    *._ODFC.VHD  
    *._odfc.vhd
    
  • If synchronizing FSLogix log files, set file delay to 1 minute

  • Disabling the file sync delay in the Resilio Active Everywhere Profile, the following settings must be configured on FSLogix in GPO or Registry

  • FSLogix VHD Disk Compaction

    • Resilio Active Everywhere compression needs to be turned off
    • Differential sync will cause no problems with compaction.

Helpful Tweaks to keep profiles small