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.

888 lines
33 KiB

  1. ;/*--
  2. ;
  3. ;Copyright (c) 1999-2001 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; msg.h
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the vssadmin.exe
  12. ; utility. This is currently only used for Whistler Servers.
  13. ;
  14. ;Author:
  15. ;
  16. ; Stefan Steiner [SSteiner] 27-Mar-2001
  17. ;
  18. ;Revision History:
  19. ;
  20. ;--*/
  21. ;
  22. ;#ifndef __MSG_H__
  23. ;#define __MSG_H__
  24. ;#define MSG_FIRST_MESSAGE_ID MSG_UTILITY_HEADER
  25. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  26. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  27. Warning=0x2:STATUS_SEVERITY_WARNING
  28. Error=0x3:STATUS_SEVERITY_ERROR
  29. )
  30. ;//
  31. ;// vssadmin general messages/errors (range 10000-11000)
  32. ;//
  33. ;//
  34. MessageId=10000 Severity=Informational SymbolicName=MSG_UTILITY_HEADER
  35. Language=English
  36. vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
  37. (C) Copyright 2001 Microsoft Corp.
  38. .
  39. MessageId=10001 Severity=Informational SymbolicName=MSG_YESNO_RESPONSE_DATA
  40. Language=English
  41. YN%0
  42. .
  43. MessageId=10002 Severity=Informational SymbolicName=MSG_INFINITE
  44. Language=English
  45. UNBOUNDED%0
  46. .
  47. MessageId=10003 Severity=Informational SymbolicName=MSG_UNKNOWN
  48. Language=English
  49. UNKNOWN%0
  50. .
  51. MessageId=10004 Severity=Informational SymbolicName=MSG_ERROR
  52. Language=English
  53. Error:%0
  54. .
  55. MessageId=10005 Severity=Informational SymbolicName=MSG_ERROR_UNEXPECTED_WITH_HRESULT
  56. Language=English
  57. Error: Unexpected failure, error code: 0x%1!08x!.
  58. .
  59. MessageId=10006 Severity=Informational SymbolicName=MSG_ERROR_UNEXPECTED_WITH_STRING
  60. Language=English
  61. Error: Unexpected failure: %1
  62. .
  63. MessageId=10020 Severity=Informational SymbolicName=MSG_USAGE
  64. Language=English
  65. ---- Commands Supported ----
  66. .
  67. MessageId=10021 Severity=Informational SymbolicName=MSG_USAGE_GEN_ADD_DIFFAREA
  68. Language=English
  69. %1 - Add a new volume shadow copy storage association
  70. .
  71. MessageId=10022 Severity=Informational SymbolicName=MSG_USAGE_DTL_ADD_DIFFAREA_INT
  72. Language=English
  73. %1 %2 [/Provider=ProviderNameOrID] /For=ForVolumeSpec
  74. /On=OnVolumeSpec [/MaxSize=MaxSizeSpec]
  75. - Adds a shadow copy storage association between the volume specified by
  76. ForVolumeSpec and the volume specified by OnVolumeSpec the shadow copy
  77. storage volume. Storage for shadow copies of ForVolumeSpec will be
  78. stored on OnVolumeSpec. The maximum space the association may occupy on
  79. the shadow copy storage volume is MaxSizeSpec. If MaxSizeSpec is not
  80. specified, there is no limit to the amount of space that may be used. If
  81. the maximum number of shadow copy storage associations have already been
  82. made, an error is given. MaxSizeSpec must be 1MB or greater and accepts
  83. the following suffixes: KB, MB, GB, TB, PB and EB. Also, B, K, M, G, T,
  84. P, and E are acceptable suffixes. If a suffix is not supplied,
  85. MaxSizeSpec is in bytes. If the provider is the supplied Microsoft
  86. provider, MaxSizeSpec must be 100MB or greater.
  87. - The provider ID can be obtained by using the List Providers command
  88. When entering a Provider ID, it must be in the following format:
  89. {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  90. where the X's are hexadecimal characters.
  91. Example Usage: vssadmin Add ShadowStorage
  92. /Provider={b5946137-7b9f-4925-af80-51abd60b20d5}
  93. /For=C: /On=D: /MaxSize=150MB
  94. .
  95. MessageId=10023 Severity=Informational SymbolicName=MSG_USAGE_GEN_CREATE_SNAPSHOT
  96. Language=English
  97. %1 - Create a new volume shadow copy
  98. .
  99. MessageId=10024 Severity=Informational SymbolicName=MSG_USAGE_DTL_CREATE_SNAPSHOT_INT
  100. Language=English
  101. %1 %2 /Type=ShadowType /For=ForVolumeSpec
  102. [/Provider=ProviderNameOrID] [/AutoRetry=MaxRetryMinutes]
  103. - Creates a new shadow copy of the specified type for the ForVolumeSpec.
  104. The default shadow copy Provider will be called unless ProviderNameOrID
  105. is specified. The ForVolumeSpec must be a local volume drive letter or
  106. mount point. If MaxRetryMinutes is specified and there is another
  107. process creating a shadow copy, vssadmin will continue to try to create
  108. the shadow copy for MaxRetryMinutes minutes.
  109. - The provider ID can be obtained by using the List Providers command.
  110. When entering a Provider ID, it must be in the following format:
  111. {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  112. where the X's are hexadecimal characters.
  113. Example Usage: vssadmin Create Shadow /Type=ClientAccessible /For=C:
  114. /Provider={b5946137-7b9f-4925-af80-51abd60b20d5}
  115. /AutoRetry=2
  116. - Valid shadow copy types:
  117. .
  118. MessageId=10025 Severity=Informational SymbolicName=MSG_USAGE_GEN_DELETE_DIFFAREAS
  119. Language=English
  120. %1 - Delete volume shadow copy storage associations
  121. .
  122. MessageId=10026 Severity=Informational SymbolicName=MSG_USAGE_DTL_DELETE_DIFFAREAS_INT
  123. Language=English
  124. %1 %2 /Provider=ProviderNameOrId /For=ForVolumeSpec
  125. [/On=OnVolumeSpec] [/Quiet]
  126. - Deletes an existing shadow copy storage association between
  127. ForVolumeSpec and OnVolumeSpec. If no /On option is given, all shadow
  128. copy storage associations will be deleted for the given ForVolumeSpec.
  129. - The Provider ID can be obtained by using the List Providers command.
  130. When entering a Provider ID, it must be in the following format:
  131. {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  132. where the X's are hexadecimal characters.
  133. Example Usage: vssadmin Delete ShadowStorage
  134. /Provider={b5946137-7b9f-4925-af80-51abd60b20d5}
  135. /For=C: /On=D:
  136. .
  137. MessageId=10027 Severity=Informational SymbolicName=MSG_USAGE_GEN_DELETE_SNAPSHOTS
  138. Language=English
  139. %1 - Delete volume shadow copies
  140. .
  141. MessageId=10028 Severity=Informational SymbolicName=MSG_USAGE_DTL_DELETE_SNAPSHOTS_INT
  142. Language=English
  143. %1 %2 [/Type=ShadowType] [/For=ForVolumeSpec] [/Oldest] [/Quiet]
  144. %1 %2 /Shadow=ShadowId [/Quiet]
  145. - For the given ForVolumeSpec deletes all existing shadow copies
  146. satisfying the given options. If /Oldest is given, the oldest matching
  147. shadow copy on the volume is deleted. If /All is given without a
  148. ForVolumeSpec, all shadow copies on all volumes that can be deleted are
  149. deleted. If /Shadow=ShadowId is given, the shadow copy with that
  150. Shadow Copy ID is deleted.
  151. - The Shadow Copy ID can be obtained by using the List Shadows command.
  152. When entering a Shadow Copy ID, it must be in the following format:
  153. {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  154. where the X's are hexadecimal characters. This ID can be obtained
  155. through the List Shadows command.
  156. Example Usage: vssadmin Delete Shadows /Type=ClientAccessible /For=C:
  157. vssadmin Delete Shadows
  158. /Shadow={c5946237-af12-3f23-af80-51aadb3b20d5}
  159. - Valid shadow copy types:
  160. .
  161. MessageId=10029 Severity=Informational SymbolicName=MSG_USAGE_GEN_EXPOSE_SNAPSHOT
  162. Language=English
  163. %1 - Exposes an existing shadow copy
  164. .
  165. MessageId=10030 Severity=Informational SymbolicName=MSG_USAGE_DTL_EXPOSE_SNAPSHOT
  166. Language=English
  167. %1 %2 /Shadow=ShadowId [/ExposeUsing=LetterDirSpecOrShare]
  168. [/SharePath=SharePathDirSpec]
  169. - Exposes an existing shadow copy volume through a share name or a mount
  170. point. If LetterDirSpecOrShare is specified, the shadow copy is exposed
  171. through a given drive letter, mount point or a share name. If it is not
  172. specified, a default share will be created and a name will be given upon
  173. completion. To expose through a drive letter, LetterDirSpecOrShare must
  174. be in the form of 'X:'. To expose through a mount point,
  175. LetterDirSpecOrShare must be a fully qualified path starting with 'X:\',
  176. and must point to an existing directory. To expose through a share name,
  177. LetterDirSpecOrShare must consist of only valid share name characters,
  178. i.e. SourceShare2. When exposing through a share, the whole volume will
  179. be shared unless SharePathDirSpec is given. If SharePathDirSpec is
  180. given, only the portion of the volume from that directory and up will be
  181. shared though the share name. The SharePathDirSpec must start with a
  182. '\'.
  183. - The only types of Shadow Copies that can be exposed are the
  184. DataVolumeRollback shadows. Shadow Copies that have the
  185. ClientAccessible type cannot be exposed.
  186. - The Shadow Copy ID can be obtained by using the List Shadows command.
  187. When entering a Shadow Copy ID, it must be in the following format:
  188. {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  189. where the X's are hexadecimal characters.
  190. Example Usage: vssadmin Expose Shadow
  191. /Shadow={c5946237-af12-3f23-af80-51aadb3b20d5}
  192. /ExposeUsing=SourceShare2 /SharePath=\sharedpath
  193. .
  194. MessageId=10031 Severity=Informational SymbolicName=MSG_USAGE_GEN_LIST_DIFFAREAS
  195. Language=English
  196. %1 - List volume shadow copy storage associations
  197. .
  198. MessageId=10032 Severity=Informational SymbolicName=MSG_USAGE_DTL_LIST_DIFFAREAS_INT
  199. Language=English
  200. %1 %2 [/Provider=ProviderNameOrId] [/For=ForVolumeSpec|/On=OnVolumeSpec]
  201. - Displays all shadow copy storage associations on the system for a
  202. given provider. Not all providers use shadow storage. You will
  203. receive an error if it is not supported by your provider. To list all
  204. associations for a given volume, specify a ForVolumeSpec and no /On
  205. option. To list all associations on a given volume, specify a
  206. OnVolumeSpec and no /For option.
  207. - The Provider ID can be obtained by using the List Providers command.
  208. When entering a Provider ID, it must be in the following format:
  209. {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  210. where the X's are hexadecimal characters.
  211. Example Usage: vssadmin List ShadowStorage
  212. /Provider={b5946137-7b9f-4925-af80-51abd60b20d5}
  213. /On=C:
  214. .
  215. MessageId=10033 Severity=Informational SymbolicName=MSG_USAGE_GEN_LIST_PROVIDERS
  216. Language=English
  217. %1 - List registered volume shadow copy providers
  218. .
  219. MessageId=10034 Severity=Informational SymbolicName=MSG_USAGE_DTL_LIST_PROVIDERS
  220. Language=English
  221. %1 %2
  222. - List registered volume shadow copy providers.
  223. Example Usage: vssadmin List Providers
  224. .
  225. MessageId=10035 Severity=Informational SymbolicName=MSG_USAGE_GEN_LIST_SNAPSHOTS
  226. Language=English
  227. %1 - List existing volume shadow copies
  228. .
  229. MessageId=10036 Severity=Informational SymbolicName=MSG_USAGE_DTL_LIST_SNAPSHOTS_INT
  230. Language=English
  231. %1 %2 [/Type=ShadowType] [/Provider=ProviderNameOrId]
  232. [/For=ForVolumeSpec] [/Shadow=ShadowId|/Set=ShadowSetId]
  233. - Displays existing shadow copies on the system. Without any options,
  234. all shadow copies on the system are displayed ordered by shadow copy set.
  235. Any combinations of options are allowed to refine the list operation.
  236. - The Shadow Copy ID can be obtained by using the List Shadows command.
  237. The Provider ID can be obtained by using the List Providers command.
  238. When entering a Provider, Shadow, or Shadow Set ID, it must be in
  239. the following format:
  240. {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  241. where the X's are hexadecimal characters.
  242. Example Usage: vssadmin List Shadows /Type=ClientAccessible
  243. /Provider={b5946137-7b9f-4925-af80-51abd60b20d5}
  244. /Shadow={c5946237-af12-3f23-af80-51aadb3b20d5}
  245. - Valid shadow copy types:
  246. .
  247. MessageId=10037 Severity=Informational SymbolicName=MSG_USAGE_GEN_LIST_VOLUMES
  248. Language=English
  249. %1 - List volumes eligible for shadow copies
  250. .
  251. MessageId=10038 Severity=Informational SymbolicName=MSG_USAGE_DTL_LIST_VOLUMES_INT
  252. Language=English
  253. %1 %2 [/Provider=ProviderNameOrId] [/Type=ShadowType]
  254. - Displays all volumes which may be shadow copied using the provider
  255. specified by ProviderNameOrId. If ShadowType is given, then lists only
  256. those volumes that may have a shadow copy of that type.
  257. - The Provider ID can be obtained using the List Providers command.
  258. When entering a Provider ID, it must be in the following format:
  259. {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  260. where the X's are hexadecimal characters.
  261. Example Usage: vssadmin List Volumes
  262. /Provider={b5946137-7b9f-4925-af80-51abd60b20d5}
  263. /Type=ClientAccessible
  264. - Valid shadow copy types:
  265. .
  266. MessageId=10039 Severity=Informational SymbolicName=MSG_USAGE_GEN_LIST_WRITERS
  267. Language=English
  268. %1 - List subscribed volume shadow copy writers
  269. .
  270. MessageId=10040 Severity=Informational SymbolicName=MSG_USAGE_DTL_LIST_WRITERS
  271. Language=English
  272. %1 %2
  273. - List subscribed volume shadow copy writers
  274. Example Usage: vssadmin List Writers
  275. .
  276. MessageId=10041 Severity=Informational SymbolicName=MSG_USAGE_GEN_RESIZE_DIFFAREA
  277. Language=English
  278. %1 - Resize a volume shadow copy storage association
  279. .
  280. MessageId=10042 Severity=Informational SymbolicName=MSG_USAGE_DTL_RESIZE_DIFFAREA_INT
  281. Language=English
  282. %1 %2 [/Provider=ProviderNameOrID] /For=ForVolumeSpec
  283. /On=OnVolumeSpec [/MaxSize=MaxSizeSpec]
  284. - Resizes the maximum size for a shadow copy storage association between
  285. ForVolumeSpec and OnVolumeSpec. Resizing the storage association may
  286. cause shadow copies to disappear. If MaxSizeSpec is not specified,
  287. there is no limit to the amount of space it may use. As certain shadow
  288. copies are deleted, the shadow copy storage space will then shrink.
  289. MaxSizeSpec must be 1MB or greater and accepts the following suffixes:
  290. KB, MB, GB, TB, PB and EB. Also, B, K, M, G, T, P, and E are acceptable
  291. suffixes. If a suffix is not supplied, MaxSizeSpec is in
  292. bytes. If the provider is the supplied Microsoft provider,
  293. MaxSizeSpec must be 100MB or greater.
  294. - The Provider ID can be obtained by using the List Providers command.
  295. When entering a Provider ID, it must be in the following format:
  296. {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  297. where the X's are hexadecimal characters.
  298. Example Usage: vssadmin Resize ShadowStorage
  299. /Provider={b5946137-7b9f-4925-af80-51abd60b20d5}
  300. /For=C: /On=D: /MaxSize=150MB
  301. .
  302. MessageId=10060 Severity=Informational SymbolicName=MSG_ERROR_PROVIDER_NAME_NOT_FOUND
  303. Language=English
  304. Volume Shadow Copy Provider '%1' not found.
  305. .
  306. MessageId=10061 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_CREATED
  307. Language=English
  308. Successfully created shadow copy for '%1'
  309. Shadow Copy ID: %2
  310. Shadow Copy Volume Name: %3
  311. .
  312. MessageId=10062 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOTTYPES_HEADER
  313. Language=English
  314. Supported Volume Shadow Copy types
  315. .
  316. MessageId=10063 Severity=Informational SymbolicName=MSG_INFO_ADDED_DIFFAREA
  317. Language=English
  318. Successfully added the shadow copy storage association
  319. .
  320. MessageId=10064 Severity=Informational SymbolicName=MSG_INFO_RESIZED_DIFFAREA
  321. Language=English
  322. Successfully resized the shadow copy storage association
  323. .
  324. MessageId=10065 Severity=Informational SymbolicName=MSG_INFO_DELETED_DIFFAREAS
  325. Language=English
  326. Successfully deleted the shadow copy storage association(s)
  327. .
  328. MessageId=10066 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_SET_HEADER
  329. Language=English
  330. Contents of shadow copy set ID: %1
  331. Contained %2!d! shadow copies at creation time: %3
  332. .
  333. MessageId=10067 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_CONTENTS
  334. Language=English
  335. Shadow Copy ID: %1
  336. Original Volume: (%2)%3
  337. Shadow Copy Volume: %4
  338. Originating Machine: %5
  339. Service Machine: %6
  340. Provider: '%7'
  341. Type: %8
  342. Attributes: %9
  343. .
  344. MessageId=10070 Severity=Informational SymbolicName=MSG_INFO_PROVIDER_CONTENTS
  345. Language=English
  346. Provider name: '%1'
  347. Provider type: %2
  348. Provider Id: %3
  349. Version: %4
  350. .
  351. MessageId=10071 Severity=Informational SymbolicName=MSG_INFO_WRITER_CONTENTS
  352. Language=English
  353. Writer name: '%1'
  354. Writer Id: %2
  355. Writer Instance Id: %3
  356. State: [%4!d!] %5
  357. Last error: %6
  358. .
  359. MessageId=10072 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_STORAGE_CONTENTS
  360. Language=English
  361. Shadow Copy Storage association
  362. For volume: (%1)%2
  363. Shadow Copy Storage volume: (%3)%4
  364. Used Shadow Copy Storage space: %5
  365. Allocated Shadow Copy Storage space: %6
  366. Maximum Shadow Copy Storage space: %7
  367. .
  368. MessageId=10073 Severity=Informational SymbolicName=MSG_INFO_VOLUME_CONTENTS
  369. Language=English
  370. Volume path: %1
  371. Volume name: %2
  372. .
  373. MessageId=10074 Severity=Informational SymbolicName=MSG_INFO_WAITING_RESPONSES
  374. Language=English
  375. Waiting for responses.
  376. These may be delayed if a shadow copy is being prepared.
  377. .
  378. MessageId=10075 Severity=Informational SymbolicName=MSG_INFO_PROMPT_USER_FOR_DELETE_SNAPSHOTS
  379. Language=English
  380. Do you really want to delete %1!u! shadow copies (Y/N): [N]? %0
  381. .
  382. MessageId=10076 Severity=Informational SymbolicName=MSG_ERROR_SNAPSHOT_NOT_FOUND
  383. Language=English
  384. Shadow Copy ID: %1 not found.
  385. .
  386. MessageId=10077 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOTS_DELETED_SUCCESSFULLY
  387. Language=English
  388. Successfully deleted %1!d! shadow copies.
  389. .
  390. MessageId=10078 Severity=Informational SymbolicName=MSG_INFO_EXPOSE_SNAPSHOT_SUCCESSFUL
  391. Language=English
  392. Successfully exposed shadow copy through '%1'.
  393. .
  394. MessageId=10079 Severity=Informational SymbolicName=MSG_ERROR_UNABLE_TO_DELETE_SNAPSHOT
  395. Language=English
  396. Received error %1!08x! trying to delete Shadow Copy ID: %2.
  397. .
  398. MessageId=10080 Severity=Informational SymbolicName=MSG_TYPE_DESCRIPTION_CLIENTACCESSIBLE
  399. Language=English
  400. %1: Accessible through Shadow copies of shared folders
  401. .
  402. MessageId=10081 Severity=Informational SymbolicName=MSG_TYPE_DESCRIPTION_DATAVOLUMEROLLBACK
  403. Language=English
  404. %1: Shadow copies not associated with Shadow copies of shared folders
  405. .
  406. MessageId=10082 Severity=Informational SymbolicName=MSG_TYPE_DESCRIPTION_PERSISTENTCLIENTACCESSIBLE
  407. Language=English
  408. %1:
  409. .
  410. MessageId=10083 Severity=Informational SymbolicName=MSG_TYPE_DESCRIPTION_APPLICATIONROLLBACK
  411. Language=English
  412. %1:
  413. .
  414. MessageId=10084 Severity=Informational SymbolicName=MSG_TYPE_DESCRIPTION_FILESHAREROLLBACK
  415. Language=English
  416. %1:
  417. .
  418. MessageId=10085 Severity=Informational SymbolicName=MSG_TYPE_DESCRIPTION_BACKUP
  419. Language=English
  420. %1:
  421. .
  422. ;// Usage messages for the distributed version of the tool
  423. MessageId=10086 Severity=Informational SymbolicName=MSG_USAGE_DTL_ADD_DIFFAREA_PUB
  424. Language=English
  425. %1 %2 /For=ForVolumeSpec /On=OnVolumeSpec [/MaxSize=MaxSizeSpec]
  426. - Adds a shadow copy storage association between the volume specified by
  427. ForVolumeSpec and the volume specified by OnVolumeSpec the shadow copy
  428. storage volume. Storage for shadow copies of ForVolumeSpec will be
  429. stored on OnVolumeSpec. The maximum space the association may occupy on
  430. the shadow copy storage volume is MaxSizeSpec. If MaxSizeSpec is not
  431. specified, there is no limit to the amount of space may use. If the
  432. maximum number of shadow copy storage associations have already been
  433. made, an error is given. MaxSizeSpec must be 100MB or greater and
  434. accepts the following suffixes: KB, MB, GB, TB, PB and EB. Also, B, K,
  435. M, G, T, P, and E are acceptable suffixes. If a suffix is not supplied,
  436. MaxSizeSpec is in bytes.
  437. Example Usage: vssadmin Add ShadowStorage /For=C: /On=D: /MaxSize=150MB
  438. .
  439. MessageId=10087 Severity=Informational SymbolicName=MSG_USAGE_DTL_CREATE_SNAPSHOT_PUB
  440. Language=English
  441. %1 %2 /For=ForVolumeSpec [/AutoRetry=MaxRetryMinutes]
  442. - Creates a new shadow copy of ForVolumeSpec.
  443. ForVolumeSpec must be a local volume drive letter or mount point. If
  444. MaxRetryMinutes is specified and there is another process creating a
  445. shadow copy, vssadmin will continue to try to create the shadow copy for
  446. MaxRetryMinutes minutes.
  447. Example Usage: vssadmin Create Shadow /For=C: /AutoRetry=2
  448. .
  449. MessageId=10088 Severity=Informational SymbolicName=MSG_USAGE_DTL_DELETE_SNAPSHOTS_PUB
  450. Language=English
  451. %1 %2 /For=ForVolumeSpec [/Oldest] [/Quiet]
  452. %1 %2 /Shadow=ShadowId [/Quiet]
  453. %1 %2 /All
  454. - For the given ForVolumeSpec deletes all matching shadow copies.
  455. If /Oldest is given, the oldest shadow copy on the volume is deleted
  456. If /All is given, then all shadow copies on all volumes that can be
  457. deleted will be deleted. If /Shadow=ShadowId is given, the shadow copy
  458. with that Shadow Copy ID will be deleted. Only shadow copies that have
  459. the ClientAccessible type can be deleted.
  460. - The Shadow Copy ID can be obtained by using the List Shadows command.
  461. When entering a Shadow Copy ID, it must be in the following format:
  462. {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  463. where the X's are hexadecimal characters. This ID can be obtained
  464. through the List Shadows command.
  465. Example Usage: vssadmin Delete Shadows /For=C: /Oldest
  466. .
  467. MessageId=10089 Severity=Informational SymbolicName=MSG_USAGE_DTL_DELETE_DIFFAREAS_PUB
  468. Language=English
  469. %1 %2 /For=ForVolumeSpec [/On=OnVolumeSpec] [/Quiet]
  470. - Deletes an existing shadow copy storage association between
  471. ForVolumeSpec and OnVolumeSpec. If no /On option is given, all shadow
  472. copy storage associations will be deleted for the given ForVolumeSpec.
  473. Example Usage: vssadmin Delete ShadowStorage /For=C: /On=D:
  474. .
  475. MessageId=10090 Severity=Informational SymbolicName=MSG_USAGE_DTL_LIST_SNAPSHOTS_PUB
  476. Language=English
  477. %1 %2 [/For=ForVolumeSpec] [/Shadow=ShadowId|/Set=ShadowSetId]
  478. - Displays existing shadow copies on the system. Without any options,
  479. all shadow copies on the system are displayed ordered by shadow copy set.
  480. Combinations of options can be used to refine the list operation.
  481. - The Shadow Copy ID can be obtained by using the List Shadows command.
  482. When entering a Shadow ID, it must be in
  483. the following format:
  484. {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
  485. where the X's are hexadecimal characters.
  486. Example Usage: vssadmin List Shadows
  487. /Shadow={c5946237-af12-3f23-af80-51aadb3b20d5}
  488. .
  489. MessageId=10091 Severity=Informational SymbolicName=MSG_USAGE_DTL_LIST_DIFFAREAS_PUB
  490. Language=English
  491. %1 %2 [/For=ForVolumeSpec|/On=OnVolumeSpec]
  492. - Displays all shadow copy storage associations on the system.
  493. To list all associations for a given volume, specify a
  494. ForVolumeSpec and no /On option. To list all associations on a given
  495. volume, specify an OnVolumeSpec and no /For option.
  496. Example Usage: vssadmin List ShadowStorage /On=C:
  497. .
  498. MessageId=10092 Severity=Informational SymbolicName=MSG_USAGE_DTL_LIST_VOLUMES_PUB
  499. Language=English
  500. %1 %2
  501. - Displays all volumes which may be shadow copied.
  502. Example Usage: vssadmin List Volumes
  503. .
  504. MessageId=10093 Severity=Informational SymbolicName=MSG_USAGE_DTL_RESIZE_DIFFAREA_PUB
  505. Language=English
  506. %1 %2 /For=ForVolumeSpec /On=OnVolumeSpec [/MaxSize=MaxSizeSpec]
  507. - Resizes the maximum size for a shadow copy storage association between
  508. ForVolumeSpec and OnVolumeSpec. Resizing the storage association may
  509. cause shadow copies to disappear. If MaxSizeSpec is not
  510. specified, there no limit to the amount of space it may use. As certain
  511. shadow copies are deleted, the shadow copy storage space will then
  512. shrink. MaxSizeSpec must be 100MB or greater and accepts the following
  513. suffixes: KB, MB, GB, TB, PB and EB. Also, B, K, M, G, T, P, and E are
  514. acceptable suffixes. If a suffix is not supplied, MaxSizeSpec is in
  515. bytes.
  516. Example Usage: vssadmin Resize ShadowStorage /For=C: /On=D: /MaxSize=150MB
  517. .
  518. MessageId=10094 Severity=Informational SymbolicName=MSG_ERROR_SNAPSHOT_NOT_FOUND2
  519. Language=English
  520. The specified Shadow Copy could not be found.
  521. .
  522. MessageId=10095 Severity=Informational SymbolicName=MSG_ERROR_DELETION_DENIED
  523. Language=English
  524. The specified Shadow Copy could not be deleted.
  525. .
  526. ;//
  527. ;// vssadmin snapshot attribute strings (range 10900-10931
  528. ;//
  529. MessageId=10900 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_PERSISTENT
  530. Language=English
  531. Persistent%0
  532. .
  533. MessageId=10901 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_READ_WRITE
  534. Language=English
  535. Read/Write%0
  536. .
  537. MessageId=10902 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_CLIENT_ACCESSIBLE
  538. Language=English
  539. Client-accessible%0
  540. .
  541. MessageId=10903 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_NO_AUTO_RELEASE
  542. Language=English
  543. No auto release%0
  544. .
  545. MessageId=10904 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_NO_WRITERS
  546. Language=English
  547. No writers%0
  548. .
  549. MessageId=10905 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_TRANSPORTABLE
  550. Language=English
  551. Transportable%0
  552. .
  553. MessageId=10906 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_NOT_SURFACED
  554. Language=English
  555. Not surfaced%0
  556. .
  557. MessageId=10907 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_HARDWARE_ASSISTED
  558. Language=English
  559. Hardware assisted%0
  560. .
  561. MessageId=10908 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_DIFFERENTIAL
  562. Language=English
  563. Differential%0
  564. .
  565. MessageId=10909 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_PLEX
  566. Language=English
  567. Plex%0
  568. .
  569. MessageId=10910 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_IMPORTED
  570. Language=English
  571. Imported%0
  572. .
  573. MessageId=10911 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_EXPOSED_LOCALLY
  574. Language=English
  575. Exposed locally%0
  576. .
  577. MessageId=10912 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_EXPOSED_REMOTELY
  578. Language=English
  579. Exposed remotely%0
  580. .
  581. MessageId=10913 Severity=Informational SymbolicName=MSG_INFO_SNAPSHOT_ATTR_NONE
  582. Language=English
  583. <NONE>%0
  584. .
  585. MessageId=11015 Severity=Informational SymbolicName=MSG_ERROR_NO_ITEMS_FOUND
  586. Language=English
  587. No items found that satisfy the query.
  588. .
  589. MessageId=11016 Severity=Informational SymbolicName=MSG_ERROR_OUT_OF_MEMORY
  590. Language=English
  591. Ran out of resources while running the command.
  592. .
  593. MessageId=11017 Severity=Informational SymbolicName=MSG_ERROR_ACCESS_DENIED
  594. Language=English
  595. You don't have the correct permissions to run this command.
  596. .
  597. ;// More messages
  598. MessageId=11101 Severity=Informational SymbolicName=MSG_ERROR_PROVIDER_DOESNT_SUPPORT_DIFFAREAS
  599. Language=English
  600. The specified Shadow Copy Provider does not support shadow copy storage
  601. associations. A shadow copy storage association was not added.
  602. .
  603. MessageId=11102 Severity=Informational SymbolicName=MSG_ERROR_ASSOCIATION_NOT_FOUND
  604. Language=English
  605. The specified volume shadow copy storage association was not found.
  606. .
  607. MessageId=11103 Severity=Informational SymbolicName=MSG_ERROR_ASSOCIATION_ALREADY_EXISTS
  608. Language=English
  609. The specified shadow copy storage association already exists.
  610. .
  611. MessageId=11104 Severity=Informational SymbolicName=MSG_ERROR_ASSOCIATION_IS_IN_USE
  612. Language=English
  613. The specified shadow copy storage association is in use.
  614. .
  615. MessageId=11107 Severity=Informational SymbolicName=MSG_ERROR_UNABLE_TO_CREATE_SNAPSHOT
  616. Language=English
  617. Unable to create a shadow copy%0
  618. .
  619. MessageId=11108 Severity=Informational SymbolicName=MSG_ERROR_INTERNAL_VSSADMIN_ERROR
  620. Language=English
  621. Internal error.
  622. .
  623. MessageId=11200 Severity=Informational SymbolicName=MSG_ERROR_INVALID_INPUT_NUMBER
  624. Language=English
  625. Specified number is invalid
  626. .
  627. MessageId=11201 Severity=Informational SymbolicName=MSG_ERROR_INVALID_COMMAND
  628. Language=English
  629. Invalid command.
  630. .
  631. MessageId=11202 Severity=Informational SymbolicName=MSG_ERROR_INVALID_OPTION
  632. Language=English
  633. Invalid option.
  634. .
  635. MessageId=11203 Severity=Informational SymbolicName=MSG_ERROR_INVALID_OPTION_VALUE
  636. Language=English
  637. Invalid option value.
  638. .
  639. MessageId=11204 Severity=Informational SymbolicName=MSG_ERROR_DUPLICATE_OPTION
  640. Language=English
  641. Cannot specify the same option more than once.
  642. .
  643. MessageId=11205 Severity=Informational SymbolicName=MSG_ERROR_OPTION_NOT_ALLOWED_FOR_COMMAND
  644. Language=English
  645. An option is specified that is not allowed for the command.
  646. .
  647. MessageId=11206 Severity=Informational SymbolicName=MSG_ERROR_REQUIRED_OPTION_MISSING
  648. Language=English
  649. A required option is missing.
  650. .
  651. MessageId=11207 Severity=Informational SymbolicName=MSG_ERROR_INVALID_SET_OF_OPTIONS
  652. Language=English
  653. Invalid combination of options.
  654. .
  655. MessageId=11208 Severity=Informational SymbolicName=MSG_ERROR_EXPOSE_INVALID_ARG
  656. Language=English
  657. Expose shadow is not allowed because either the shadow is of the incorrect
  658. type or the exposure name is invalid.
  659. .
  660. MessageId=11209 Severity=Informational SymbolicName=MSG_ERROR_EXPOSE_OBJECT_EXISTS
  661. Language=English
  662. Expose shadow is not allowed because the shadow is already exposed.
  663. .
  664. ;//
  665. ;// vssadmin VSS Service connection/interaction errors (range 11001-12000)
  666. ;// Note: for the first range of errors, they sort of map to the VSS error codes.
  667. ;//
  668. MessageId=11001 Severity=Informational SymbolicName=MSG_ERROR_VSS_PROVIDER_NOT_REGISTERED
  669. Language=English
  670. The volume shadow copy provider is not registered in the system.
  671. .
  672. MessageId=11002 Severity=Informational SymbolicName=MSG_ERROR_VSS_PROVIDER_VETO
  673. Language=English
  674. The shadow copy provider had an error. Please see the system and
  675. application event logs for more information.
  676. .
  677. MessageId=11003 Severity=Informational SymbolicName=MSG_ERROR_VSS_VOLUME_NOT_FOUND
  678. Language=English
  679. Either the specified volume was not found or it is not a local volume.
  680. .
  681. MessageId=11004 Severity=Informational SymbolicName=MSG_ERROR_VSS_VOLUME_NOT_SUPPORTED
  682. Language=English
  683. Shadow copying the specified volume is not supported.
  684. .
  685. MessageId=11005 Severity=Informational SymbolicName=MSG_ERROR_VSS_VOLUME_NOT_SUPPORTED_BY_PROVIDER
  686. Language=English
  687. The given shadow copy provider does not support shadow copying the
  688. specified volume.
  689. .
  690. MessageId=11006 Severity=Informational SymbolicName=MSG_ERROR_VSS_UNEXPECTED_PROVIDER_ERROR
  691. Language=English
  692. The shadow copy provider had an unexpected error while trying to process
  693. the specified command.
  694. .
  695. MessageId=11007 Severity=Informational SymbolicName=MSG_ERROR_VSS_FLUSH_WRITES_TIMEOUT
  696. Language=English
  697. The shadow copy provider timed out while flushing data to the volume being
  698. shadow copied. This is probably due to excessive activity on the volume.
  699. Try again later when the volume is not being used so heavily.
  700. .
  701. MessageId=11008 Severity=Informational SymbolicName=MSG_ERROR_VSS_HOLD_WRITES_TIMEOUT
  702. Language=English
  703. The shadow copy provider timed out while holding writes to the volume
  704. being shadow copied. This is probably due to excessive activity on the
  705. volume by an application or a system service. Try again later when
  706. activity on the volume is reduced.
  707. .
  708. MessageId=11009 Severity=Informational SymbolicName=MSG_ERROR_VSS_UNEXPECTED_WRITER_ERROR
  709. Language=English
  710. A shadow copy aware application or service had an unexpected error while
  711. trying to process the command.
  712. .
  713. MessageId=11010 Severity=Informational SymbolicName=MSG_ERROR_VSS_SNAPSHOT_SET_IN_PROGRESS
  714. Language=English
  715. Another shadow copy creation is already in progress. Please wait a few
  716. moments and try again.
  717. .
  718. MessageId=11011 Severity=Informational SymbolicName=MSG_ERROR_VSS_MAXIMUM_NUMBER_OF_SNAPSHOTS_REACHED
  719. Language=English
  720. The specified volume has already reached its maximum number of
  721. shadow copies.
  722. .
  723. MessageId=11012 Severity=Informational SymbolicName=MSG_ERROR_VSS_UNSUPPORTED_CONTEXT
  724. Language=English
  725. The shadow copy provider does not support the specified shadow type.
  726. .
  727. MessageId=11013 Severity=Informational SymbolicName=MSG_ERROR_VSS_MAXIMUM_DIFFAREA_ASSOCIATIONS_REACHED
  728. Language=English
  729. Maximum number of shadow copy storage associations already reached.
  730. .
  731. MessageId=11014 Severity=Informational SymbolicName=MSG_ERROR_VSS_INSUFFICIENT_STORAGE
  732. Language=English
  733. Insufficient storage available to create either the shadow copy storage
  734. file or other shadow copy data.
  735. .
  736. ;#endif // __MSG_H__