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.

297 lines
6.1 KiB

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. clusmsg.h
  5. Abstract:
  6. This file contains the message definitions for the cluster manager.
  7. Author:
  8. Mike Massa (mikemas) 2-Jan-1996
  9. Revision History:
  10. Notes:
  11. This file is generated from clusmsg.mc
  12. --*/
  13. #ifndef _CLUS_MSG_
  14. #define _CLUS_MSG_
  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: UNEXPECTED_FATAL_ERROR
  49. //
  50. // MessageText:
  51. //
  52. // The Cluster Service suffered an unexpected fatal error
  53. // at line %1 of file %2. The error code was %3.
  54. //
  55. #define UNEXPECTED_FATAL_ERROR 0x000003E8L
  56. //
  57. // MessageId: ASSERTION_FAILURE
  58. //
  59. // MessageText:
  60. //
  61. // The Cluster Service failed a validity check on line
  62. // %1 of file %2.
  63. // "%3"
  64. //
  65. #define ASSERTION_FAILURE 0x000003E9L
  66. //
  67. // MessageId: LOG_FAILURE
  68. //
  69. // MessageText:
  70. //
  71. // The Cluster Service handled an unexpected error
  72. // at line %1 of file %2. The error code was %3.
  73. //
  74. #define LOG_FAILURE 0x000003EAL
  75. //
  76. // MessageId: INVALID_RESOURCETYPE_DLLNAME
  77. //
  78. // MessageText:
  79. //
  80. // The DllName value for the %1!ws! resource type key does not exist.
  81. // Resources of this type will not be monitored. The error was %2!d!.
  82. //
  83. #define INVALID_RESOURCETYPE_DLLNAME 0x000003EBL
  84. //
  85. // MessageId: INVALID_RESOURCETYPE_LOOKSALIVE
  86. //
  87. // MessageText:
  88. //
  89. // The LooksAlive poll interval for the %1!ws! resource type key does not exist.
  90. // Resources of this type will not be monitored. The error was %2!d!.
  91. //
  92. #define INVALID_RESOURCETYPE_LOOKSALIVE 0x000003ECL
  93. //
  94. // MessageId: INVALID_RESOURCETYPE_ISALIVE
  95. //
  96. // MessageText:
  97. //
  98. // The IsAlive poll interval for the %1!ws! resource type key does not exist.
  99. // Resources of this type will not be monitored. The error was %2!d!.
  100. //
  101. #define INVALID_RESOURCETYPE_ISALIVE 0x000003EDL
  102. //
  103. // MessageId: NM_EVENT_HALT
  104. //
  105. // MessageText:
  106. //
  107. // The Windows NT Cluster Service was halted due to a regroup error or poison
  108. // packet.
  109. //
  110. #define NM_EVENT_HALT 0x000003EEL
  111. //
  112. // MessageId: NM_EVENT_NEW_NODE
  113. //
  114. // MessageText:
  115. //
  116. // A new node, %1, has been added to the cluster.
  117. //
  118. #define NM_EVENT_NEW_NODE 0x000003EFL
  119. //
  120. // MessageId: RMON_INVALID_COMMAND_LINE
  121. //
  122. // MessageText:
  123. //
  124. // The Cluster Resource Monitor was started with the invalid
  125. // command line %1.
  126. //
  127. #define RMON_INVALID_COMMAND_LINE 0x000003F0L
  128. //
  129. // MessageId: SERVICE_FAILED_JOIN_OR_FORM
  130. //
  131. // MessageText:
  132. //
  133. // The Cluster Service could not join an existing cluster and could not form
  134. // a new cluster. The Cluster Service has terminated.
  135. //
  136. #define SERVICE_FAILED_JOIN_OR_FORM 0x000003F1L
  137. //
  138. // MessageId: SERVICE_FAILED_NOT_MEMBER
  139. //
  140. // MessageText:
  141. //
  142. // The Cluster Service is shutting down because the current node is not a
  143. // member of any cluster. Windows NT Clusters must be reinstalled to make
  144. // this node a member of a cluster.
  145. //
  146. #define SERVICE_FAILED_NOT_MEMBER 0x000003F2L
  147. //
  148. // MessageId: NM_NODE_EVICTED
  149. //
  150. // MessageText:
  151. //
  152. // Cluster Node %1 has been evicted from the cluster.
  153. //
  154. #define NM_NODE_EVICTED 0x000003F3L
  155. //
  156. // MessageId: SERVICE_FAILED_INVALID_OS
  157. //
  158. // MessageText:
  159. //
  160. // The Cluster Service did not start because the current version of Windows
  161. // NT is not correct. This beta only runs on Windows NT Server 4.0 (build 1381)
  162. // with SP2 RC1.3
  163. //
  164. #define SERVICE_FAILED_INVALID_OS 0x000003F4L
  165. //
  166. // MessageId: ERROR_LOG_QUORUM_ONLINEFAILED
  167. //
  168. // MessageText:
  169. //
  170. // The quorum resource failed to come online.
  171. //
  172. #define ERROR_LOG_QUORUM_ONLINEFAILED 0x000003F5L
  173. //
  174. // MessageId: ERROR_LOG_FILE_OPENFAILED
  175. //
  176. // MessageText:
  177. //
  178. // The quorum log file couldnt be opened.
  179. //
  180. #define ERROR_LOG_FILE_OPENFAILED 0x000003F6L
  181. //
  182. // MessageId: ERROR_LOG_CHKPOINT_UPLOADFAILED
  183. //
  184. // MessageText:
  185. //
  186. // The checkpoint could not be uploaded.
  187. //
  188. #define ERROR_LOG_CHKPOINT_UPLOADFAILED 0x000003F7L
  189. //
  190. // MessageId: ERROR_QUORUM_RESOURCE_NOTFOUND
  191. //
  192. // MessageText:
  193. //
  194. // The quorum resource was not found.
  195. //
  196. #define ERROR_QUORUM_RESOURCE_NOTFOUND 0x000003F8L
  197. //
  198. // MessageId: ERROR_LOG_NOCHKPOINT
  199. //
  200. // MessageText:
  201. //
  202. // No checkpoint record was found in the log file.
  203. //
  204. #define ERROR_LOG_NOCHKPOINT 0x000003F9L
  205. //
  206. // MessageId: ERROR_LOG_CHKPOINT_GETFAILED
  207. //
  208. // MessageText:
  209. //
  210. // Failed to obtain a checkpoint.
  211. //
  212. #define ERROR_LOG_CHKPOINT_GETFAILED 0x000003FAL
  213. //
  214. // MessageId: ERROR_LOG_EXCEEDS_MAXSIZE
  215. //
  216. // MessageText:
  217. //
  218. // The log file exceeds its maximum size, will be reset.
  219. //
  220. #define ERROR_LOG_EXCEEDS_MAXSIZE 0x000003FBL
  221. //
  222. // MessageId: CS_COMMAND_LINE_HELP
  223. //
  224. // MessageText:
  225. //
  226. // The Cluster Service can be started from the Services applet in the Control
  227. // Panel or by issuing the command "net start clussvc" at a command prompt.
  228. //
  229. #define CS_COMMAND_LINE_HELP 0x000003FCL
  230. //
  231. // MessageId: ERROR_LOG_CORRUPT
  232. //
  233. // MessageText:
  234. //
  235. // The Quorum log file is corrupt.
  236. //
  237. #define ERROR_LOG_CORRUPT 0x000003FDL
  238. //
  239. // MessageId: ERROR_QUORUMOFFLINE_DENIED
  240. //
  241. // MessageText:
  242. //
  243. // The Quorum resource cannot be brought offline.
  244. //
  245. #define ERROR_QUORUMOFFLINE_DENIED 0x000003FEL
  246. //
  247. // MessageId: ERROR_LOG_EXCEEDS_MAXRECORDSIZE
  248. //
  249. // MessageText:
  250. //
  251. // A log record wasnt logged in the quorum log file since its size exceeded the
  252. // permitted maximum size.
  253. //
  254. #define ERROR_LOG_EXCEEDS_MAXRECORDSIZE 0x000003FFL
  255. #endif // _CLUS_MSG_