The NAS modernization and ROB0 use cases require one or more edge filers connected to a portal.
The edge filer maximum storage is determined by the license.
The license dictates the maximum storage that can be used or the number of users.
| License | Maximum Storage | Recommended Maximum Number of Users |
|---|---|---|
| EV16 | 16TB | 500 |
| EV32 | 32TB | 1000 |
| EV64 | 64TB | 3000 |
| EV128 | 128TB | 5000 |
| EV256 | 256TB | 5000 |
The edge filer has a minimum storage requirement of 2TB or 20% of the maximum expected storage utilization, whichever is larger. The license is received from the portal when the edge filer connects to the portal.
To deploy an edge filer:
- Install the edge filer:
AWS: 7.12.x, 7.13.x.
Azure: 7.12.x, 7.13.x.
ESXi: 7.12.x, 7.13.x.
Hyper-V: 7.12.x, 7.13.x.
KVM: 7.12.x, 7.13.x.
Nutanix AHV: 7.12.x, 7.13.x.
Proxmox: 7.12.x, 7.13.x.
Red Hat OpenShift: 7.12.x, 7.13.x.
Scale Computing HyperCore: 7.12.x, 7.13.x. - Setup the edge filer: 7.12.x, 7.13.x, which includes connecting to the portal and configuring the storage.
- Add the edge filer to a zone in the portal: 7.12.x, 7.13.x.
- Load a Certificate: 7.12.x, 7.13.x.
- If you are migrating data from a legacy file server:
- Change the eviction policy to enable eviction immediately after upload to the Portal.
- Log in to the edge filer user interface as an administrator.
- Select any option in the navigation menu (for example, System > Firmware).
- In the address bar of your browser, delete the string that appears at the end of the URL, after
config/(for example,firmwareif you clicked System > Firmware in the previous step) and typecliin its place.
For example, changehttps://192.168.28.214/admingui/main.html#/config/firmwaretohttps://192.168.28.214/admingui/main.html#/config/cli - Press Enter.
The CLI page is displayed. - Run the following commands:
set /config/cloudsync/evictorSettings/retentionPolicyInDays "0-dedup,0-disk"to set retention policy to zero days so blocks are evicted right after upload.
set /config/cloudsync/cloudExtender/storageThresholdToEvictPercent 20to increase eviction percentage so more space is freed during runs, for example from 10% to 20%.
set /config/cloudsync/cloudExtender/syncFoldersTrashRetentionDays 1to reduce trash retention from the default 7 days down to 1 day. This ensures deleted data is cleared faster, but still gives you a recovery window.
- Migrate the data 7.12.x, 7.13.x.
- Reset the eviction policy.
- Select Cloud Drive > Cloud Drive in the navigation plane.
- Click Suspend.
- Access the CLI page.
- Run the following commands:
set /config/cloudsync/evictorSettings/retentionPolicyInDays "NULL"
set /config/cloudsync/cloudExtender/storageThresholdToEvictPercent 10
set /config/cloudsync/cloudExtender/syncFoldersTrashRetentionDays 7 - Select Cloud Drive > Cloud Drive in the navigation plane.
- Click Unsuspend.
- Change the eviction policy to enable eviction immediately after upload to the Portal.
- Configure the edge filer for the following:
- Enable Deduplication.
- Enable Ransomware Protect.
- Enable antivirus protection.
- Set SMB audit logging.
Repeat steps 1-4 and then step 6 for every edge filer that you deploy. The edge filer content will sync with the data on the portal that you migrated in step 5.