Source code of Windows XP (NT5)
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.

634 lines
22 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 indicates in case of Week, which day (0 = Sunday, 1 = Monday etc.). For Month it indicates the day of the month (1..31).
  204. <time> is always specified in 24 hour, hh:mm:ss format.
  205. Example: "Every 2 Week 2 21:03:00" indicates every 2 weeks,
  206. on Tuesdays at 9:03pm
  207. /CONCURRENCY Specifies how many migrate jobs/recalls can be executed concurrently
  208. /ADMINEXEMPT Indicates if admins are exempt from runaway recall limit. If 0 they are not, if 1 they are.
  209. .
  210. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_ADMIN_SHOW_HELP
  211. Language=English
  212. Usage for RSS ADMIN SHOW interface
  213. Syntax RSS ADMIN SHOW [/RECALLLIMIT] [/MEDIACOPIES] [/SCHEDULE] [/GENERAL]
  214. [/MANAGEABLES] [/MANAGED] [/MEDIA] [/CONCURRENCY] [/ADMINEXEMPT]
  215. Example RSS ADMIN SHOW /MANAGEABLES /GENERAL
  216. Displays parameters. When invoked just as RSS ADMIN SHOW without any parameters,
  217. it displays all.
  218. /RECALLLIMIT Displays runaway recall limit
  219. /MEDIACOPIES Displays configured number of media copies
  220. /SCHEDULE Displays schedule
  221. /GENERAL Displays general information of Remote Storage: version,
  222. status, number of volumes managed, number of tape cartridges
  223. used, data in remote storage
  224. /MANAGEABLES Displays the set of volumes that may be managed by Remote
  225. Storage
  226. /MANAGED Displays the set of volumes that are managed by Remote Storage
  227. currently
  228. /MEDIA Displays the set of medias currently allocated for Remote
  229. Storage
  230. /CONCURRENCY Displays the value of the concurrency setting which determines
  231. how many migrate jobs/recalls can be executed concurrently
  232. /ADMINEXEMPT Shows the state of the admin exempt from runaway recall limit
  233. .
  234. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_MANAGE_HELP
  235. Language=English
  236. Usage for RSS.EXE VOLUME MANAGE sub-interface
  237. RSS VOLUME MANAGE interface
  238. Syntax RSS VOLUME MANAGE [<volume-name1> <volume-name2> . | *]
  239. [/DFS:<desired free space>] [/SIZE:<larger-than-size>]
  240. [/ACCESS:<not-accessed-in-days> ]
  241. [/INCLUDE:<rules-string>] [/EXCLUDE:<rules-string>]
  242. [/RECURSIVE]
  243. Example RSS VOLUME MANAGE * /DFS:80 /SIZE:4 /ACCESS:60
  244. /INCLUDE:\Program Files:*
  245. This example manages all volumes with desired free space of 80%, managing only
  246. files with sizes > 4KB, not accessed in past 60 days.
  247. It adds an include rule for all files under the \Program Files directory.
  248. This interface lets users manage the specified volume(s).
  249. <volume-nameN> This is the drive-letter or the volume name spec. of the
  250. volume to be managed. A * can be provided which indicates all
  251. manageable volumes should be managed.
  252. /DFS Sets the desired free space for the volume. Default is 5 % if this is
  253. not specified
  254. /SIZE Sets the minimal size in KB units for files to be managed, i.e. only
  255. files larger than this will be managed Default is 12KB if this is
  256. not specified.
  257. /ACCESS Only files not accessed in the specified number of days will be
  258. managed. Default is 180 days.
  259. The next few options apply to include/exclude rules:
  260. /INCLUDE Supplies an inclusion rule to be added to the volume for migration
  261. criteria.
  262. The format of the rule string is: <Path> [: <File Spec>].
  263. If the <File Spec> is not supplied, * is assumed (i.e. all files
  264. under the specified path).
  265. /EXCLUDE Supplies an exclusion rule to be added to the volume. The format
  266. of the rule is the same as that for inclusion rules (see above).
  267. NOTE: Both INCLUDE and /EXCLUDE may not be specified in the same
  268. command line.
  269. /RECURSIVE This option should be used only in conjunction with /INCLUDE or
  270. /EXCLUDE. It specifies that the rule should be applied to all
  271. folders under the given path.
  272. .
  273. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_UNMANAGE_HELP
  274. Language=English
  275. Usage for RSS.EXE VOLUME UNMANAGE sub-interface
  276. Syntax RSS VOLUME UNMANAGE [<volume-name1> <volume-name2> | * ]
  277. [/QUICK] [/FULL]
  278. Example RSS VOLUME UNMANAGE *
  279. This example quick-unmanages (i.e. removes from management without recalling
  280. the files) all the volumes currently being managed. This interface lets users
  281. unmanage the specified volume(s)
  282. <volume-nameN> This is the drive-letter or the volume name spec. of the
  283. volume to be removed from management. A * can be provided
  284. which indicates all managed volumes should be removed from
  285. management.
  286. /QUICK Removes the volume(s) from management without recalling all the files
  287. from remote storage. This is the default if /FULL is not specified.
  288. Both /QUICK and /FULL may not be specified in the same command line.
  289. /FULL Removes the volume(s) from management, recalling all the stubs from
  290. remote storage.
  291. .
  292. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_SET_HELP
  293. Language=English
  294. Usage for RSS.EXE VOLUME SET sub-interface
  295. Syntax RSS VOLUME SET [<volume-name1> <volume-name2> . | *]
  296. [/DFS:<desired free space> ][/SIZE:<larger-than-size>] [/ACCESS:<not-accessed-in-days>]
  297. [/INCLUDE:<rule-string>] [/EXCLUDE:<rule-string>]
  298. [/RECURSIVE]
  299. Example RSS VOLUME SET * /ACCESS:90 /SIZE:6
  300. This example modifies the settings of all managed volumes. Note that the /RULES
  301. option adds rules to the existing set.
  302. <volume-nameN> This is the drive-letter or the volume name spec. of the
  303. volume. A * can be provided which indicates all volumes
  304. /DFS Sets the desired free space for the volume.
  305. /SIZE Sets the minimal size in KB units for files to be managed, i.e. only
  306. files larger than this will be managed
  307. /ACCESS Only files not accessed in the specified number of days will be
  308. managed. Default is 180 days.
  309. /INCLUDE Specifies an inclusion rule. Look at RSS VOLUME MANAGE interface
  310. described above for format of the rule string.
  311. /EXCLUDE Specifies an exclusion rule. Look at RSS VOLUME MANAGE interface
  312. described above for format of the rule string.
  313. /RECURSIVE This option should be used only in conjunction with /INCLUDE or
  314. /EXCLUDE. It specifies that the rule should be applied to all
  315. folders under the given path.
  316. .
  317. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_SHOW_HELP
  318. Language=English
  319. Usage for RSS.EXE VOLUME SHOW sub-interface
  320. Syntax RSS VOLUME SHOW [<volume-name1> <volume-name2> . | *] [/DFS]
  321. [/SIZE] [/ACCESS ] [/RULE] [/STATISTICS]
  322. Example RSS VOLUME SHOW D:
  323. This example will show all parameters for the specified volume, i.e. desired
  324. free space, migration criteria such as file size, access date settings,
  325. include/exclude rules and the capacity on the volume and actual free space.
  326. This interface shows all the configured and latent parameters of the volume.
  327. If the parameters to be shown are not explicitly provided, all the below
  328. parameters are displayed. If any are specified then only the ones specified
  329. are displayed.
  330. <volume-nameN> This is the drive-letter or the volume name specification of
  331. the volume. A * can be provided which indicates all volumes.
  332. /DFS Displays desired free space setting for the volume.
  333. /SIZE Displays minimal size for files to be managed setting.
  334. /ACCESS Displays last access date migration criteria for managed files
  335. setting.
  336. /RULE Displays all include/exclude rules for the volume in appropriate
  337. format indicating which are system rules that may not be deleted.
  338. /STATISTICS Displays the remote storage statistics for volume
  339. .
  340. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_DELETE_HELP
  341. Language=English
  342. Usage for RSS.EXE VOLUME DELETE sub-interface
  343. Syntax RSS VOLUME DELETE [<volume-name1> <volume-name2> . | *] /RULE:<rule-string>
  344. Example RSS VOLUME DELETE D: /RULE:<rule-1>
  345. This example would delete the specified include/exclude <rule-1> from the rules
  346. for volume D:.
  347. The delete interface for VOLUME is available only for rules currently these are
  348. the only deletable parameters for a volume at the moment.
  349. <volume-nameN> This is the drive-letter or the volume name spec. of the
  350. volume. A * can be provided which indicates all volumes.
  351. /RULE A rule string is provided which specifies the rule to be deleted.
  352. The format of the rule sting is described in the RSS VOLUME MANAGE
  353. interface above.
  354. .
  355. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_VOLUME_JOB_HELP
  356. Language=English
  357. Usage for RSS.EXE VOLUME JOB sub-interface
  358. Syntax RSS VOLUME JOB [<volume-name1> <volume-name2> | * ]
  359. /TYPE:{[CREATEFREESPACE|F] | [COPYFILES|C] | [VALIDATE|V]} [/RUN] [/CANCEL] [/WAIT]
  360. Example RSS VOLUME JOB * /TYPE:CREATEFREESPACE
  361. *or*
  362. RSS VOLUME JOB * /TYPE:F
  363. This example runs Create Free Space jobs for all managed volumes (i.e. runs
  364. a job that truncates all pre-migrated files for each managed volume.
  365. This interface lets users run or cancel a job on a specific volume
  366. <volume-nameN> This is the drive-letter or the volume name spec. of the
  367. volume to be removed from management. A * can be provided
  368. which indicates the job should be run/cancelled on all the
  369. managed volumes.
  370. /TYPE Specifies which job to run.
  371. /RUN Runs the specified job. This is the default in case that neither /RUN
  372. nor /CANCEL are given. Both /RUN and /CANCEL may not be specified in
  373. the same command line.
  374. /CANCEL Cancel the specified job in case that its running. It is not considered
  375. an error to issue a cancel while the job is not running.
  376. /WAIT Indicates the jobs should be run synchronously, i.e. the job would be
  377. run on each volume synchronously, and the command returns only after all
  378. the jobs completed. If any of the jobs had errors however, the command
  379. returns at that point.
  380. If this is not specified, all the jobs are created and the command
  381. returns without waiting for any of them to finish.
  382. This option is valid only when specified with /RUN.
  383. .
  384. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_MEDIA_SYNCHRONIZE_HELP
  385. Language=English
  386. Usage for RSS MEDIA SYNCHRONIZE sub-interface
  387. Syntax RSS MEDIA SYNCHRONIZE /COPYSET:<number of set to create> /WAIT
  388. Example RSS MEDIA SYNCHRONIZE /COPYSET:1
  389. This example creates or updates Set number 1 of copies to all of Remote Storage
  390. allocated medias.
  391. This interface lets users to synchronize (i.e. create or update) a set of
  392. copies to Remote Storage allocated medias. Note that RSS allows synchronizing
  393. only a whole set.
  394. /COPYSET Sets the number of copy-set to synchronize. RSS supports today up
  395. to 3 sets of copies, hence COPYSET should be in the range 1 to 3.
  396. /WAIT If specified, the operation is synchronous. Otherwise the command
  397. returns immediately, and the job completed asynchronously.
  398. .
  399. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_MEDIA_RECREATEMASTER_HELP
  400. Language=English
  401. Usage for RSS.EXE MEDIA RECREATEMASTER sub-interface
  402. Syntax RSS MEDIA RECREATEMASTER [<media-name1> <media-name2>
  403. /COPYSET:<number of sets to create> /WAIT
  404. Example RSS MEDIA RECREATEMASTER RS-RANKALA5-4 /COPYSET:2
  405. This example re-creates the master for media RS-RANKALA5-4 out of the second
  406. copy of that media.
  407. This interface lets users to re-create a master media out of a specific copy.
  408. <media-nameN> This is the RSS media to re-create.
  409. /COPYSET Sets the number of copy-set to use for creating the master(s).
  410. /WAIT If specified, the operation is synchronous. Otherwise the command
  411. returns immediately, and the job completed asynchronously.
  412. .
  413. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_MEDIA_DELETE_HELP
  414. Language=English
  415. Usage for RSS.EXE MEDIA DELETE sub-interface
  416. Syntax RSS MEDIA DELETE [<media-name1> <media-name2> | * ]
  417. /COPYSET:<number of set to create>
  418. Example RSS MEDIA DELETE RS-RANKALA5-1 /COPYSET:3
  419. This example deletes (and recycles) the third copy of RSS media RS-RANKALA5-4.
  420. This interface lets users delete a copy of specific RSS medias. Using * here
  421. means deleting the whole set.
  422. <media-nameN> This is the RSS media. A * can be provided which indicates
  423. delete the entire copy set.
  424. /COPYSET Sets the number of copy-set to delete.
  425. .
  426. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_MEDIA_SHOW_HELP
  427. Language=English
  428. Usage for RSS.EXE MEDIA SHOW sub-interface
  429. Syntax RSS MEDIA SHOW [<media-name1> <media-name2> . | *] [/NAME ] [/STATUS]
  430. [/CAPACITY] [/FREESPACE ] [/VERSION] [/COPIES ]
  431. Example RSS MEDIA SHOW RS-RANKALA5-2 /CAPACITY /FREESPACE
  432. This example will show the capacity and amount of free-space left for the
  433. specified media.
  434. This interface shows all the parameters of a Remote Storage allocated media.
  435. If the parameters to be shown are not explicitly provided, all the below
  436. parameters are displayed. If any are specified then only the ones specified
  437. are displayed.
  438. <media-nameN> This is media name to show parameters for. A * can be provided
  439. which indicates showing parameters for all Remote Storage
  440. allocated medias.
  441. /NAME Displays the RSM name for that media.
  442. /STATUS Displays the media status: Healthy, Read-Only, etc.
  443. /CAPACITY Displays the capacity of media (in GB).
  444. /FREESPACE Displays the amount of free space left on the media (in GB).
  445. /VERSION Displays last update date for that media.
  446. /COPIES Displays number of existing copies for the media and each copy
  447. status: Out-of-Date, etc.
  448. .
  449. MessageId=+1 Severity=Error Facility=Cli SymbolicName=CLI_MESSAGE_FILE_RECALL_HELP
  450. Language=English
  451. Usage for RSS FILE RECALL sub-interface
  452. Syntax RSS FILE RECALL [ <file-spec1> <file-spec2> .]
  453. Example RSS FILE RECALL scratch.tmp tmp* fi??
  454. This example will recall the file scratch.tmp and all files with the prefix tmp
  455. and all files with 4 letter file names with the prefix fi
  456. <file-specN> This is the file to be recalled. Wildcards (* and ? which have
  457. the conventional meaning) may be provided.
  458. NOTE: This interface is completely synchronous, i.e. RSS FILE RECALL would not
  459. return until the file is recalled completely.
  460. .