Maximize disk spaceminimize user confusion
The following scenario happens so frequently that it's become one of those "war stories" that administrators like to trade. A vice president is looking for the documents that the staff used to put together the 1995 Annual Report. Nobody who worked on those documents kept a copy on disk. "Why don't we archive this stuff? It's important!" bellows the executive. The lucky administrator then gets the coveted job of explaining why a bunch of 6-year-old documents don't still reside on the network disk.
Wouldn't you love to be able to extend your disk storage space almost indefinitely, without adding disks to your file servers and while still leaving every important document available to users? You canwith Windows 2000's Remote Storage Service (RSS). This nifty feature can monitor the amount of free space available on an NTFS disk and automatically archive files from that disk to a tape library, according to rules that you set. RSS leaves a pointer to the file on the original disk; the pointer includes the filename, last modified date, and file size. The archived file appears to reside on the disk, and fetching the file is seamless to users. And RSS can save your company money: Buying a tape drive (even a robotic tape drive that handles multiple tapes) and plenty of tapes is less expensive than adding hard disks to your servers.
Installing RSS
To use RSS, you need a compatible tape drive, and the disk volumes you want to manage must be NTFS. Win2K doesn't automatically install RSS, so you need to install the service manually. Simply choose the service from the list of Windows components. (You need access to a Win2K CD-ROM or the network share point that serves as your Win2K installation source.) Open the Control Panel Add/Remove Programs applet and click the Add/Remove Windows Components icon. Select the Remote Storage option and click Next. The Windows Component Wizard installs the necessary files and prompts you to restart the computer.
Configuring RSS
To configure RSS, open the Microsoft Management Console (MMC) Remote Storage snap-in. The first time you use the snap-in, the Remote Storage Setup Wizard walks you through the configuration process. The wizard prompts you to complete the following steps:
- Choose whether to use RSS on all volumes or on selected volumes.
- Specify the percentage of free space you want to maintain on the managed volume or volumes. When free space dips below this percentage, RSS automatically begins earmarking files.
- Specify the criteria (i.e., minimum file size and the amount of time since a file was last accessed) that you want RSS to use to determine which files to earmark for archiving when your free-space rule kicks in. Having experimented with RSS, I recommend that you archive large files (relative to typical file sizes for your network). When users select a file, they experience a noticeable delay as RSS finds and opens the file on tape. If the tape is filled with small files, the delay passes from "noticeable" to "seemingly interminable."
- Specify the schedule you want RSS to use to copy earmarked files to your storage media. This process is called migration, and it doesn't actually delete the file from the original volumeit simply copies the file to storage, leaving a cached copy on the managed volume. When the volume's free space falls below the specified level, RSS replaces the cached files with pointers to the archived files. To prevent the archival process from occurring automatically, you can manually launch the migration procedure rather than set a schedule. (Most cautious administrators first set the copying procedure to manual, then switch to automatic copying after they're more comfortable with the service.)
Maintaining and Optimizing RSS
The RSS snap-in provides many powerful tools that you can use to manage and optimize the service. You can view statistics for your Managed Volumes (as Figure 1 shows), allocate tapes, and monitor performance through a built-in event viewer that automatically filters for events that relate to RSS.
You can tweak the rules that you defined during configurationa good idea after you've run RSS for a while. You should periodically study the statistics for the volumes and the tapes that you're managing and reconfigure the rules to make sure you get the best possible results from the service. You can add and remove rules for RSS, and you can specify the order in which the service applies those rulesan effective filtering paradigm.
In addition to setting criteria for file size and age, you can specify a list of files to include in or exclude from the archiving process. (Win2K automatically excludes system files and files that Microsoft Internet ExplorerIEuses.) You can also modify the criteria for the amount of free space you want to maintain on the managed volumes.