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.

422 lines
8.2 KiB

  1. /*++
  2. Copyright (c) 1991-1996 Microsoft Corporation
  3. Module Name:
  4. clusmsg.h
  5. Abstract:
  6. This file contains the message definitions for the cluster service.
  7. Author:
  8. davidp 19-Sep-1996
  9. Revision History:
  10. Notes:
  11. This file is generated from clusmsg.mc
  12. --*/
  13. #ifndef _CLUSMSG_H_
  14. #define _CLUSMSG_H_
  15. //
  16. // Values are 32 bit values layed out as follows:
  17. //
  18. // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  19. // 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
  20. // +---+-+-+-----------------------+-------------------------------+
  21. // |Sev|C|R| Facility | Code |
  22. // +---+-+-+-----------------------+-------------------------------+
  23. //
  24. // where
  25. //
  26. // Sev - is the severity code
  27. //
  28. // 00 - Success
  29. // 01 - Informational
  30. // 10 - Warning
  31. // 11 - Error
  32. //
  33. // C - is the Customer code flag
  34. //
  35. // R - is a reserved bit
  36. //
  37. // Facility - is the facility code
  38. //
  39. // Code - is the facility's status code
  40. //
  41. //
  42. // Define the facility codes
  43. //
  44. //
  45. // Define the severity codes
  46. //
  47. //
  48. // MessageId: ERROR_NETWORK_NOT_AVAILABLE
  49. //
  50. // MessageText:
  51. //
  52. // A cluster network is not available for this operation.
  53. //
  54. #define ERROR_NETWORK_NOT_AVAILABLE 0x000013ABL
  55. //
  56. // MessageId: ERROR_NODE_NOT_AVAILABLE
  57. //
  58. // MessageText:
  59. //
  60. // A cluster node is not available for this operation.
  61. //
  62. #define ERROR_NODE_NOT_AVAILABLE 0x000013ACL
  63. //
  64. // MessageId: ERROR_ALL_NODES_NOT_AVAILABLE
  65. //
  66. // MessageText:
  67. //
  68. // All cluster nodes must be running to perform this operation.
  69. //
  70. #define ERROR_ALL_NODES_NOT_AVAILABLE 0x000013ADL
  71. //
  72. // MessageId: ERROR_RESOURCE_FAILED
  73. //
  74. // MessageText:
  75. //
  76. // A cluster resource failed.
  77. //
  78. #define ERROR_RESOURCE_FAILED 0x000013AEL
  79. //
  80. // MessageId: ERROR_CLUSTER_INVALID_NODE
  81. //
  82. // MessageText:
  83. //
  84. // The cluster node is not valid.
  85. //
  86. #define ERROR_CLUSTER_INVALID_NODE 0x000013AFL
  87. //
  88. // MessageId: ERROR_CLUSTER_NODE_EXISTS
  89. //
  90. // MessageText:
  91. //
  92. // The cluster node already exists.
  93. //
  94. #define ERROR_CLUSTER_NODE_EXISTS 0x000013B0L
  95. //
  96. // MessageId: ERROR_CLUSTER_JOIN_IN_PROGRESS
  97. //
  98. // MessageText:
  99. //
  100. // A node is in the process of joining the cluster.
  101. //
  102. #define ERROR_CLUSTER_JOIN_IN_PROGRESS 0x000013B1L
  103. //
  104. // MessageId: ERROR_CLUSTER_NODE_NOT_FOUND
  105. //
  106. // MessageText:
  107. //
  108. // The cluster node was not found.
  109. //
  110. #define ERROR_CLUSTER_NODE_NOT_FOUND 0x000013B2L
  111. //
  112. // MessageId: ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND
  113. //
  114. // MessageText:
  115. //
  116. // The cluster local node information was not found.
  117. //
  118. #define ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND 0x000013B3L
  119. //
  120. // MessageId: ERROR_CLUSTER_NETWORK_EXISTS
  121. //
  122. // MessageText:
  123. //
  124. // The cluster network already exists.
  125. //
  126. #define ERROR_CLUSTER_NETWORK_EXISTS 0x000013B4L
  127. //
  128. // MessageId: ERROR_CLUSTER_NETWORK_NOT_FOUND
  129. //
  130. // MessageText:
  131. //
  132. // The cluster network was not found.
  133. //
  134. #define ERROR_CLUSTER_NETWORK_NOT_FOUND 0x000013B5L
  135. //
  136. // MessageId: ERROR_CLUSTER_NETINTERFACE_EXISTS
  137. //
  138. // MessageText:
  139. //
  140. // The cluster network interface already exists.
  141. //
  142. #define ERROR_CLUSTER_NETINTERFACE_EXISTS 0x000013B6L
  143. //
  144. // MessageId: ERROR_CLUSTER_NETINTERFACE_NOT_FOUND
  145. //
  146. // MessageText:
  147. //
  148. // The cluster network interface was not found.
  149. //
  150. #define ERROR_CLUSTER_NETINTERFACE_NOT_FOUND 0x000013B7L
  151. //
  152. // MessageId: ERROR_CLUSTER_INVALID_REQUEST
  153. //
  154. // MessageText:
  155. //
  156. // The cluster request is not valid for this object.
  157. //
  158. #define ERROR_CLUSTER_INVALID_REQUEST 0x000013B8L
  159. //
  160. // MessageId: ERROR_CLUSTER_INVALID_NETWORK_PROVIDER
  161. //
  162. // MessageText:
  163. //
  164. // The cluster network provider is not valid.
  165. //
  166. #define ERROR_CLUSTER_INVALID_NETWORK_PROVIDER 0x000013B9L
  167. //
  168. // MessageId: ERROR_CLUSTER_NODE_DOWN
  169. //
  170. // MessageText:
  171. //
  172. // The cluster node is down.
  173. //
  174. #define ERROR_CLUSTER_NODE_DOWN 0x000013BAL
  175. //
  176. // MessageId: ERROR_CLUSTER_NODE_UNREACHABLE
  177. //
  178. // MessageText:
  179. //
  180. // The cluster node is not reachable.
  181. //
  182. #define ERROR_CLUSTER_NODE_UNREACHABLE 0x000013BBL
  183. //
  184. // MessageId: ERROR_CLUSTER_NODE_NOT_MEMBER
  185. //
  186. // MessageText:
  187. //
  188. // The cluster node is not a member of the cluster.
  189. //
  190. #define ERROR_CLUSTER_NODE_NOT_MEMBER 0x000013BCL
  191. //
  192. // MessageId: ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS
  193. //
  194. // MessageText:
  195. //
  196. // A cluster join operation is not in progress.
  197. //
  198. #define ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS 0x000013BDL
  199. //
  200. // MessageId: ERROR_CLUSTER_INVALID_NETWORK
  201. //
  202. // MessageText:
  203. //
  204. // The cluster network is not valid.
  205. //
  206. #define ERROR_CLUSTER_INVALID_NETWORK 0x000013BEL
  207. //
  208. // MessageId: ERROR_CLUSTER_NODE_UP
  209. //
  210. // MessageText:
  211. //
  212. // The cluster node is up.
  213. //
  214. #define ERROR_CLUSTER_NODE_UP 0x000013C0L
  215. //
  216. // MessageId: ERROR_CLUSTER_IPADDR_IN_USE
  217. //
  218. // MessageText:
  219. //
  220. // The cluster IP Address is already in use.
  221. //
  222. #define ERROR_CLUSTER_IPADDR_IN_USE 0x000013C1L
  223. //
  224. // MessageId: ERROR_CLUSTER_NODE_NOT_PAUSED
  225. //
  226. // MessageText:
  227. //
  228. // The cluster node is not paused.
  229. //
  230. #define ERROR_CLUSTER_NODE_NOT_PAUSED 0x000013C2L
  231. //
  232. // MessageId: ERROR_CLUSTER_NO_SECURITY_CONTEXT
  233. //
  234. // MessageText:
  235. //
  236. // No cluster security context is available.
  237. //
  238. #define ERROR_CLUSTER_NO_SECURITY_CONTEXT 0x000013C3L
  239. //
  240. // MessageId: ERROR_CLUSTER_NETWORK_NOT_INTERNAL
  241. //
  242. // MessageText:
  243. //
  244. // The cluster network is not configured for internal cluster communication.
  245. //
  246. #define ERROR_CLUSTER_NETWORK_NOT_INTERNAL 0x000013C4L
  247. //
  248. // MessageId: ERROR_CLUSTER_NODE_ALREADY_UP
  249. //
  250. // MessageText:
  251. //
  252. // The cluster node is already up.
  253. //
  254. #define ERROR_CLUSTER_NODE_ALREADY_UP 0x000013C5L
  255. //
  256. // MessageId: ERROR_CLUSTER_NODE_ALREADY_DOWN
  257. //
  258. // MessageText:
  259. //
  260. // The cluster node is already down.
  261. //
  262. #define ERROR_CLUSTER_NODE_ALREADY_DOWN 0x000013C6L
  263. //
  264. // MessageId: ERROR_CLUSTER_NETWORK_ALREADY_ONLINE
  265. //
  266. // MessageText:
  267. //
  268. // The cluster network is already online.
  269. //
  270. #define ERROR_CLUSTER_NETWORK_ALREADY_ONLINE 0x000013C7L
  271. //
  272. // MessageId: ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE
  273. //
  274. // MessageText:
  275. //
  276. // The cluster network is already offline.
  277. //
  278. #define ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE 0x000013C8L
  279. //
  280. // MessageId: ERROR_CLUSTER_NODE_ALREADY_MEMBER
  281. //
  282. // MessageText:
  283. //
  284. // The cluster node is already a member of the cluster.
  285. //
  286. #define ERROR_CLUSTER_NODE_ALREADY_MEMBER 0x000013C9L
  287. //
  288. // MessageId: ERROR_CLUSTER_LAST_INTERNAL_NETWORK
  289. //
  290. // MessageText:
  291. //
  292. // The cluster network is the only one configured for internal cluster
  293. // communication between two or more active cluster nodes. The internal
  294. // communication capability cannot be removed from the network.
  295. //
  296. #define ERROR_CLUSTER_LAST_INTERNAL_NETWORK 0x000013CAL
  297. //
  298. // MessageId: ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS
  299. //
  300. // MessageText:
  301. //
  302. // One or more cluster resources depend on the network to provide service
  303. // to clients. The client access capability cannot be removed from the network.
  304. //
  305. #define ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS 0x000013CBL
  306. //
  307. // MessageId: ERROR_INVALID_OPERATION_ON_QUORUM
  308. //
  309. // MessageText:
  310. //
  311. // This operation cannot be performed on the cluster resource as it the quorum
  312. // resource. You may not bring the quorum resource offline or modify its
  313. // possible owners list.
  314. //
  315. #define ERROR_INVALID_OPERATION_ON_QUORUM 0x000013CCL
  316. //
  317. // MessageId: ERROR_DEPENDENCY_NOT_ALLOWED
  318. //
  319. // MessageText:
  320. //
  321. // The cluster quorum resource is not allowed to have any dependencies.
  322. //
  323. #define ERROR_DEPENDENCY_NOT_ALLOWED 0x000013CDL
  324. //
  325. // MessageId: ERROR_CLUSTER_NODE_PAUSED
  326. //
  327. // MessageText:
  328. //
  329. // The cluster node is paused.
  330. //
  331. #define ERROR_CLUSTER_NODE_PAUSED 0x000013CEL
  332. //
  333. // MessageId: ERROR_NODE_CANT_HOST_RESOURCE
  334. //
  335. // MessageText:
  336. //
  337. // The cluster resource cannot be brought online. The owner node cannot run this
  338. // resource.
  339. //
  340. #define ERROR_NODE_CANT_HOST_RESOURCE 0x000013CFL
  341. //
  342. // MessageId: ERROR_CLUSTER_NODE_NOT_READY
  343. //
  344. // MessageText:
  345. //
  346. // The cluster node is not ready to perform the requested operation.
  347. //
  348. #define ERROR_CLUSTER_NODE_NOT_READY 0x000013D0L
  349. //
  350. // MessageId: ERROR_CLUSTER_NODE_SHUTTING_DOWN
  351. //
  352. // MessageText:
  353. //
  354. // The cluster node is shutting down.
  355. //
  356. #define ERROR_CLUSTER_NODE_SHUTTING_DOWN 0x000013D1L
  357. //
  358. // MessageId: ERROR_CLUSTER_JOIN_ABORTED
  359. //
  360. // MessageText:
  361. //
  362. // The cluster join operation was aborted.
  363. //
  364. #define ERROR_CLUSTER_JOIN_ABORTED 0x000013D2L
  365. #endif // _CLUSMSG_H_