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.

1284 lines
43 KiB

  1. ;/*++
  2. ;
  3. ;Copyright(c) 1998,99 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; log_msgs.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Windows Load Balancing Service (WLBS)
  12. ; Command-line utility - string resources
  13. ;
  14. ;Author:
  15. ;
  16. ; kyrilf
  17. ;
  18. ;--*/
  19. ;
  20. ;
  21. ;#ifndef _Log_msgs_h_
  22. ;#define _Log_msgs_h_
  23. ;
  24. ;
  25. ;// Members of the localization team have asked that we not insert or delete
  26. ;// string resources when making changes to this file. The mechanism used to
  27. ;// match English strings to localized strings relies on the fact that the
  28. ;// MessageID for a string does not change. Replacing one string with another
  29. ;// and giving it a new SymbolicName is OK however.
  30. ;//
  31. ;// When adding a new string resource to this file, look for the keywork "MESSAGE_UNUSED"
  32. ;// below. Any resources with this name are not in use and can be repurposed.
  33. ;
  34. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  35. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  36. Warning=0x2:STATUS_SEVERITY_WARNING
  37. Error=0x3:STATUS_SEVERITY_ERROR
  38. )
  39. FacilityNames=(System=0x0
  40. RpcRuntime=0x2:FACILITY_RPC_RUNTIME
  41. RpcStubs=0x3:FACILITY_RPC_STUBS
  42. Io=0x4:FACILITY_IO_ERROR_CODE
  43. CVYlog=0x7:FACILITY_CONVOY_ERROR_CODE
  44. )
  45. ;//
  46. ;// %1 is reserved by the IO Manager. If IoAllocateErrorLogEntry is
  47. ;// called with a device, the name of the device will be inserted into
  48. ;// the message at %1. Otherwise, the place of %1 will be left empty.
  49. ;// In either case, the insertion strings from the driver's error log
  50. ;// entry starts at %2. In other words, the first insertion string goes
  51. ;// to %2, the second to %3 and so on.
  52. ;//
  53. ;
  54. ;
  55. ;
  56. MessageId=0x0001 Facility=CVYlog Severity=Informational
  57. SymbolicName=IDS_CTR_NAME Language=English
  58. %1!ls! Cluster Control Utility %2!ls! (c) 1997-2003 Microsoft Corporation.
  59. .
  60. ;
  61. MessageId=+1 Facility=CVYlog Severity=Informational
  62. SymbolicName=IDS_CTR_USAGE Language=English
  63. Usage: %1!ls! <command> [/PASSW [<password>]] [/PORT <port>]
  64. <command>
  65. help - displays this help
  66. ip2mac <cluster> - displays the MAC address for the
  67. specified cluster
  68. reload [<cluster> | ALL] - reloads the driver's parameters from
  69. the registry for the specified
  70. cluster (local only). Same as ALL if
  71. parameter is not specified.
  72. display [<cluster> | ALL] - displays configuration parameters,
  73. current status, and last several
  74. event log messages for the specified
  75. cluster (local only). Same as ALL if
  76. parameter is not specified.
  77. query [<cluster_spec>] - displays the current cluster state
  78. for the current members of the
  79. specified cluster. If not specified a
  80. local query is performed for all
  81. instances.
  82. suspend [<cluster_spec>] - suspends cluster operations (start,
  83. stop, etc.) for the specified cluster
  84. until the resume command is issued.
  85. If cluster is not specified, applies
  86. to all instances on local host.
  87. .
  88. ;
  89. MessageId=+1 Facility=CVYlog Severity=Informational
  90. SymbolicName=IDS_CTR_REG_USAGE Language=English
  91. Usage: %1!ls! registry <parameters> [<clusterip>] [/COMMIT]
  92. Set the specified registry key to the given value on a specific cluster, or
  93. all clusters. This command does not actually invoke the changes unless the
  94. /COMMIT option is specified; otherwise, it merely sets the registry keys to
  95. the specified values. In that case, use "reload" to invoke the changes when
  96. necessary.
  97. <parameters>
  98. mcastipaddress <ipaddr> - sets the IGMP multicast IP address
  99. iptomcastip <on|off> - toggles cluster IP to multicast IP option
  100. masksrcmac <on|off> - toggles the mask source MAC option
  101. iptomacenable <on|off> - toggles cluster IP to MAC address option
  102. netmonalivemsgs <on|off> - toggles passing NLB heartbeats up to Netmon
  103. <clusterip> - cluster name or cluster primary IP address to affect
  104. /COMMIT - commit the changes by notifying the NLB driver
  105. .
  106. ;
  107. MessageId=+1 Facility=CVYlog Severity=Informational
  108. SymbolicName=IDS_CTR_QUERY_UNKNOWN Language=English
  109. Unknown query state operation
  110. .
  111. ;
  112. MessageId=+1 Facility=CVYlog Severity=Informational
  113. SymbolicName=IDS_CTR_REG Language=English
  114. Could not query the registry.
  115. Try re-installing %1!ls! to fix the problem.
  116. .
  117. ;
  118. MessageId=+1 Facility=CVYlog Severity=Informational
  119. SymbolicName=IDS_CTR_REG2 Language=English
  120. %1!ls! has been uninstalled or is not properly configured.
  121. .
  122. ;
  123. MessageId=+1 Facility=CVYlog Severity=Informational
  124. SymbolicName=IDS_CTR_HELP Language=English
  125. Could not spawn help.
  126. .
  127. ;
  128. MessageId=+1 Facility=CVYlog Severity=Informational
  129. SymbolicName=IDS_CTR_MAC Language=English
  130. Note that some entries will be disabled. To change them,
  131. run the %1!ls! Setup dialog from the Network Properties Control Panel.
  132. .
  133. ;
  134. MessageId=+1 Facility=CVYlog Severity=Informational
  135. SymbolicName=IDS_CTR_DEV1 Language=English
  136. Could not create device due to:
  137. .
  138. ;
  139. MessageId=+1 Facility=CVYlog Severity=Informational
  140. SymbolicName=IDS_CTR_DEV2 Language=English
  141. Could not create file for the device due to:
  142. .
  143. ;
  144. MessageId=+1 Facility=CVYlog Severity=Informational
  145. SymbolicName=IDS_CTR_DEV3 Language=English
  146. Could not send IOCTL to the device due to:
  147. .
  148. ;
  149. MessageId=+1 Facility=CVYlog Severity=Informational
  150. SymbolicName=IDS_CTR_DEV4 Language=English
  151. Internal error: return size did not match - %1!d! vs %2!d!.
  152. .
  153. ;
  154. MessageId=+1 Facility=CVYlog Severity=Informational
  155. SymbolicName=IDS_CTR_BAD_PARAMS Language=English
  156. Error querying parameters from the registry.
  157. Please consult event log on the target host.
  158. .
  159. ;
  160. MessageId=+1 Facility=CVYlog Severity=Informational
  161. SymbolicName=IDS_CTR_BAD_PARAMS_C Language=English
  162. bad parameters
  163. .
  164. ;
  165. MessageId=+1 Facility=CVYlog Severity=Informational
  166. SymbolicName=IDS_CTR_IO_ER Language=English
  167. Internal error: bad IOCTL - %1!d!
  168. .
  169. ;
  170. MessageId=+1 Facility=CVYlog Severity=Informational
  171. SymbolicName=IDS_CTR_ER_CODE Language=English
  172. Error code: %1!d!
  173. .
  174. ;
  175. MessageId=+1 Facility=CVYlog Severity=Informational
  176. SymbolicName=IDS_CTR_DLL Language=English
  177. Could not load required DLL '%1!ls!' due to:
  178. .
  179. ;
  180. MessageId=+1 Facility=CVYlog Severity=Informational
  181. SymbolicName=IDS_CTR_RSLV Language=English
  182. Error resolving host '%1!hs!' to IP address due to:
  183. .
  184. ;
  185. MessageId=+1 Facility=CVYlog Severity=Informational
  186. SymbolicName=IDS_CTR_REG_NETMONALIVEMSGS_ON Language=English
  187. Turning NLB hearbeat passthru to Netmon ON.
  188. .
  189. ;
  190. MessageId=+1 Facility=CVYlog Severity=Informational
  191. SymbolicName=IDS_CTR_REG_NETMONALIVEMSGS_OFF Language=English
  192. Turning NLB hearbeat passthru to Netmon OFF.
  193. .
  194. ;
  195. MessageId=+1 Facility=CVYlog Severity=Informational
  196. SymbolicName=IDS_CTR_WSOCK Language=English
  197. Windows Sockets error:
  198. .
  199. ;
  200. MessageId=+1 Facility=CVYlog Severity=Informational
  201. SymbolicName=IDS_CTR_INIT Language=English
  202. Error Initializing APIs:
  203. .
  204. ;
  205. MessageId=+1 Facility=CVYlog Severity=Informational
  206. SymbolicName=IDS_CTR_CLUSTER Language=English
  207. Accessing cluster '%1!ls!' (%2!hs!)%0
  208. .
  209. ;
  210. MessageId=+1 Facility=CVYlog Severity=Informational
  211. SymbolicName=IDS_CTR_VER Language=English
  212. Warning - version mismatch. Host running V%1!d!.%2!d!.
  213. .
  214. ;
  215. MessageId=+1 Facility=CVYlog Severity=Informational
  216. SymbolicName=IDS_CTR_REMOTE Language=English
  217. The remote usage of this command is not supported in this version.
  218. .
  219. ;
  220. MessageId=+1 Facility=CVYlog Severity=Informational
  221. SymbolicName=IDS_CTR_NO_CVY Language=English
  222. %1!ls! is not installed on this system or you do not have
  223. sufficient privileges to administer the cluster.
  224. .
  225. ;
  226. MessageId=+1 Facility=CVYlog Severity=Informational
  227. SymbolicName=IDS_CTR_PASSW Language=English
  228. Password: %0
  229. .
  230. ;
  231. MessageId=+1 Facility=CVYlog Severity=Informational
  232. SymbolicName=IDS_CTR_IP Language=English
  233. Cluster: %1!hs!
  234. .
  235. ;
  236. MessageId=+1 Facility=CVYlog Severity=Informational
  237. SymbolicName=IDS_CTR_IGMP_MCAST Language=English
  238. IGMP Multicast MAC: 01-00-5e-7f-%1!02x!-%2!02x!
  239. .
  240. ;
  241. MessageId=+1 Facility=CVYlog Severity=Informational
  242. SymbolicName=IDS_CTR_MCAST Language=English
  243. Multicast MAC: 03-bf-%1!02x!-%2!02x!-%3!02x!-%4!02x!
  244. .
  245. ;
  246. MessageId=+1 Facility=CVYlog Severity=Informational
  247. SymbolicName=IDS_CTR_UCAST Language=English
  248. Unicast MAC: 02-bf-%1!02x!-%2!02x!-%3!02x!-%4!02x!
  249. .
  250. ;
  251. MessageId=+1 Facility=CVYlog Severity=Informational
  252. SymbolicName=IDS_CTR_NO_RSP1 Language=English
  253. Did not receive response from the DEFAULT host.
  254. There may be no hosts left in the cluster.
  255. Try running '%1!ls! query <cluster>' to collect info about all hosts.
  256. .
  257. ;
  258. MessageId=+1 Facility=CVYlog Severity=Informational
  259. SymbolicName=IDS_CTR_NO_RSP2 Language=English
  260. Did not receive response from host %1!ls!.
  261. .
  262. ;
  263. MessageId=+1 Facility=CVYlog Severity=Informational
  264. SymbolicName=IDS_CTR_NO_RSP3 Language=English
  265. Did not receive response from the cluster.
  266. .
  267. ;
  268. MessageId=+1 Facility=CVYlog Severity=Informational
  269. SymbolicName=IDS_CTR_NO_RSP4 Language=English
  270. There may be no hosts left in the cluster.
  271. Try running '%1!ls! query <cluster>' to collect info about all hosts.
  272. .
  273. ;
  274. MessageId=+1 Facility=CVYlog Severity=Informational
  275. SymbolicName=IDS_CTR_RCT_DIS Language=English
  276. Remote control on the target host might be disabled.
  277. .
  278. ;
  279. MessageId=+1 Facility=CVYlog Severity=Informational
  280. SymbolicName=IDS_CTR_WS_NUNREACH Language=English
  281. The network cannot be reached from this host at this time.
  282. .
  283. ;
  284. MessageId=+1 Facility=CVYlog Severity=Informational
  285. SymbolicName=IDS_CTR_WS_TIMEOUT Language=English
  286. Attempt to connect timed out without establishing a connection.
  287. .
  288. ;
  289. MessageId=+1 Facility=CVYlog Severity=Informational
  290. SymbolicName=IDS_CTR_WS_NOAUTH Language=English
  291. Authoritative Answer Host not found.
  292. .
  293. ;
  294. MessageId=+1 Facility=CVYlog Severity=Informational
  295. SymbolicName=IDS_CTR_WS_NODNS Language=English
  296. Non-Authoritative Host not found, or server failure.
  297. .
  298. ;
  299. MessageId=+1 Facility=CVYlog Severity=Informational
  300. SymbolicName=IDS_CTR_WS_NETFAIL Language=English
  301. The network subsystem has failed.
  302. .
  303. ;
  304. MessageId=+1 Facility=CVYlog Severity=Informational
  305. SymbolicName=IDS_CTR_WS_HUNREACH Language=English
  306. The remote host cannot be reached from this host at this time.
  307. .
  308. ;
  309. MessageId=+1 Facility=CVYlog Severity=Informational
  310. SymbolicName=IDS_CTR_WS_RESET Language=English
  311. The connection has been broken due to the remote host resetting.
  312. .
  313. ;
  314. MessageId=+1 Facility=CVYlog Severity=Informational
  315. SymbolicName=IDS_CTR_RELOADED Language=English
  316. Registry parameters successfully reloaded.
  317. .
  318. ;
  319. MessageId=+1 Facility=CVYlog Severity=Informational
  320. SymbolicName=IDS_CTR_BAD_PASSW Language=English
  321. Password was not accepted by the cluster.
  322. .
  323. ;
  324. MessageId=+1 Facility=CVYlog Severity=Informational
  325. SymbolicName=IDS_CTR_BAD_PASSW_C Language=English
  326. bad password %0
  327. .
  328. ;
  329. MessageId=+1 Facility=CVYlog Severity=Informational
  330. SymbolicName=IDS_CTR_FROM_DRAIN Language=English
  331. Connection draining suspended.
  332. .
  333. ;
  334. MessageId=+1 Facility=CVYlog Severity=Informational
  335. SymbolicName=IDS_CTR_FROM_DRAIN_C Language=English
  336. draining suspended, %0
  337. .
  338. ;
  339. MessageId=+1 Facility=CVYlog Severity=Informational
  340. SymbolicName=IDS_CTR_FROM_START Language=English
  341. Cluster operations stopped.
  342. .
  343. ;
  344. MessageId=+1 Facility=CVYlog Severity=Informational
  345. SymbolicName=IDS_CTR_FROM_START_C Language=English
  346. cluster mode stopped, %0
  347. .
  348. ;
  349. MessageId=+1 Facility=CVYlog Severity=Informational
  350. SymbolicName=IDS_CTR_RESUMED Language=English
  351. Cluster operation control resumed.
  352. .
  353. ;
  354. MessageId=+1 Facility=CVYlog Severity=Informational
  355. SymbolicName=IDS_CTR_RESUMED_C Language=English
  356. cluster control resumed
  357. .
  358. ;
  359. MessageId=+1 Facility=CVYlog Severity=Informational
  360. SymbolicName=IDS_CTR_RESUMED_A Language=English
  361. Cluster operation control already resumed.
  362. .
  363. ;
  364. MessageId=+1 Facility=CVYlog Severity=Informational
  365. SymbolicName=IDS_CTR_RESUMED_C_A Language=English
  366. cluster control already resumed
  367. .
  368. ;
  369. MessageId=+1 Facility=CVYlog Severity=Informational
  370. SymbolicName=IDS_CTR_SUSPENDED Language=English
  371. Cluster operation control suspended.
  372. .
  373. ;
  374. MessageId=+1 Facility=CVYlog Severity=Informational
  375. SymbolicName=IDS_CTR_SUSPENDED_C Language=English
  376. cluster control suspended
  377. .
  378. ;
  379. MessageId=+1 Facility=CVYlog Severity=Informational
  380. SymbolicName=IDS_CTR_SUSPENDED_A Language=English
  381. Cluster operation control already suspended.
  382. .
  383. ;
  384. MessageId=+1 Facility=CVYlog Severity=Informational
  385. SymbolicName=IDS_CTR_SUSPENDED_C_A Language=English
  386. cluster control already suspended
  387. .
  388. ;
  389. MessageId=+1 Facility=CVYlog Severity=Informational
  390. SymbolicName=IDS_CTR_STARTED Language=English
  391. Cluster operations started.
  392. .
  393. ;
  394. MessageId=+1 Facility=CVYlog Severity=Informational
  395. SymbolicName=IDS_CTR_STARTED_C Language=English
  396. cluster mode started
  397. .
  398. ;
  399. MessageId=+1 Facility=CVYlog Severity=Informational
  400. SymbolicName=IDS_CTR_STARTED_A Language=English
  401. Cluster operations already started.
  402. .
  403. ;
  404. MessageId=+1 Facility=CVYlog Severity=Informational
  405. SymbolicName=IDS_CTR_STARTED_C_A Language=English
  406. cluster mode already started
  407. .
  408. ;
  409. MessageId=+1 Facility=CVYlog Severity=Informational
  410. SymbolicName=IDS_CTR_STOPPED Language=English
  411. Cluster operations stopped.
  412. .
  413. ;
  414. MessageId=+1 Facility=CVYlog Severity=Informational
  415. SymbolicName=IDS_CTR_STOPPED_C Language=English
  416. cluster mode stopped
  417. .
  418. ;
  419. MessageId=+1 Facility=CVYlog Severity=Informational
  420. SymbolicName=IDS_CTR_STOPPED_A Language=English
  421. Cluster operations already stopped.
  422. .
  423. ;
  424. MessageId=+1 Facility=CVYlog Severity=Informational
  425. SymbolicName=IDS_CTR_STOPPED_C_A Language=English
  426. cluster mode already stopped
  427. .
  428. ;
  429. MessageId=+1 Facility=CVYlog Severity=Informational
  430. SymbolicName=IDS_CTR_DRAINED Language=English
  431. Connection draining started.
  432. .
  433. ;
  434. MessageId=+1 Facility=CVYlog Severity=Informational
  435. SymbolicName=IDS_CTR_DRAINED_C Language=English
  436. connection draining started
  437. .
  438. ;
  439. MessageId=+1 Facility=CVYlog Severity=Informational
  440. SymbolicName=IDS_CTR_DRAINED_A Language=English
  441. Connection draining already started.
  442. .
  443. ;
  444. MessageId=+1 Facility=CVYlog Severity=Informational
  445. SymbolicName=IDS_CTR_DRAINED_C_A Language=English
  446. connection draining already started
  447. .
  448. ;
  449. MessageId=+1 Facility=CVYlog Severity=Informational
  450. SymbolicName=IDS_CTR_RLS_NONE Language=English
  451. Cannot find port %1!d! among the valid rules.
  452. .
  453. ;
  454. MessageId=+1 Facility=CVYlog Severity=Informational
  455. SymbolicName=IDS_CTR_RLS_NONE_C Language=English
  456. port %1!d! not found
  457. .
  458. ;
  459. MessageId=+1 Facility=CVYlog Severity=Informational
  460. SymbolicName=IDS_CTR_RLS_NORULES Language=English
  461. No rules are configured on the cluster
  462. .
  463. ;
  464. MessageId=+1 Facility=CVYlog Severity=Informational
  465. SymbolicName=IDS_CTR_RLS_NORULES_C Language=English
  466. no rules configured
  467. .
  468. ;
  469. MessageId=+1 Facility=CVYlog Severity=Informational
  470. SymbolicName=IDS_CTR_RLS_ST Language=English
  471. Cannot modify traffic handling because cluster operations are stopped.
  472. .
  473. ;
  474. MessageId=+1 Facility=CVYlog Severity=Informational
  475. SymbolicName=IDS_CTR_RLS_ST_C Language=English
  476. cluster mode currently stopped
  477. .
  478. ;
  479. MessageId=+1 Facility=CVYlog Severity=Informational
  480. SymbolicName=IDS_CTR_RLS_EN Language=English
  481. Traffic handling for specified port rule(s) enabled.
  482. .
  483. ;
  484. MessageId=+1 Facility=CVYlog Severity=Informational
  485. SymbolicName=IDS_CTR_RLS_EN_C Language=English
  486. port rule traffic enabled
  487. .
  488. ;
  489. MessageId=+1 Facility=CVYlog Severity=Informational
  490. SymbolicName=IDS_CTR_RLS_EN_A Language=English
  491. Traffic handling for specified port rule(s) already enabled.
  492. .
  493. ;
  494. MessageId=+1 Facility=CVYlog Severity=Informational
  495. SymbolicName=IDS_CTR_RLS_EN_C_A Language=English
  496. port rule traffic already enabled
  497. .
  498. ;
  499. MessageId=+1 Facility=CVYlog Severity=Informational
  500. SymbolicName=IDS_CTR_RLS_AD Language=English
  501. Traffic amount for specified port rule(s) adjusted.
  502. .
  503. ;
  504. MessageId=+1 Facility=CVYlog Severity=Informational
  505. SymbolicName=IDS_CTR_RLS_AD_C Language=English
  506. port rule traffic adjusted
  507. .
  508. ;
  509. MessageId=+1 Facility=CVYlog Severity=Informational
  510. SymbolicName=IDS_CTR_RLS_AD_A Language=English
  511. Traffic ammound for specified port rule(s) already adjusted.
  512. .
  513. ;
  514. MessageId=+1 Facility=CVYlog Severity=Informational
  515. SymbolicName=IDS_CTR_RLS_AD_C_A Language=English
  516. port rule traffic already adjusted
  517. .
  518. ;
  519. MessageId=+1 Facility=CVYlog Severity=Informational
  520. SymbolicName=IDS_CTR_RLS_DS Language=English
  521. Traffic handling for specified port rule(s) disabled.
  522. .
  523. ;
  524. MessageId=+1 Facility=CVYlog Severity=Informational
  525. SymbolicName=IDS_CTR_RLS_DS_C Language=English
  526. port rule traffic disabled
  527. .
  528. ;
  529. MessageId=+1 Facility=CVYlog Severity=Informational
  530. SymbolicName=IDS_CTR_RLS_DS_A Language=English
  531. Traffic handling for specified port rule(s) already disabled.
  532. .
  533. ;
  534. MessageId=+1 Facility=CVYlog Severity=Informational
  535. SymbolicName=IDS_CTR_RLS_DS_C_A Language=English
  536. port rule traffic already disabled
  537. .
  538. ;
  539. MessageId=+1 Facility=CVYlog Severity=Informational
  540. SymbolicName=IDS_CTR_RLS_DR Language=English
  541. NEW traffic handling for specified port rule(s) disabled.
  542. .
  543. ;
  544. MessageId=+1 Facility=CVYlog Severity=Informational
  545. SymbolicName=IDS_CTR_RLS_DR_C Language=English
  546. NEW port rule traffic disabled
  547. .
  548. ;
  549. MessageId=+1 Facility=CVYlog Severity=Informational
  550. SymbolicName=IDS_CTR_RLS_DR_A Language=English
  551. NEW traffic handling for specified port rule(s) already disabled.
  552. .
  553. ;
  554. MessageId=+1 Facility=CVYlog Severity=Informational
  555. SymbolicName=IDS_CTR_RLS_DR_C_A Language=English
  556. NEW port rule traffic already disabled
  557. .
  558. ;
  559. MessageId=+1 Facility=CVYlog Severity=Informational
  560. SymbolicName=IDS_CTR_CVG_SP_C Language=English
  561. cluster control suspended
  562. .
  563. ;
  564. MessageId=+1 Facility=CVYlog Severity=Informational
  565. SymbolicName=IDS_CTR_MEDIA_DISC_C Language=English
  566. network disconnected
  567. .
  568. ;
  569. MessageId=+1 Facility=CVYlog Severity=Informational
  570. SymbolicName=IDS_CTR_CVG_UN_C Language=English
  571. stopped
  572. .
  573. ;
  574. MessageId=+1 Facility=CVYlog Severity=Informational
  575. SymbolicName=IDS_CTR_CVG_PR_C Language=English
  576. converging
  577. .
  578. ;
  579. MessageId=+1 Facility=CVYlog Severity=Informational
  580. SymbolicName=IDS_CTR_CVG_DR_C Language=English
  581. draining
  582. .
  583. ;
  584. MessageId=+1 Facility=CVYlog Severity=Informational
  585. SymbolicName=IDS_CTR_CVG_SL_C Language=English
  586. converged
  587. .
  588. ;
  589. MessageId=+1 Facility=CVYlog Severity=Informational
  590. SymbolicName=IDS_CTR_CVG_MS_C Language=English
  591. converged as DEFAULT
  592. .
  593. ;
  594. MessageId=+1 Facility=CVYlog Severity=Informational
  595. SymbolicName=IDS_CTR_CVG_ER_C Language=English
  596. ERROR
  597. .
  598. ;
  599. MessageId=+1 Facility=CVYlog Severity=Informational
  600. SymbolicName=IDS_CTR_CVG_SP Language=English
  601. Host %1!d! is stopped and has cluster control mode suspended.
  602. .
  603. ;
  604. MessageId=+1 Facility=CVYlog Severity=Informational
  605. SymbolicName=IDS_CTR_MEDIA_DISC Language=English
  606. Host %1!d! is disconnected from the network.
  607. .
  608. ;
  609. MessageId=+1 Facility=CVYlog Severity=Informational
  610. SymbolicName=IDS_CTR_CVG_UN Language=English
  611. Host %1!d! is stopped and does not know convergence state of the cluster.
  612. .
  613. ;
  614. MessageId=+1 Facility=CVYlog Severity=Informational
  615. SymbolicName=IDS_CTR_CVG_DR Language=English
  616. Host %1!d! draining connections with the following host(s) as part of the cluster:
  617. .
  618. ;
  619. MessageId=+1 Facility=CVYlog Severity=Informational
  620. SymbolicName=IDS_CTR_CVG_PR Language=English
  621. Host %1!d! converging with the following host(s) as part of the cluster:
  622. .
  623. ;
  624. MessageId=+1 Facility=CVYlog Severity=Informational
  625. SymbolicName=IDS_CTR_CVG_SL Language=English
  626. Host %1!d! converged with the following host(s) as part of the cluster:
  627. .
  628. ;
  629. MessageId=+1 Facility=CVYlog Severity=Informational
  630. SymbolicName=IDS_CTR_CVG_MS Language=English
  631. Host %1!d! converged as DEFAULT with the following host(s) as part of the cluster:
  632. .
  633. ;
  634. MessageId=+1 Facility=CVYlog Severity=Informational
  635. SymbolicName=IDS_CTR_CVG_ER Language=English
  636. Error: bad query state returned - %1!d!
  637. .
  638. ;
  639. MessageId=+1 Facility=CVYlog Severity=Informational
  640. SymbolicName=IDS_CTR_IGMP_ADDR_RANGE Language=English
  641. The multicast IP address should not be in the range (224-239).0.0.x or (224-239).128.0.x. This will not halt switch flooding.
  642. .
  643. ;
  644. MessageId=+1 Facility=CVYlog Severity=Informational
  645. SymbolicName=IDS_CTR_CLUSTER_ID Language=English
  646. Cluster %1!ls!
  647. .
  648. ;
  649. MessageId=+1 Facility=CVYlog Severity=Informational
  650. SymbolicName=IDS_CTR_BAD_CLUSTER_NAME_IP Language=English
  651. Invalid Cluster Name or IP address.
  652. .
  653. ;
  654. MessageId=+1 Facility=CVYlog Severity=Informational
  655. SymbolicName=IDS_CTR_BAD_HOST_NAME_IP Language=English
  656. Invalid Host Name or IP address.
  657. .
  658. ;
  659. MessageId=+1 Facility=CVYlog Severity=Informational
  660. SymbolicName=IDS_CTR_PSSW_WITHOUT_CLUSTER Language=English
  661. Password only applies to remote commands
  662. .
  663. ;
  664. MessageId=+1 Facility=CVYlog Severity=Informational
  665. SymbolicName=IDS_CTR_DSP_CONFIGURATION Language=English
  666. === Configuration: ===
  667. .
  668. ;
  669. MessageId=+1 Facility=CVYlog Severity=Informational
  670. SymbolicName=IDS_CTR_DSP_EVENTLOG Language=English
  671. === Event messages: ===
  672. .
  673. ;
  674. MessageId=+1 Facility=CVYlog Severity=Informational
  675. SymbolicName=IDS_CTR_DSP_IPCONFIG Language=English
  676. === IP configuration: ===
  677. .
  678. ;
  679. MessageId=+1 Facility=CVYlog Severity=Informational
  680. SymbolicName=IDS_CTR_DSP_STATE Language=English
  681. === Current state: ===
  682. .
  683. ;
  684. MessageId=+1 Facility=CVYlog Severity=Informational
  685. SymbolicName=IDS_CTR_REG_KEY Language=English
  686. Unsupported registry key: %1.
  687. .
  688. ;
  689. MessageId=+1 Facility=CVYlog Severity=Informational
  690. SymbolicName=IDS_CTR_REG_MCASTIPADDRESS Language=English
  691. Setting IGMP multicast IP address to %1.
  692. .
  693. ;
  694. MessageId=+1 Facility=CVYlog Severity=Informational
  695. SymbolicName=IDS_CTR_REG_IPTOMCASTIP_ON Language=English
  696. Turning IP to multicast IP conversion ON.
  697. .
  698. ;
  699. MessageId=+1 Facility=CVYlog Severity=Informational
  700. SymbolicName=IDS_CTR_REG_IPTOMACENABLE_ON Language=English
  701. Turning IP to MAC address conversion ON.
  702. .
  703. ;
  704. MessageId=+1 Facility=CVYlog Severity=Informational
  705. SymbolicName=IDS_CTR_REG_MASKSRCMAC_ON Language=English
  706. Turning source MAC address masking ON.
  707. .
  708. ;
  709. MessageId=+1 Facility=CVYlog Severity=Informational
  710. SymbolicName=IDS_CTR_REG_IPTOMCASTIP_OFF Language=English
  711. Turning IP to multicast IP conversion OFF.
  712. .
  713. ;
  714. MessageId=+1 Facility=CVYlog Severity=Informational
  715. SymbolicName=IDS_CTR_REG_IPTOMACENABLE_OFF Language=English
  716. Turning IP to MAC address conversion OFF.
  717. .
  718. ;
  719. MessageId=+1 Facility=CVYlog Severity=Informational
  720. SymbolicName=IDS_CTR_REG_MASKSRCMAC_OFF Language=English
  721. Turning source MAC address masking OFF.
  722. .
  723. ;
  724. MessageId=+1 Facility=CVYlog Severity=Informational
  725. SymbolicName=IDS_CTR_REG_READ Language=English
  726. Unable to read parameters from the registry.
  727. .
  728. ;
  729. MessageId=+1 Facility=CVYlog Severity=Informational
  730. SymbolicName=IDS_CTR_REG_WRITE Language=English
  731. Unable to write parameters to the registry.
  732. .
  733. ;
  734. MessageId=+1 Facility=CVYlog Severity=Informational
  735. SymbolicName=IDS_CTR_REG_INVAL_MCASTIPADDRESS Language=English
  736. Invalid IGMP multicast IP address.
  737. .
  738. ;
  739. MessageId=+1 Facility=CVYlog Severity=Informational
  740. SymbolicName=IDS_CTR_HOST_NAME_ONLY Language=English
  741. Host %1!d! [%2!ls!] (no dedicated IP) reported: %0
  742. .
  743. ;
  744. MessageId=+1 Facility=CVYlog Severity=Informational
  745. SymbolicName=IDS_CTR_HOST_DIP_ONLY Language=English
  746. Host %1!d! (%2!ls!) reported: %0
  747. .
  748. ;
  749. MessageId=+1 Facility=CVYlog Severity=Informational
  750. SymbolicName=IDS_CTR_HOST_NEITHER Language=English
  751. Host %1!d! (no dedicated IP) reported: %0
  752. .
  753. ;
  754. MessageId=+1 Facility=CVYlog Severity=Informational
  755. SymbolicName=IDS_CTR_HOST_BOTH Language=English
  756. Host %1!d! [%2!ls!] (%3!ls!) reported: %0
  757. .
  758. ;
  759. MessageId=+1 Facility=CVYlog Severity=Informational
  760. SymbolicName=IDS_CTR_QUERY_PORT_HDR Language=English
  761. Retrieving state for port rule %1!ls!
  762. .
  763. ;
  764. MessageId=+1 Facility=CVYlog Severity=Informational
  765. SymbolicName=IDS_CTR_QUERY_PORT_FAILED Language=English
  766. Querying port state failed
  767. .
  768. ;
  769. MessageId=+1 Facility=CVYlog Severity=Informational
  770. SymbolicName=IDS_CTR_QUERY_PORT_NOT_FOUND Language=English
  771. No matching port rule found
  772. .
  773. ;
  774. MessageId=+1 Facility=CVYlog Severity=Informational
  775. SymbolicName=IDS_CTR_QUERY_PORT_ENABLED Language=English
  776. Rule is enabled
  777. .
  778. ;
  779. MessageId=+1 Facility=CVYlog Severity=Informational
  780. SymbolicName=IDS_CTR_QUERY_PORT_STATISTICS Language=English
  781. Packets: Accepted=%1!ls!, Dropped=%2!ls!
  782. .
  783. ;
  784. MessageId=+1 Facility=CVYlog Severity=Informational
  785. SymbolicName=IDS_CTR_QUERY_PORT_DISABLED Language=English
  786. Rule is disabled
  787. .
  788. ;
  789. MessageId=+1 Facility=CVYlog Severity=Informational
  790. SymbolicName=IDS_CTR_QUERY_PORT_DRAINING Language=English
  791. Rule is draining
  792. .
  793. ;
  794. MessageId=+1 Facility=CVYlog Severity=Informational
  795. SymbolicName=IDS_CTR_QUERY_PORT_UNKNOWN Language=English
  796. Unrecognized state
  797. .
  798. ;
  799. MessageId=+1 Facility=CVYlog Severity=Informational
  800. SymbolicName=IDS_CTR_QUERY_BDA_HDR Language=English
  801. Retrieving state for BDA team %1!ls!
  802. .
  803. ;
  804. MessageId=+1 Facility=CVYlog Severity=Informational
  805. SymbolicName=IDS_CTR_QUERY_BDA_FAILED Language=English
  806. Querying BDA teaming failed
  807. .
  808. ;
  809. MessageId=+1 Facility=CVYlog Severity=Informational
  810. SymbolicName=IDS_CTR_QUERY_BDA_NOT_FOUND Language=English
  811. BDA team not found
  812. .
  813. ;
  814. MessageId=+1 Facility=CVYlog Severity=Informational
  815. SymbolicName=IDS_CTR_QUERY_PARAMS_HDR Language=English
  816. Retrieving parameters
  817. .
  818. ;
  819. MessageId=+1 Facility=CVYlog Severity=Informational
  820. SymbolicName=IDS_CTR_QUERY_PARAMS_FAILED Language=English
  821. Querying parameters failed
  822. .
  823. ;
  824. MessageId=+1 Facility=CVYlog Severity=Informational
  825. SymbolicName=IDS_CTR_RLS_NO_ALL_VIP_RULE_FOR_PORT Language=English
  826. "All Vip" rule is not configured for port %1!d! on the cluster
  827. .
  828. ;
  829. MessageId=+1 Facility=CVYlog Severity=Informational
  830. SymbolicName=IDS_CTR_RLS_NO_ALL_VIP_RULE_FOR_PORT_C Language=English
  831. "All Vip" rule is not configured for port %1!d!
  832. .
  833. ;
  834. MessageId=+1 Facility=CVYlog Severity=Informational
  835. SymbolicName=IDS_CTR_RLS_NO_SPECIFIC_VIP_RULE_FOR_PORT Language=English
  836. No rules are configured for vip : %1!ls! and port %2!d! on the cluster
  837. .
  838. ;
  839. MessageId=+1 Facility=CVYlog Severity=Informational
  840. SymbolicName=IDS_CTR_RLS_NO_SPECIFIC_VIP_RULE_FOR_PORT_C Language=English
  841. No rules are configured for vip : %1!ls! and port %2!d!
  842. .
  843. ;
  844. MessageId=+1 Facility=CVYlog Severity=Informational
  845. SymbolicName=IDS_CTR_RLS_NO_ALL_VIP_RULES Language=English
  846. No "All Vip" rules are configured on the cluster
  847. .
  848. ;
  849. MessageId=+1 Facility=CVYlog Severity=Informational
  850. SymbolicName=IDS_CTR_RLS_NO_ALL_VIP_RULES_C Language=English
  851. no "All Vip" rules configured
  852. .
  853. ;
  854. MessageId=+1 Facility=CVYlog Severity=Informational
  855. SymbolicName=IDS_CTR_RLS_NO_SPECIFIC_VIP_RULES Language=English
  856. No rules are configured for vip : %1!ls! on the cluster
  857. .
  858. ;
  859. MessageId=+1 Facility=CVYlog Severity=Informational
  860. SymbolicName=IDS_CTR_RLS_NO_SPECIFIC_VIP_RULES_C Language=English
  861. no rules configured for vip : %1!ls!
  862. .
  863. ;
  864. MessageId=+1 Facility=CVYlog Severity=Informational
  865. SymbolicName=IDS_CTR_CLUSTER_WITHOUT_LOCAL_GLOBAL_FLAG Language=English
  866. LOCAL or GLOBAL flag not passed, See usage
  867. .
  868. ;
  869. MessageId=+1 Facility=CVYlog Severity=Informational
  870. SymbolicName=IDS_CTR_USAGE2 Language=English
  871. resume [<cluster_spec>] - resumes cluster operations after a
  872. previous suspend command for the
  873. specified cluster. If cluster is not
  874. specified, applies to all instances
  875. on local host.
  876. start [<cluster_spec>] - starts cluster operations on the
  877. specified hosts. Applies to local
  878. host if cluster is not specified.
  879. stop [<cluster_spec>] - stops cluster operations on the
  880. specified hosts. Applies to local
  881. host if cluster is not specified.
  882. drainstop [<cluster_spec>] - disables all new traffic handling on
  883. the specified hosts and stops cluster
  884. operations. Applies to local host if
  885. cluster is not specified.
  886. enable <port_spec> <cluster_spec> - enables traffic handling on the
  887. specified cluster for the rule whose
  888. port range contains the specified
  889. port
  890. disable <port_spec> <cluster_spec> - disables ALL traffic handling on the
  891. specified cluster for the rule whose
  892. port range contains the specified
  893. port
  894. .
  895. ;
  896. MessageId=+1 Facility=CVYlog Severity=Informational
  897. SymbolicName=IDS_CTR_FILTER_USAGE1 Language=English
  898. Usage: %1!ls! filter <parameters> [<cluster spec>] [<remote options>]
  899. Applies the NLB filtering algorithm on an IP tuple/protocol to determine
  900. whether or not the targeted host would accept the virtual packet or not.
  901. <parameters> => <prot> <cltip>[:<cltport>] <svrip>[:<svrport>] [<flags>]
  902. <cltip> - the client IP address in dotted decimal notation
  903. <cltport> - the client port from 0 - 65535
  904. <svrip> - the server IP address in dotted decimal notation
  905. <svrport> - the server port from 0 - 65535
  906. <protocol> - one of TCP, UDP, PPTP, GRE, IPSec or ICMP
  907. <flags> - one of SYN, FIN or RST (if no flags are provided, a data
  908. packet operation is performed; flags are only meaningful
  909. in TCP, PPTP and IPSec filter queries)
  910. <cluster spec>
  911. <clusterip>[:<hostid>] [<locality>]
  912. - specify a specific host in a specific cluster
  913. <clusterip> - cluster name or cluster primary IP address to query
  914. <hostid> - dedicated IP address or host ID of a host in the cluster
  915. <locality>
  916. local | global - applies the operation locally only, or globally
  917. <remote options>
  918. /PASSW <password> - remote control password
  919. /PORT <port> - remote control UDP port
  920. .
  921. ;
  922. MessageId=+1 Facility=CVYlog Severity=Informational
  923. SymbolicName=IDS_CTR_CURR_TIME Language=English
  924. Current time
  925. .
  926. ;
  927. MessageId=+1 Facility=CVYlog Severity=Informational
  928. SymbolicName=IDS_CTR_HOSTNAME Language=English
  929. HostName
  930. .
  931. ;
  932. MessageId=+1 Facility=CVYlog Severity=Informational
  933. SymbolicName=IDS_CTR_BDA_TEAMING_USAGE Language=English
  934. Usage: %1!ls! bdateam <parameters>
  935. Retrives the BDA teaming state for the specified team from the kernel,
  936. including the configuration and state of the team and its members.
  937. <parameters> => <GUID>
  938. <GUID> - a UUID of the form {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}
  939. .
  940. ;
  941. MessageId=+1 Facility=CVYlog Severity=Informational
  942. SymbolicName=IDS_CTR_QUERY_FILTER_HDR Language=English
  943. Filtering Client: %1!ls!,%2!d! Server: %3!ls!,%4!d! Protocol:%5!ls! Flags:%6!ls!
  944. .
  945. ;
  946. MessageId=+1 Facility=CVYlog Severity=Informational
  947. SymbolicName=IDS_CTR_QUERY_FILTER_FAILED Language=English
  948. Querying packet filter failed
  949. .
  950. ;
  951. MessageId=+1 Facility=CVYlog Severity=Informational
  952. SymbolicName=IDS_CTR_QUERY_FILTER_REJECT_LOAD_INACTIVE Language=English
  953. Reject (Load module is inactive)
  954. .
  955. ;
  956. MessageId=+1 Facility=CVYlog Severity=Informational
  957. SymbolicName=IDS_CTR_QUERY_FILTER_REJECT_CLUSTER_STOPPED Language=English
  958. Reject (Cluster is stopped)
  959. .
  960. ;
  961. MessageId=+1 Facility=CVYlog Severity=Informational
  962. SymbolicName=IDS_CTR_QUERY_FILTER_REJECT_RULE_DISABLED Language=English
  963. Reject (Packet maps to a disabled port rule)
  964. .
  965. ;
  966. MessageId=+1 Facility=CVYlog Severity=Informational
  967. SymbolicName=IDS_CTR_QUERY_FILTER_REJECT_CONNECTION_DIRTY Language=English
  968. Reject (Matching dirty connection descriptor found)
  969. .
  970. ;
  971. MessageId=+1 Facility=CVYlog Severity=Informational
  972. SymbolicName=IDS_CTR_QUERY_FILTER_REJECT_OWNED_ELSEWHERE Language=English
  973. Reject (Packet not owned by this host)
  974. .
  975. ;
  976. MessageId=+1 Facility=CVYlog Severity=Informational
  977. SymbolicName=IDS_CTR_QUERY_FILTER_REJECT_BDA_REFUSED Language=English
  978. Reject (Packet refused by BDA teaming)
  979. .
  980. ;
  981. MessageId=+1 Facility=CVYlog Severity=Informational
  982. SymbolicName=IDS_CTR_QUERY_FILTER_ACCEPT_OWNED Language=English
  983. Accept (Packet owned by this host)
  984. .
  985. ;
  986. MessageId=+1 Facility=CVYlog Severity=Informational
  987. SymbolicName=IDS_CTR_QUERY_FILTER_ACCEPT_DESCRIPTOR_FOUND Language=English
  988. Accept (Matching connection descriptor found)
  989. .
  990. ;
  991. MessageId=+1 Facility=CVYlog Severity=Informational
  992. SymbolicName=IDS_CTR_QUERY_FILTER_ACCEPT_PASSTHRU Language=English
  993. Accept (Cluster is in passthru mode)
  994. .
  995. ;
  996. MessageId=+1 Facility=CVYlog Severity=Informational
  997. SymbolicName=IDS_CTR_QUERY_FILTER_ACCEPT_DIP Language=English
  998. Accept (Packet destined for dedicated IP address)
  999. .
  1000. ;
  1001. MessageId=+1 Facility=CVYlog Severity=Informational
  1002. SymbolicName=IDS_CTR_QUERY_FILTER_ACCEPT_BCAST Language=English
  1003. Accept (Packet destined for dedicated or cluster broadcast IP address)
  1004. .
  1005. ;
  1006. MessageId=+1 Facility=CVYlog Severity=Informational
  1007. SymbolicName=IDS_CTR_QUERY_FILTER_ACCEPT_RCTL_REQUEST Language=English
  1008. Accept (Packet is a remote control request)
  1009. .
  1010. ;
  1011. MessageId=+1 Facility=CVYlog Severity=Informational
  1012. SymbolicName=IDS_CTR_QUERY_FILTER_ACCEPT_RCTL_RESPONSE Language=English
  1013. Accept (Packet is a remote control response)
  1014. .
  1015. ;
  1016. MessageId=+1 Facility=CVYlog Severity=Informational
  1017. SymbolicName=IDS_CTR_QUERY_FILTER_UNKNOWN Language=English
  1018. Unrecognized response
  1019. .
  1020. ;
  1021. MessageId=+1 Facility=CVYlog Severity=Informational
  1022. SymbolicName=IDS_CTR_QUERY_FILTER_HASH_INFO Language=English
  1023. Hashing: Bin=%1!d!, Connections=%4!d!, Current=%2!ls!, Idle=%3!ls!
  1024. .
  1025. ;
  1026. MessageId=+1 Facility=CVYlog Severity=Informational
  1027. SymbolicName=IDS_CTR_QUERY_FILTER_DESCRIPTOR_INFO Language=English
  1028. Descriptor: Allocated=%1!ls!, Dirty=%2!ls!, References=%3!d!
  1029. .
  1030. ;
  1031. MessageId=+1 Facility=CVYlog Severity=Informational
  1032. SymbolicName=IDS_CTR_REG_COMMIT Language=English
  1033. Unable to commit registry changes.
  1034. .
  1035. ;
  1036. MessageId=+1 Facility=CVYlog Severity=Informational
  1037. SymbolicName=IDS_CTR_NOT_FOUND Language=English
  1038. Cluster not found
  1039. .
  1040. ;
  1041. MessageId=+1 Facility=CVYlog Severity=Informational
  1042. SymbolicName=IDS_CTR_CONVERGENCE_COMPLETE Language=English
  1043. Host %1!d! has entered a converging state %2!d! time(s) since joining the cluster
  1044. and the last convergence completed at approximately: %3!ls!
  1045. .
  1046. ;
  1047. MessageId=+1 Facility=CVYlog Severity=Informational
  1048. SymbolicName=IDS_CTR_CONVERGENCE_INCOMPLETE Language=English
  1049. Host %1!d! has entered a converging state %2!d! time(s) since joining the cluster
  1050. and is currently still in a state of convergence.
  1051. .
  1052. ;
  1053. MessageId=+1 Facility=CVYlog Severity=Informational
  1054. SymbolicName=IDS_CTR_USAGE3 Language=English
  1055. drain <port_spec> <cluster_spec> - disables NEW traffic handling on the
  1056. specified cluster for the rule whose
  1057. port range contains the specified
  1058. port
  1059. queryport [<vip>:]<port> - retrieve the current state of the
  1060. [<cluster_spec>] port rule. If the rule is handling
  1061. traffic, packet handling statistics
  1062. are also returned.
  1063. params [<cluster> | ALL] - retrieve the current parameters from
  1064. the NLB driver for the specified
  1065. cluster on the local host.
  1066. <port_spec>
  1067. [<vip>: | ALL:](<port> | ALL) - every virtual ip address (neither
  1068. <vip> nor ALL) or specific <vip> or
  1069. the "All" vip, on a specific <port>
  1070. rule or ALL ports
  1071. <cluster_spec>
  1072. <cluster>:<host> | ((<cluster> | ALL) - specific <cluster> on a specific
  1073. (LOCAL | GLOBAL)) <host>, OR specific <cluster> or ALL
  1074. clusters, on the LOCAL machine or all
  1075. (GLOBAL) machines that are a part of
  1076. the cluster
  1077. .
  1078. ;
  1079. MessageId=+1 Facility=CVYlog Severity=Informational
  1080. SymbolicName=IDS_CTR_USAGE4 Language=English
  1081. <cluster> - cluster name | cluster primary IP
  1082. address
  1083. <host> - host within the cluster (default -
  1084. ALL hosts): dedicated name |
  1085. IP address | host priority ID (1..32)
  1086. | 0 for current DEFAULT host
  1087. <vip> - virtual ip address in the port rule
  1088. <port> - TCP/UDP port number
  1089. Remote options:
  1090. /PASSW <password> - remote control password (default -
  1091. NONE)
  1092. blank <password> for console prompt
  1093. /PORT <port> - cluster's remote control UDP port
  1094. For detailed information, see the online help for NLB.
  1095. .
  1096. ;
  1097. MessageId=+1 Facility=CVYlog Severity=Informational
  1098. SymbolicName=IDS_CTR_BAD_RULE_CODE Language=English
  1099. bad rule code 0x%1!08x! vs 0x%2!08x!
  1100. .
  1101. ;
  1102. MessageId=+1 Facility=CVYlog Severity=Informational
  1103. SymbolicName=IDS_CTR_INVALID_RULE Language=English
  1104. rule is not valid
  1105. .
  1106. ;
  1107. MessageId=+1 Facility=CVYlog Severity=Informational
  1108. SymbolicName=IDS_CTR_BAD_PORT_RANGE Language=English
  1109. bad port range %1!d!-%2!d!
  1110. .
  1111. ;
  1112. MessageId=+1 Facility=CVYlog Severity=Informational
  1113. SymbolicName=IDS_CTR_PORT_RANGE_OVERLAP Language=English
  1114. port ranges for rules %1!d! (%2!d!-%3!d!) and %4!d! (%5!d!-%6!d!) overlap
  1115. .
  1116. ;
  1117. MessageId=+1 Facility=CVYlog Severity=Informational
  1118. SymbolicName=IDS_CTR_BAD_START_PORT Language=English
  1119. bad start port %1!d!
  1120. .
  1121. ;
  1122. MessageId=+1 Facility=CVYlog Severity=Informational
  1123. SymbolicName=IDS_CTR_BAD_END_PORT Language=English
  1124. bad end port %1!d!
  1125. .
  1126. ;
  1127. MessageId=+1 Facility=CVYlog Severity=Informational
  1128. SymbolicName=IDS_CTR_BAD_PROTOCOL Language=English
  1129. bad protocol %1!d!
  1130. .
  1131. ;
  1132. MessageId=+1 Facility=CVYlog Severity=Informational
  1133. SymbolicName=IDS_CTR_BAD_MODE Language=English
  1134. bad mode %1!d!
  1135. .
  1136. ;
  1137. MessageId=+1 Facility=CVYlog Severity=Informational
  1138. SymbolicName=IDS_CTR_BAD_LOAD Language=English
  1139. bad load %1!d!
  1140. .
  1141. ;
  1142. MessageId=+1 Facility=CVYlog Severity=Informational
  1143. SymbolicName=IDS_CTR_EVNT_LOG_OPEN_FAIL Language=English
  1144. Could not open event log due to:
  1145. .
  1146. ;
  1147. MessageId=+1 Facility=CVYlog Severity=Informational
  1148. SymbolicName=IDS_CTR_EVNT_LOG_NUM_OF_REC_FAIL Language=English
  1149. Could not get number of records in event log due to:
  1150. .
  1151. ;
  1152. MessageId=+1 Facility=CVYlog Severity=Informational
  1153. SymbolicName=IDS_CTR_EVNT_LOG_LATEST_REC_FAIL Language=English
  1154. Could not get the index of the latest event log record due to:
  1155. .
  1156. ;
  1157. MessageId=+1 Facility=CVYlog Severity=Informational
  1158. SymbolicName=IDS_CTR_LOAD_LIB_FAIL Language=English
  1159. Could not load driver image file due to:
  1160. .
  1161. ;
  1162. MessageId=+1 Facility=CVYlog Severity=Informational
  1163. SymbolicName=IDS_CTR_FAILED_MALLOC Language=English
  1164. Internal error occurred while allocating memory for the requested operation
  1165. .
  1166. ;
  1167. MessageId=+1 Facility=CVYlog Severity=Informational
  1168. SymbolicName=IDS_CTR_IO_ERROR Language=English
  1169. General IO error, e.g., during a registry read, occurred
  1170. .
  1171. ;
  1172. MessageId=+1 Facility=CVYlog Severity=Informational
  1173. SymbolicName=IDS_CTR_CMD_EXEC_FAILED Language=English
  1174. Command execution error: %1
  1175. .
  1176. ;
  1177. MessageId=+1 Facility=CVYlog Severity=Informational
  1178. SymbolicName=IDS_CTR_QUERY_FILTER_REJECT_HOOK Language=English
  1179. Reject (Packet unconditionally rejected by the registered hook)
  1180. .
  1181. ;
  1182. MessageId=+1 Facility=CVYlog Severity=Informational
  1183. SymbolicName=IDS_CTR_QUERY_FILTER_ACCEPT_HOOK Language=English
  1184. Accept (Packet unconditionally accepted by the registered hook)
  1185. .
  1186. ;
  1187. MessageId=+1 Facility=CVYlog Severity=Informational
  1188. SymbolicName=IDS_CTR_QUERY_FILTER_REJECT_DIP Language=English
  1189. Reject (Packet destined for dedicated IP address of another host)
  1190. .
  1191. ;
  1192. MessageId=+1 Facility=CVYlog Severity=Informational
  1193. SymbolicName=IDS_CTR_UNK_FILTER_MODE Language=English
  1194. Unknown filtering mode
  1195. .
  1196. ;
  1197. MessageId=+1 Facility=CVYlog Severity=Informational
  1198. SymbolicName=IDS_CTR_STATS Language=English
  1199. Statistics:
  1200. .
  1201. ;
  1202. MessageId=+1 Facility=CVYlog Severity=Informational
  1203. SymbolicName=IDS_CTR_NUM_ACTIVE_CONN Language=English
  1204. Number of active connections
  1205. .
  1206. ;
  1207. MessageId=+1 Facility=CVYlog Severity=Informational
  1208. SymbolicName=IDS_CTR_NUM_DSCR_ALLOC Language=English
  1209. Number of descriptors allocated
  1210. .
  1211. ;
  1212. MessageId=+1 Facility=CVYlog Severity=Informational
  1213. SymbolicName=IDS_CTR_PORTRULE_NOT_FOUND_OR_IOCTL_FAILED Language=English
  1214. No matching port rule found or error communicating with the driver
  1215. .
  1216. ;
  1217. MessageId=+1 Facility=CVYlog Severity=Informational
  1218. SymbolicName=IDS_CTR_QUERY_FILTER_ACCEPT_UNFILTERED Language=English
  1219. Accept (Packet type not filtered)
  1220. .
  1221. ;
  1222. MessageId=+1 Facility=CVYlog Severity=Informational
  1223. SymbolicName=IDS_CTR_QUERY_FILTER_UNKNOWN_NO_AFFINITY Language=English
  1224. Unknown (Applicable port rule configured with Affinity=None)
  1225. .
  1226. ;
  1227. MessageId=+1 Facility=CVYlog Severity=Informational
  1228. SymbolicName=IDS_CTR_FILTER_USAGE2 Language=English
  1229. Protocol specific filtering information:
  1230. TCP => Server port is required. Client port is optional, except if <flags> is
  1231. FIN or RST. If no client port is specified, the query will be for a new
  1232. connection (SYN is implied) and the applicable port rule must be con-
  1233. figured in either "Single" or "Class C" affinity.
  1234. PPTP => Server port need not be specified (PPTP utilizes TCP port 1723); if
  1235. specified, the server port will be ignored. Because PPTP is a TCP con-
  1236. nection, the same rules for specifying the client port apply except
  1237. that PPTP always requires that the applicable port rule be configured
  1238. in either "Single" or "Class C" affinity, regardless of whether or not
  1239. the client port is specified.
  1240. GRE => Neither the server nor client port need to be specified; if specified,
  1241. the server and client ports will be ignored. The applicable port rule
  1242. must be configured in either "Single" or "Class C" affinity.
  1243. UDP => Server port is required. Client port is optional and if not specified,
  1244. the applicable port rule must be configured in "Single" or "Class C"
  1245. affinity.
  1246. IPSec => Server and client ports are optional (IPSec utilizes UDP ports 500/
  1247. 4500). For IPSec/NAT support, the client port may float if and only if
  1248. the specified server port is 4500, in which case the client port is
  1249. required. The applicable port rule must be configured in either
  1250. "Single" or "Class C" affinity.
  1251. ICMP => Neither the server nor client port may be specified; if specified, the
  1252. server and client ports will be ignored. Note that, by default, NLB
  1253. does not filter ICMP traffic.
  1254. .
  1255. ;
  1256. ;#endif /*_Log_msgs_h_ */