Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

639 lines
23 KiB

  1. ;
  2. ;// Copyright (C) Microsoft Corporation, 1996 - 1999
  3. ;
  4. ;//File Name: CliMsg.mc
  5. ;//
  6. ;// !!!!! NOTE !!!!! - See WsbGen.h for facility number assignments.
  7. ;//
  8. ;// Note: comments in the .mc file must use both ";" and "//".
  9. ;//
  10. ;// Status values are 32 bit values layed out as follows:
  11. ;//
  12. ;// 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  13. ;// 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  14. ;// +---+-+-------------------------+-------------------------------+
  15. ;// |Sev|C| Facility | Code |
  16. ;// +---+-+-------------------------+-------------------------------+
  17. ;//
  18. ;// where
  19. ;//
  20. ;// Sev - is the severity code
  21. ;//
  22. ;// 00 - Success
  23. ;// 01 - Informational
  24. ;// 10 - Warning
  25. ;// 11 - Error
  26. ;//
  27. ;// C - is the Customer code flag
  28. ;//
  29. ;// Facility - is the facility code
  30. ;//
  31. ;// Code - is the facility's status code
  32. ;//
  33. ;
  34. MessageIdTypedef=HRESULT
  35. SeverityNames=(
  36. None=0x0
  37. Information=0x1
  38. Warning=0x2
  39. Error=0x3
  40. )
  41. FacilityNames=(
  42. Cli=0x10f
  43. )
  44. ;//
  45. ;// ------------------------------- CLI MESSAGES ------------------------------
  46. ;//
  47. MessageId=7000 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_FIRST
  48. Language=English
  49. Define for first Cli message.
  50. .
  51. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_GENERIC_ERROR
  52. Language=English
  53. Unexpected error:
  54. %1
  55. occurred during the processing of the command line.
  56. .
  57. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_INVALID_ARG1
  58. Language=English
  59. The parameter %1 is set to an invalid value %2. Please speficy a value larger or equal to %3.
  60. .
  61. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_INVALID_ARG2
  62. Language=English
  63. The parameter %1 is set to an invalid value %2. Please speficy a value smaller or equal to %3.
  64. .
  65. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_INVALID_ARG3
  66. Language=English
  67. The parameter %1 is set to an invalid value %2. Please speficy a value between %3 and %4.
  68. .
  69. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_ERROR_SET
  70. Language=English
  71. Could not set parameter %1: %2.
  72. .
  73. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_PARAM_DISPLAY
  74. Language=English
  75. %1: %2
  76. .
  77. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_PARAM_DISPLAY2
  78. Language=English
  79. %1: %2%3
  80. .
  81. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_VALUE_DISPLAY
  82. Language=English
  83. %1
  84. .
  85. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_GENERAL_PARMS
  86. Language=English
  87. %nGeneral Remote Storage parameters:
  88. .
  89. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_MANAGEABLE_VOLS
  90. Language=English
  91. %nVolumes that may be managed by Remote Storage:
  92. .
  93. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_MANAGED_VOLS
  94. Language=English
  95. %nVolumes that are managed by Remote Storage:
  96. .
  97. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_MEDIAS
  98. Language=English
  99. %nMedias that are currently allocated for Remote Storage:
  100. .
  101. MessageId=+1 Severity=Warning Facility=Cli SymbolicName=CLI_MESSAGE_NO_VOLUMES
  102. Language=English
  103. No valid volumes are specified.
  104. .
  105. MessageId=+1 Severity=Warning Facility=Cli SymbolicName=CLI_MESSAGE_INVALID_VOLUME
  106. Language=English
  107. The input volume %1 is not valid for the specified operation.
  108. .
  109. MessageId=+1 Severity=Warning Facility=Cli SymbolicName=CLI_MESSAGE_INVALID_RULE
  110. Language=English
  111. The supplied migration rule is not valid.
  112. .
  113. MessageId=+1 Severity=Warning Facility=Cli SymbolicName=CLI_MESSAGE_RULE_NOT_FOUND
  114. Language=English
  115. The rule for path %1 and file specification %2 is not found on volume %3.
  116. .
  117. MessageId=+1 Severity=Warning Facility=Cli SymbolicName=CLI_MESSAGE_RULE_ALREADY_EXIST
  118. Language=English
  119. The rule for path %1 and file specification %2 already exists on volume %3.
  120. .
  121. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_PARAMS
  122. Language=English
  123. %nThe following are %1 settings:
  124. .
  125. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_RULES_LIST
  126. Language=English
  127. List of include/exclude rules for the volume:
  128. .
  129. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_RULE_SPEC
  130. Language=English
  131. %1:%2, %3, %4
  132. .
  133. MessageId=+1 Severity=Warning Facility=Cli SymbolicName=CLI_MESSAGE_WAIT_FOR_CANCEL
  134. Language=English
  135. Wait option is available only while running a job.
  136. .
  137. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_ONLY_SET
  138. Language=English
  139. Volume %1 is already managed. Input parameters are set for the volume.
  140. .
  141. MessageId=+1 Severity=Warning Facility=Cli SymbolicName=CLI_MESSAGE_NO_FILES
  142. Language=English
  143. No valid files are specified.
  144. .
  145. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_ERROR_FILE_RECALL
  146. Language=English
  147. Could not recall file %1: %2.
  148. .
  149. MessageId=+1 Severity=Warning Facility=Cli SymbolicName=CLI_MESSAGE_NO_MEDIAS
  150. Language=English
  151. No medias are specified.
  152. .
  153. MessageId=+1 Severity=Warning Facility=Cli SymbolicName=CLI_MESSAGE_INVALID_MEDIA
  154. Language=English
  155. The input media %1 is not found or not valid for the specified operation.
  156. .
  157. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_MEDIA_NO_COPY
  158. Language=English
  159. Copy number %1 for media %2 does not exist.
  160. .
  161. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_MEDIA_PARAMS
  162. Language=English
  163. %nThe following are %1 parameters:
  164. .
  165. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_MEDIA_COPIES_LIST
  166. Language=English
  167. Media Copies:
  168. .
  169. MessageId=+1 Severity=Warning Facility=Cli SymbolicName=CLI_MESSAGE_IVALID_COPY_SET
  170. Language=English
  171. The input copy set number is larger than the configured number of media copy sets.
  172. .
  173. MessageId=+1 Severity=Information Facility=Cli SymbolicName=CLI_MESSAGE_SCHEDULING_LIST
  174. Language=English
  175. Scheduling for copying eligible files to remote storage:
  176. .
  177. MessageId=+1 Severity=Warning Facility=Cli SymbolicName=CLI_MESSAGE_NO_SCHEDULING
  178. Language=English
  179. No scheduling for copying eligible files to remote storage.
  180. .
  181. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_MAIN_HELP
  182. Language=English
  183. Usage: RSS [ADMIN | VOLUME | MEDIA | FILE] [SET | SHOW | JOB | MANAGE | UNMANAGE | DELETE | SYNCHRONIZE | RECREATEMASTER | RECALL] <args> <switches>
  184. .
  185. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_ADMIN_SET_HELP
  186. Language=English
  187. Usage for RSS.EXE ADMIN SET sub-interface
  188. RSS ADMIN SET interface
  189. Syntax RSS ADMIN SET [/RECALLLIMIT:<limit>] [/MEDIACOPIES:<number>]
  190. [/SCHEDULE:<new-schedule>] [/CONCURRENCY:<concurrency>]
  191. [/ADMINEXEMPT:[0 | 1]]
  192. Example RSS ADMIN SET /RECALLLIMIT:64 /MEDIACOPIES:2
  193. This would set the global parameters for Remote Storage:
  194. /RECALLLIMIT Sets the runaway recall limit to the specified number
  195. /MEDIACOPIES Sets the number of media copy sets to the specified number
  196. /SCHEDULE Changes the schedule of the migrate job for volumes to the
  197. specified schedule
  198. Format of schedule:
  199. At ["Startup" | "Idle" | "Login" | <time>]
  200. Every <occurrence> ["Day"|"Week"|"Month"] <specifier> <time>
  201. For the "Every" option, occurrence=10 specifies every 10th
  202. occurrence of the specified option.
  203. <specifier> is valid only if Week or Month is specified: it
  204. indicates in case of Week, which day (0 = Sunday, 1 = Monday
  205. etc.). For Month it indicates the day of the month (1..31).
  206. <time> is always specified in 24 hour, hh:mm:ss format.
  207. Example: "Every 2 Week 2 21:03:00" indicates every 2 weeks,
  208. on Tuesdays at 9:03pm
  209. /CONCURRENCY Specifies how many migrate jobs/recalls can be executed concurrently
  210. /ADMINEXEMPT Indicates if admins are exempt from runaway recall limit.
  211. If 0 they are not, if 1 they are.
  212. .
  213. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_ADMIN_SHOW_HELP
  214. Language=English
  215. Usage for RSS ADMIN SHOW interface
  216. Syntax RSS ADMIN SHOW [/RECALLLIMIT] [/MEDIACOPIES] [/SCHEDULE] [/GENERAL]
  217. [/MANAGEABLES] [/MANAGED] [/MEDIA] [/CONCURRENCY] [/ADMINEXEMPT]
  218. Example RSS ADMIN SHOW /MANAGEABLES /GENERAL
  219. Displays parameters. When invoked just as RSS ADMIN SHOW without any parameters,
  220. it displays all.
  221. /RECALLLIMIT Displays runaway recall limit
  222. /MEDIACOPIES Displays configured number of media copies
  223. /SCHEDULE Displays schedule
  224. /GENERAL Displays general information of Remote Storage: version,
  225. status, number of volumes managed, number of tape cartridges
  226. used, data in remote storage
  227. /MANAGEABLES Displays the set of volumes that may be managed by Remote
  228. Storage
  229. /MANAGED Displays the set of volumes that are managed by Remote Storage
  230. currently
  231. /MEDIA Displays the set of medias currently allocated for Remote
  232. Storage
  233. /CONCURRENCY Displays the value of the concurrency setting which determines
  234. how many migrate jobs/recalls can be executed concurrently
  235. /ADMINEXEMPT Shows the state of the admin exempt from runaway recall limit
  236. .
  237. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_MANAGE_HELP
  238. Language=English
  239. Usage for RSS.EXE VOLUME MANAGE sub-interface
  240. RSS VOLUME MANAGE interface
  241. Syntax RSS VOLUME MANAGE [<volume-name1> <volume-name2> . | *]
  242. [/DFS:<desired free space>] [/SIZE:<larger-than-size>]
  243. [/ACCESS:<not-accessed-in-days> ]
  244. [/INCLUDE:<rules-string>] [/EXCLUDE:<rules-string>]
  245. [/RECURSIVE]
  246. Example RSS VOLUME MANAGE * /DFS:80 /SIZE:4 /ACCESS:60
  247. /INCLUDE:\Program Files:*
  248. This example manages all volumes with desired free space of 80%, managing only
  249. files with sizes > 4KB, not accessed in past 60 days.
  250. It adds an include rule for all files under the \Program Files directory.
  251. This interface lets users manage the specified volume(s).
  252. <volume-nameN> This is the drive-letter or the volume name spec. of the
  253. volume to be managed. A * can be provided which indicates all
  254. manageable volumes should be managed.
  255. /DFS Sets the desired free space for the volume. Default is 5 % if this is
  256. not specified
  257. /SIZE Sets the minimal size in KB units for files to be managed, i.e. only
  258. files larger than this will be managed Default is 12KB if this is
  259. not specified.
  260. /ACCESS Only files not accessed in the specified number of days will be
  261. managed. Default is 180 days.
  262. The next few options apply to include/exclude rules:
  263. /INCLUDE Supplies an inclusion rule to be added to the volume for migration
  264. criteria.
  265. The format of the rule string is: <Path> [: <File Spec>].
  266. If the <File Spec> is not supplied, * is assumed (i.e. all files
  267. under the specified path).
  268. /EXCLUDE Supplies an exclusion rule to be added to the volume. The format
  269. of the rule is the same as that for inclusion rules (see above).
  270. NOTE: Both INCLUDE and /EXCLUDE may not be specified in the same
  271. command line.
  272. /RECURSIVE This option should be used only in conjunction with /INCLUDE or
  273. /EXCLUDE. It specifies that the rule should be applied to all
  274. folders under the given path.
  275. .
  276. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_UNMANAGE_HELP
  277. Language=English
  278. Usage for RSS.EXE VOLUME UNMANAGE sub-interface
  279. Syntax RSS VOLUME UNMANAGE [<volume-name1> <volume-name2> | * ]
  280. [/QUICK] [/FULL]
  281. Example RSS VOLUME UNMANAGE *
  282. This example quick-unmanages (i.e. removes from management without recalling
  283. the files) all the volumes currently being managed. This interface lets users
  284. unmanage the specified volume(s)
  285. <volume-nameN> This is the drive-letter or the volume name spec. of the
  286. volume to be removed from management. A * can be provided
  287. which indicates all managed volumes should be removed from
  288. management.
  289. /QUICK Removes the volume(s) from management without recalling all the files
  290. from remote storage. This is the default if /FULL is not specified.
  291. Both /QUICK and /FULL may not be specified in the same command line.
  292. /FULL Removes the volume(s) from management, recalling all the stubs from
  293. remote storage.
  294. .
  295. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_SET_HELP
  296. Language=English
  297. Usage for RSS.EXE VOLUME SET sub-interface
  298. Syntax RSS VOLUME SET [<volume-name1> <volume-name2> . | *]
  299. [/DFS:<desired free space> ][/SIZE:<larger-than-size>]
  300. [/ACCESS:<not-accessed-in-days>]
  301. [/INCLUDE:<rule-string>] [/EXCLUDE:<rule-string>]
  302. [/RECURSIVE]
  303. Example RSS VOLUME SET * /ACCESS:90 /SIZE:6
  304. This example modifies the settings of all managed volumes. Note that the /RULES
  305. option adds rules to the existing set.
  306. <volume-nameN> This is the drive-letter or the volume name spec. of the
  307. volume. A * can be provided which indicates all volumes
  308. /DFS Sets the desired free space for the volume.
  309. /SIZE Sets the minimal size in KB units for files to be managed, i.e. only
  310. files larger than this will be managed
  311. /ACCESS Only files not accessed in the specified number of days will be
  312. managed. Default is 180 days.
  313. /INCLUDE Specifies an inclusion rule. Look at RSS VOLUME MANAGE interface
  314. described above for format of the rule string.
  315. /EXCLUDE Specifies an exclusion rule. Look at RSS VOLUME MANAGE interface
  316. described above for format of the rule string.
  317. /RECURSIVE This option should be used only in conjunction with /INCLUDE or
  318. /EXCLUDE. It specifies that the rule should be applied to all
  319. folders under the given path.
  320. .
  321. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_SHOW_HELP
  322. Language=English
  323. Usage for RSS.EXE VOLUME SHOW sub-interface
  324. Syntax RSS VOLUME SHOW [<volume-name1> <volume-name2> . | *] [/DFS]
  325. [/SIZE] [/ACCESS ] [/RULE] [/STATISTICS]
  326. Example RSS VOLUME SHOW D:
  327. This example will show all parameters for the specified volume, i.e. desired
  328. free space, migration criteria such as file size, access date settings,
  329. include/exclude rules and the capacity on the volume and actual free space.
  330. This interface shows all the configured and latent parameters of the volume.
  331. If the parameters to be shown are not explicitly provided, all the below
  332. parameters are displayed. If any are specified then only the ones specified
  333. are displayed.
  334. <volume-nameN> This is the drive-letter or the volume name specification of
  335. the volume. A * can be provided which indicates all volumes.
  336. /DFS Displays desired free space setting for the volume.
  337. /SIZE Displays minimal size for files to be managed setting.
  338. /ACCESS Displays last access date migration criteria for managed files
  339. setting.
  340. /RULE Displays all include/exclude rules for the volume in appropriate
  341. format indicating which are system rules that may not be deleted.
  342. /STATISTICS Displays the remote storage statistics for volume
  343. .
  344. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_DELETE_HELP
  345. Language=English
  346. Usage for RSS.EXE VOLUME DELETE sub-interface
  347. Syntax RSS VOLUME DELETE [<volume-name1> <volume-name2> . | *] /RULE:<rule-string>
  348. Example RSS VOLUME DELETE D: /RULE:<rule-1>
  349. This example would delete the specified include/exclude <rule-1> from the rules
  350. for volume D:.
  351. The delete interface for VOLUME is available only for rules currently these are
  352. the only deletable parameters for a volume at the moment.
  353. <volume-nameN> This is the drive-letter or the volume name spec. of the
  354. volume. A * can be provided which indicates all volumes.
  355. /RULE A rule string is provided which specifies the rule to be deleted.
  356. The format of the rule sting is described in the RSS VOLUME MANAGE
  357. interface above.
  358. .
  359. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_JOB_HELP
  360. Language=English
  361. Usage for RSS.EXE VOLUME JOB sub-interface
  362. Syntax RSS VOLUME JOB [<volume-name1> <volume-name2> | * ]
  363. /TYPE:{[CREATEFREESPACE|F] | [COPYFILES|C] | [VALIDATE|V]} [/RUN] [/CANCEL] [/WAIT]
  364. Example RSS VOLUME JOB * /TYPE:CREATEFREESPACE
  365. *or*
  366. RSS VOLUME JOB * /TYPE:F
  367. This example runs Create Free Space jobs for all managed volumes (i.e. runs
  368. a job that truncates all pre-migrated files for each managed volume.
  369. This interface lets users run or cancel a job on a specific volume
  370. <volume-nameN> This is the drive-letter or the volume name spec. of the
  371. volume to be removed from management. A * can be provided
  372. which indicates the job should be run/cancelled on all the
  373. managed volumes.
  374. /TYPE Specifies which job to run.
  375. /RUN Runs the specified job. This is the default in case that neither /RUN
  376. nor /CANCEL are given. Both /RUN and /CANCEL may not be specified in
  377. the same command line.
  378. /CANCEL Cancel the specified job in case that its running. It is not considered
  379. an error to issue a cancel while the job is not running.
  380. /WAIT Indicates the jobs should be run synchronously, i.e. the job would be
  381. run on each volume synchronously, and the command returns only after all
  382. the jobs completed. If any of the jobs had errors however, the command
  383. returns at that point.
  384. If this is not specified, all the jobs are created and the command
  385. returns without waiting for any of them to finish.
  386. This option is valid only when specified with /RUN.
  387. .
  388. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_MEDIA_SYNCHRONIZE_HELP
  389. Language=English
  390. Usage for RSS MEDIA SYNCHRONIZE sub-interface
  391. Syntax RSS MEDIA SYNCHRONIZE /COPYSET:<number of set to create> /WAIT
  392. Example RSS MEDIA SYNCHRONIZE /COPYSET:1
  393. This example creates or updates Set number 1 of copies to all of Remote Storage
  394. allocated medias.
  395. This interface lets users to synchronize (i.e. create or update) a set of
  396. copies to Remote Storage allocated medias. Note that RSS allows synchronizing
  397. only a whole set.
  398. /COPYSET Sets the number of copy-set to synchronize. RSS supports today up
  399. to 3 sets of copies, hence COPYSET should be in the range 1 to 3.
  400. /WAIT If specified, the operation is synchronous. Otherwise the command
  401. returns immediately, and the job completed asynchronously.
  402. .
  403. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_MEDIA_RECREATEMASTER_HELP
  404. Language=English
  405. Usage for RSS.EXE MEDIA RECREATEMASTER sub-interface
  406. Syntax RSS MEDIA RECREATEMASTER [<media-name1> <media-name2>
  407. /COPYSET:<number of sets to create> /WAIT
  408. Example RSS MEDIA RECREATEMASTER RS-RANKALA5-4 /COPYSET:2
  409. This example re-creates the master for media RS-RANKALA5-4 out of the second
  410. copy of that media.
  411. This interface lets users to re-create a master media out of a specific copy.
  412. <media-nameN> This is the RSS media to re-create.
  413. /COPYSET Sets the number of copy-set to use for creating the master(s).
  414. /WAIT If specified, the operation is synchronous. Otherwise the command
  415. returns immediately, and the job completed asynchronously.
  416. .
  417. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_MEDIA_DELETE_HELP
  418. Language=English
  419. Usage for RSS.EXE MEDIA DELETE sub-interface
  420. Syntax RSS MEDIA DELETE [<media-name1> <media-name2> | * ]
  421. /COPYSET:<number of set to create>
  422. Example RSS MEDIA DELETE RS-RANKALA5-1 /COPYSET:3
  423. This example deletes (and recycles) the third copy of RSS media RS-RANKALA5-4.
  424. This interface lets users delete a copy of specific RSS medias. Using * here
  425. means deleting the whole set.
  426. <media-nameN> This is the RSS media. A * can be provided which indicates
  427. delete the entire copy set.
  428. /COPYSET Sets the number of copy-set to delete.
  429. .
  430. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_MEDIA_SHOW_HELP
  431. Language=English
  432. Usage for RSS.EXE MEDIA SHOW sub-interface
  433. Syntax RSS MEDIA SHOW [<media-name1> <media-name2> . | *] [/NAME ] [/STATUS]
  434. [/CAPACITY] [/FREESPACE ] [/VERSION] [/COPIES ]
  435. Example RSS MEDIA SHOW RS-RANKALA5-2 /CAPACITY /FREESPACE
  436. This example will show the capacity and amount of free-space left for the
  437. specified media.
  438. This interface shows all the parameters of a Remote Storage allocated media.
  439. If the parameters to be shown are not explicitly provided, all the below
  440. parameters are displayed. If any are specified then only the ones specified
  441. are displayed.
  442. <media-nameN> This is media name to show parameters for. A * can be provided
  443. which indicates showing parameters for all Remote Storage
  444. allocated medias.
  445. /NAME Displays the RSM name for that media.
  446. /STATUS Displays the media status: Healthy, Read-Only, etc.
  447. /CAPACITY Displays the capacity of media (in GB).
  448. /FREESPACE Displays the amount of free space left on the media (in GB).
  449. /VERSION Displays last update date for that media.
  450. /COPIES Displays number of existing copies for the media and each copy
  451. status: Out-of-Date, etc.
  452. .
  453. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_FILE_RECALL_HELP
  454. Language=English
  455. Usage for RSS FILE RECALL sub-interface
  456. Syntax RSS FILE RECALL [ <file-spec1> <file-spec2> .]
  457. Example RSS FILE RECALL scratch.tmp tmp* fi??
  458. This example will recall the file scratch.tmp and all files with the prefix tmp
  459. and all files with 4 letter file names with the prefix fi
  460. <file-specN> This is the file to be recalled. Wildcards (* and ? which have
  461. the conventional meaning) may be provided.
  462. NOTE: This interface is completely synchronous, i.e. RSS FILE RECALL would not
  463. return until the file is recalled completely.
  464. .