The best feature you've never heard of...

Although the File Server Resource Manager (FSRM) has been around since 2005 (it shipped with Windows Server 2003 R2, is present in SBS 2003 R2), I have yet to meet anyone (even hard-core Admins) who have even heard of it.  It is an excellent tool to have in your toolbox, especially as hard drives get cheaper and the volume of data you have to manage on your servers continually grows.

History

Quotas have been around forever.  Without quotas on your network shares and File Servers, you are bound to have people upload gigabytes and gigabytes of data (mostly their pirated movies and MP3 collections) onto your servers.  This is not ideal from a manageability, cost, or compliance standpoint; but to date the solution has been to just throw more hard drives or NAS Devices at the problem. 

While have been able to assign quotas to volumes since the beginning of time, there are some limitations you run into... primarily, they apply per user on an entire volume, the only method for notifying an admin (or user) that they are hitting a quote is via the event logs, and there are very few customizable parameters.  The solution? FSRM... (as the following table illustrates):

image

By using File Server Resource Manager, you can perform the following tasks:

  • Create quotas to limit the space allowed for a volume or folder and generate notifications when the quota limits are approached or exceeded.
  • Automatically generate and apply quotas to all existing folders and any new subfolders in a volume or folder.
  • Create file screens to control the type of files that users can save and send notifications when users attempt to save blocked files.
  • Define quota and file screening templates that can be easily applied to new volumes or folders and reused across an organization.
  • Schedule periodic storage reports that help identify trends in disk usage.
  • Monitor attempts to save unauthorized files for all users or for a selected group of users.
  • Generate storage reports instantly, on demand.

Let's take a look at what this looks like on Windows Server 2008. Click any of the thumbnails for a full-size view.

Open Server Manager, and let's add a Role.  Say... File Services.

image

Hit Next Twice, and under "Select Role Services", check the box for "File Server Resource Manager.

image

On the next screen, you can choose which volumes to monitor, and the default reports to run.  If you hit "Options", you can choose some other reports to run, but I'll cover those in due time.

image

Finally, you can choose the directory to save reports to, or choose to have them emailed to you.

image

After you finish installing, FSRM will show up under Administrator Tools.

image

If you fire up FSRM and take a look at some of the included templates, you will see some INCREDIBLE options.  The hard and soft quotas are self-explanatory, but what is "200 MB Limit with 50 MB Extension" or "200 MB Limit Reports to User"? 

image

Let's open up one of these quotas and take a gander at the options:

On the main screen, you can set the space limit, choose whether the quote is hard or soft, and set multiple different notification thresholds, choosing what happens each stop of the way. Let's hit "Edit" and go even deeper...

image

Emails can be sent to multiple administrators, as well as to the user who exceeded the threshold.  "Hey You, Clean Up Your Stuff!". 

From the MSIT deployment of FSRM, we found:

Through FSRM reports on Least Recently Accessed Files, and Duplicate Files, and automated e-mail messages to users about files not accessed within the past two years, Microsoft IT staff have found that users delete data, freeing up 25 to 50 percent of server storage. The benefits accumulate quickly. If Microsoft’s 55,000 employees and some 35,000 partners and vendors using Microsoft IT resources deleted an average of just 20 megabytes of data each, the reduction in storage needs would be 1.8 terabytes.

The Event Log tab is self explanatory (although you get to pick the text that is entered into the log).

image

The "Command" tab is FRICKING AWESOME.  Once a user hits the quota you define, you can run any script or command you choose.  FSRM has three command line utilities that allow you to configure quota, file screening, and storage reports (dirquota, filescrn, and storrept, respectively). This means that you can actually adjust someone's quota ON THE FLY once they hit it. 

Why is this important?  Say your CEO is in the office over the weekend, finishing up that big presentation for the Board.  Saving the file to his share, he hits a quota.  Oh no!  Fortunately, you have setup FSRM to automagically grant him another 500MB, and email you to let you know that the change has been made.  You come in Monday, the CEO gives his presentation, and you can adjust his quota back down at your convenience  Huzzah!

Reports is also awesome, but I'll show you the reports by themselves shortly (suffice it to say that you can automatically generate a report to show the largest files or least-recently-used files for users that have hit established thresholds).

image

If you close out of the quotas screens, the next option is "File Screens".  If you want to block the upload of executable files, MP3s, movies, etc onto your File Server, this is where you would do it.  You are not limited to the built-in list of filetypes... feel free to define whatever you'd like.

image

The last area in the console is "Storage Reports Management", which is worth its weight in Gold.

image

The money reports are "Duplicate Files", "Large Files", and "Least Recently Accessed Files".  These reports can be output into a number of formats.  The reports will let you find files that haven't been touched in X number of days, find the huge files that are chewing up space, and will point out which files are duplicated across the volume.

"Oh!  Everyone has a copy of the Monthly Status Report in their share, and it is duplicated 15 times.  Maybe I should move it onto a common share so that everyone does not keep their own copy!"

image

FSRM is a very powerful tool for gaining control of your file shares, so what are you waiting for?  Install and use it!

Best Practices:

From its deployment experience, Microsoft IT recommends some best practices for organizations to consider, including:

  • Use the Quota Template. Through a Quota Template, it is possible to create a standard quota limit (for example, 200 megabytes for each user’s folder on a server) and define a standard set of notification thresholds that can be applied across the organization. The Quota Template makes it easier to apply quota changes across an entire class of users. If a decision is made to increase the quota allotted each user, for example, the Quota Template is simply modified, and the option selected to automatically update all quotas that are based on the template.
  • Run the Duplicate Files Report. The Duplicate Files report is exceptionally useful because it not only lists all duplicate files in a volume or folder but also presents statistical data related to the space these duplicate files occupy on disk. Information collected in this report can be used to quickly reclaim wasted disk space.

More Reading: