Manage storage zones for ShareFile data 编辑

You can use storage zones for ShareFile Data with or instead of the ShareFile-managed cloud.

Move home folders and File Boxes between zones

Use these steps to move home folders and File Boxes from the ShareFile-managed cloud storage to a private zone or between private zones. Alternatively, use the ShareFile User Management Tool to migrate users between zones.

  1. Click Home and then navigate to the folder.
  2. In the right navigation pane, click Edit Folder Options.
  3. From the storage zone menu, select a zone and then click Save.

Create a folder in a storage zone

  1. Click Home and then click Folders.
  2. On the Folder tab, click Add Folder.
  3. Specify folder information as usual and, for Storage Site, select the storage zone where you want this folder and its contents to be stored. Click Create Folder.
  4. Configure the folder as usual. When you create a folder, you can choose whether to use the ShareFile-managed cloud storage or your local storage zone.

Rename or delete a storage zone

Important:

Before deleting a storage zone, back it up. Deleting a zone erases all files and folders in that zone and you cannot undo the operation.

  1. Click Admin and then click Storage zones.
  2. Click the zone name.
    • To rename the zone: Click Edit Zone, type a new name, and then click Save Changes.
    • To delete the zone: Click the zone name and then click Delete Zone.

Customize storage cache operations

ShareFile user requests for file uploads, downloads, and deletions are handled by storage zones controller, which then communicates with the connected storage. For example, if the connected storage is a supported third-party storage system and a ShareFile user uploads a file, the ShareFile client sends the file to the persistent storage cache. Storage zones controller then uploads the file to the third-party storage system.

Storage zones controller manages the persistent storage cache using configurable settings in C:\inetpub\wwwroot\Citrix\StorageCenter\SCFileCleanSvc\FileDeleteService.exe.config. The settings that are specific to a supported third-party storage system are noted in this discussion.

For uploaded files:

  • Storage zones controller places uploaded files in a persistent storage cache (the PersistentStorage folder).
  • The following settings control the timing of delete service operations:
    • MinDeletionAge specifies the minimum time span between when a file was last accessed and when it can be deleted. Defaults to 1 day. Minimum setting is 8 hours.
    • OffPeakTimeOfDayStart and OffPeakTimeOfDayEnd specify the start and stop times for file deletion. Defaults to 2 a.m. and 4 a.m.
    • ProducerTimerInterval and DeleteTimerInterval control the frequency of delete service operations. Please contact support if the default values (1 day) are not appropriate for your site.
  • The delete services also manages folders that contain temporary items such as encryption keys and queued files. The delete service removes those items 24 hours after they are created.
  • For supported third-party storage systems only:
    • The delete service determines whether a file in the storage cache has a corresponding blob in the supported third-party storage.
    • By default, every 10 seconds (CheckSizeThreasholdTimer) the delete service determines if the storage cache has exceeded a disk threshold of 10 GB (DiskSpaceDropoutThresholdGB). If the threshold is exceeded, the delete service removes files that have not been accessed in the past hour (CacheCleanupFileThreasholdPeriodUnExpected). When the delete service runs as the result of normal scheduling (and not because the disk size reached the threshold), the service deletes files that have not been accessed in the past 24 hours (CacheCleanupFileThresholdPeriodNormal) if the blob is in supported third-party storage. If the blob is not in the third-party storage, the file remains in the storage cache.

For downloaded files:

  • When storage zones controller receives a download request, it downloads the file from the persistent storage cache if the file is there. If the file is not in that cache, the controller downloads the file from the third-party storage system to the persistent storage cache. The delete service removes files that have not been accessed for the past 24 hours (CacheCleanupFileThresholdPeriodNormal).

For deleted files:

  • The delete service gets from the ShareFile application a list of files that were deleted 45 days ago (Period).
  • The delete service then removes the corresponding files from the storage location or the corresponding objects from the third-party storage.

Delete Service default period

The Delete Service timer is set to 45 days. The 45 day default period overwrites any previous settings.

  1. To modify the default period, edit FileDeleteService.exe.config at C:\inetpub\wwwroot\Citrix\StorageCenter\SCFileCleanSvc
    • <!--No. of days to keep data blob in active storage after deletion-->
    • <add key="Period" value="45"/>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:68 次

字数:6431

最后编辑:6年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文