Rss
Published: April 17, 2012
Updated: April 17, 2012
Applies To: Windows Server 2008 R2
Manages Remote Storage from the command line. Using the rss command, you can run batch scripts for applications that will allow them to access Remote Storage directly.
-
Display the Remote Storage parameters
-
Modify Remote Storage parameters
-
Show parameters for a specified volume
-
Modify settings for a specified volume
-
Manage a volume
-
Stop managing a volume
-
Run or cancel a single Remote Storage job
-
Remove an include or exclude rule
-
Display information about specified media
-
Delete remote storage data from specified media
-
Synchronize a copy set
-
Recreate a master from a specified copy
-
Recall files from remote storage
rss admin show [/recalllimit] [/mediacopies] [/schedule] [/general] [/manageables] [/managed] [/media] [/concurrency] [/adminexempt]
| Parameter | Description |
|---|---|
|
/recalllimit |
Displays the runaway recall limit. |
|
/mediacopies |
Displays the configured number of media copies. |
|
/schedule |
Displays the schedule. |
|
/general |
Displays general information about Remote Storage: version, status, number of volumes managed, number of tape cartridges used, data in remote storage. |
|
/manageables |
Displays the volumes that are available for management by Remote Storage. |
|
/managed |
Displays the volumes that are currently being managed by Remote Storage. |
|
/media |
Displays the set of media currently allocated for Remote Storage. |
|
/concurrency |
Displays the number of migrate jobs/recalls that can be executed concurrently. |
|
/adminexempt |
Displays whether administrators are exempt from the runaway recall limit. |
|
/? |
Displays Help at the command prompt. |
-
When rss admin show is invoked without additional parameters, the system displays all Remote Storage parameters.
rss admin show /manageables /general
rss admin set [/recalllimit:<Limit>] [/mediacopies:<Number>] [/schedule:<NewSchedule>] [/concurrency:<Concurrency>] [/adminexempt:{0|1}]
| Parameter | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
/recalllimit:<Limit> |
Sets the runaway recall limit to the specified number. |
||||||||
|
/mediacopies:<Number> |
Sets the configured number of media copies to the specified number. |
||||||||
|
/schedule:<NewSchedule> |
Schedules migration jobs as specified, using the following format: at {startup | idle | login | <Time>}every<Occurrence> {day | week | month} <Specifier> <Time> Where:
|
||||||||
|
/concurrency:<Concurrency> |
Specifies how many migrate jobs/recalls can be executed concurrently. |
||||||||
|
/adminexempt |
Specifies whether administrators are exempt from the runaway recall limit. 0 indicates that they are not; 1 indicates that they are. |
||||||||
|
/? |
Displays Help at the command prompt. |
rss admin set /recalllimit:64 /mediacopies:2
rss volume show {<VolumeName1> [<VolumeName2> ...] | *} [/dfs] [/size] [/access] [/rule] [/statistics]
| Parameter | Description |
|---|---|
|
/dfs |
Displays the desired free space setting for the volume. |
|
/size |
Displays the minimum size for files to be managed. |
|
/access |
Displays the last access date migration criteria for managed files. |
|
/rule |
Displays all include/exclude rules for the volume in appropriate format, indicating which are system rules that cannot be deleted. |
|
/? |
Displays Help at the command prompt. |
-
If you invoke rss volume show with a volume name or names and no other parameters, Remote Storage will display all parameters for the specified volumes.
-
If you use an asterisk (*) in place of a volume name, Remote Storage will display parameters for all volumes.
rss volume show d:
rss volume set {<VolumeName1> [<VolumeName2> ...] | *} [/dfs:<DesiredFreeSpace>] [/size:<LowerLimit>] [/access:<DaysNotAccessed>] [/include:<RulePath>] [/exclude:<RulePath>] [/recursive]
| Parameter | Description |
|---|---|
|
/dfs:<DesiredFreeSpace> |
Sets the desired free space setting for the volume to the specified percentage (for example, 20 = 20%). |
|
/size:<LowerLimit> |
Sets the minimum size in kilobytes (KB) for files to be managed. Only files larger than the specified size will be managed. |
|
/access:<DaysNotAccessed> |
Only files that have not been accessed in the specified number of days or longer will be managed. 180 days is the default. |
|
/include:<RulePath> |
Specifies an inclusion rule to be added to the volume, using the format <Path>[:<FileExtension>]. For example, rss volume set c: /include:\windows:*.dll would include all .dll files in the Windows directory in management. |
|
/exclude:<RulePath> |
Specifies an exclusion rule to be added to the volume, using the format <Path>[:<FileExtension>]. |
|
/recursive |
This option should be used only with /include or /exclude, and specifies that the rule should be applied to all folders under the given path. |
|
/? |
Displays Help at the command prompt. |
-
If you use an asterisk (*) in place of a volume name, Remote Storage will modify settings for all volumes.
rss volume set * /access:90 /size:6
rss volume manage {<VolumeName1> [<VolumeName2> ...] | *} [/dfs:<DesiredFreeSpace>] [/size:<LowerLimit>] [/access:<DaysNotAccessed>] [/include:<RulePath>] [/exclude:<RulePath>] [/recursive]
| Parameter | Description |
|---|---|
|
/dfs:<DesiredFreeSpace> |
Sets the desired free space setting for the volume to the specified percentage (for example, 20 = 20%). 5 is the default. |
|
/size:<LowerLimit> |
Sets the minimum size in kilobytes (KB) for files to be managed. Only files larger than the specified size will be managed. 12 is the default. |
|
/access:<DaysNotAccessed> |
Only files that have not been accessed in the specified number of days or longer will be managed. 180 days is the default. |
|
/include:<RulePath> |
Specifies an inclusion rule to be added to the volume for migration criteria, using the format <Path>[:<FileExtension>]. For example, rss volume manage c: /include:\windows:*.dll would include all .dll files in the Windows directory in management. |
|
/exclude:<RulePath> |
Specifies an exclusion rule to be added to the volume for migration criteria, using the format <Path>[:<FileExtension>]. |
|
/recursive |
This option should be used only with /include or /exclude, and specifies that the rule should be applied to all folders under the given path. |
|
/? |
Displays Help at the command prompt. |
-
If you use an asterisk (*) in place of a volume name, Remote Storage will modify settings for all volumes.
rss volume manage * /dfs:80 /size:4 /access:60 /include:\Program Files:*
rss volume unmanage {<VolumeName1> [<VolumeName2> ...] | *} [/quick] [/full]
| Parameter | Description |
|---|---|
|
/quick |
Removes the volume or volumes from management without recalling all the files from remote storage. /quick is the default setting. |
|
/full |
Removes the volume or volumes from management and recalls all files from remote storage. |
|
/? |
Displays Help at the command prompt. |
-
If you use an asterisk (*) in place of a volume name, Remote Storage will stop management on all volumes.
-
/quick and /full cannot both be used in the same command.
rss volume unmanage *
rss volume job {<VolumeName1> [<VolumeName2> ...] | *} [/type:{ createfreespace|copyfiles|validate}] [/run] [/cancel] [/wait]
| Parameter | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|
|
/type: |
Specifies the type of job to run. You can also use the abbreviated versions of these commands (that is, /type:{f|c|v}).
|
||||||||
|
/run |
Runs the specified job. /run is the default if neither /run nor /cancel is specified. |
||||||||
|
/cancel |
Cancels the specified job, if it is running. Cancelling a job that is not running will do nothing. |
||||||||
|
/wait |
Indicates that the jobs should run synchronously on each volume and that Remote Storage will wait until all jobs are complete or it encounters an error before returning to the command prompt. If /wait is not specified, all jobs will run asynchronously on each volume, and Remote Storage will return to the command prompt without waiting for the jobs to finish. |
||||||||
|
/? |
Displays Help at the command prompt. |
-
If you use an asterisk (*) in place of a volume name, Remote Storage will stop management on all volumes.
-
When specifying the job type, you may either use the full name or the single character shortcut. For example, to run a Create Free Space job you can either specify /type:createfreespace or /type:f.
-
/run and /cancel cannot both be used in the same command.
rss volume job * /type:createfreespace
rss volume delete {<VolumeName1> [<VolumeName2> ...] | *} /rule:<RulePath>
| Parameter | Description |
|---|---|
|
/rule:<RulePath> |
Specifies an inclusion or exclusion rule to delete from the volume, using the format <Path>[:<FileExtension>]. |
|
/? |
Displays Help at the command prompt. |
-
If you use an asterisk (*) in place of a volume name, Remote Storage will stop management on all volumes.
rss volume delete c: \windows:*.dll
rss media show [<MediaName1> [<MediaName2> ...] | *] [/name] [/status] [/capacity] [/freespace] [/version] [/copies]
| Parameter | Description |
|---|---|
|
/name |
Displays the Removable Storage name for the media. |
|
/status |
Displays the media status (for example, Healthy, Read only, etc.) |
|
/capacity |
Displays the media capacity in gigabytes (GB). |
|
/freespace |
Displays the amount of free space on the media in gigabytes. |
|
/version |
Displays the most recent update date for the media. |
|
/copies |
Displays the number of existing copies for the media and each copy's status. |
|
/? |
Displays Help at the command prompt. |
-
If you use an asterisk (*) in place of the media name, Remote Storage will show information for all media.
rss media show rs_tape2 rs_tape3 /capacity /freespace
rss media delete [<MediaName1> [<MediaName2> ...] | *] /copyset:[ <NumberOfSet>]
| Parameter | Description |
|---|---|
|
/copyset:[<NumberOfSet>] |
Specifies the copy set to delete on the specified media. |
|
/? |
Displays Help at the command prompt. |
-
If you use an asterisk (*) in place of the media name, Remote Storage will delete the specified copy set on all media.
rss media delete rs_tape2 rs_tape3 /copyset:2
rss media synchronize /copyset:<NumberOfSet> [/wait]
| Parameter | Description |
|---|---|
|
/copyset:[<NumberOfSet>] |
Specifies the number of the copy set to synchronize, from 1 to 3. |
|
/wait |
Runs the command in synchronous mode, and returns to the command prompt when the job is complete. If /wait is not specified, the command runs asynchronously and returns to the command prompt without waiting for the job to complete. |
|
/? |
Displays Help at the command prompt. |
rss media synchronize /copyset:1
rss media recreatemaster [<MediaName1> [<MediaName2> ...]] /copyset: <NumberOfSet> [/wait]
| Parameter | Description |
|---|---|
|
/copyset:[<NumberOfSet>] |
Specifies the number of the copy set to use for recreating the master(s). |
|
/wait |
Runs the command in synchronous mode, and returns to the command prompt when the job is complete. If /wait is not specified, the command runs asynchronously and returns to the command prompt without waiting for the job to complete. |
|
/? |
Displays Help at the command prompt. |
rss media recreatemaster rs_tape3 /copyset:2
rss file recall [<FileSpec1> [<FileSpec2> ...]]
| Parameter | Description |
|---|---|
|
<FileSpec1> |
Specifies the files to be recalled. You can use the asterisk (*) and question mark (?) wildcard characters. |
|
/? |
Displays Help at the command prompt. |
-
This command is synchronous, which means that it will not return to the command prompt until Remote Storage has recalled all files.
rss file recall scratch.tmp tmp* file?
