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.

930 lines
29 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. 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. FacilityNames=(System=0x0
  31. RpcRuntime=0x2:FACILITY_RPC_RUNTIME
  32. RpcStubs=0x3:FACILITY_RPC_STUBS
  33. Io=0x4:FACILITY_IO_ERROR_CODE
  34. CVYlog=0x7:FACILITY_CONVOY_ERROR_CODE
  35. )
  36. ;//
  37. ;// %1 is reserved by the IO Manager. If IoAllocateErrorLogEntry is
  38. ;// called with a device, the name of the device will be inserted into
  39. ;// the message at %1. Otherwise, the place of %1 will be left empty.
  40. ;// In either case, the insertion strings from the driver's error log
  41. ;// entry starts at %2. In other words, the first insertion string goes
  42. ;// to %2, the second to %3 and so on.
  43. ;//
  44. ;
  45. ;
  46. ;
  47. MessageId=0x0001 Facility=CVYlog Severity=Informational
  48. SymbolicName=IDS_CTR_NAME Language=English
  49. %1!ls! Cluster Control Utility V2.3. (c) 1997-2001 Microsoft Corporation.
  50. .
  51. ;
  52. MessageId=+1 Facility=CVYlog Severity=Informational
  53. SymbolicName=IDS_CTR_USAGE Language=English
  54. Usage: %1!ls! <command> [/PASSW [<password>]] [/PORT <port>]
  55. <command>
  56. help - displays on-line help
  57. igmp {enable | disable} <cluster> - manages igmp for multicast mode for
  58. [<multicast_ip>] [<interval>] the specified cluster. <multicast_ip>
  59. is the multicast IP address to use.
  60. <interval> is the period with which
  61. igmp joins will be sent.
  62. ip2mac <cluster> - displays the MAC address for the
  63. specified cluster
  64. reload [<cluster> | ALL] - reloads the driver's parameters from
  65. the registry for the specified
  66. cluster (local only). Same as ALL if
  67. parameter is not specified.
  68. display [<cluster> | ALL] - displays configuration parameters,
  69. current status, and last several
  70. event log messages for the specified
  71. cluster (local only). Same as ALL if
  72. parameter is not specified.
  73. query [<cluster_spec>] - displays the current cluster state
  74. for the current members of the
  75. specified cluster. If not specified a
  76. local query is performed for all
  77. instances.
  78. suspend [<cluster_spec>] - suspends cluster operations (start,
  79. stop, etc.) for the specified cluster
  80. until the resume command is issued.
  81. If cluster is not specified, applies
  82. to all instances on local host.
  83. .
  84. ;
  85. MessageId=+1 Facility=CVYlog Severity=Informational
  86. SymbolicName=IDS_CTR_REG_USAGE Language=English
  87. Usage: %1!ls! registry <parameter> [<cluster>]
  88. <parameter>
  89. mcastipaddress <IP addr> - sets the IGMP multicast IP address
  90. iptomcastip <on|off> - toggles cluster IP to multicast IP option
  91. masksrcmac <on|off> - toggles the mask source MAC option
  92. iptomacenable <on|off> - toggles cluster IP to MAC address option
  93. <cluster> - cluster name | cluster primary IP address to affect
  94. .
  95. ;
  96. MessageId=+1 Facility=CVYlog Severity=Informational
  97. SymbolicName=IDS_CTR_TRACE_USAGE Language=English
  98. Usage: %1!ls! tracing [<file|console|debugger>] <on|off>
  99. [<+|->error] [<+|->warning] [<+|->info]
  100. Tracing options:
  101. file - output to file
  102. console - output to console
  103. debugger - output to debugger
  104. on - enable tracing
  105. off - disable tracing
  106. <+|->error - turn error messages on/off
  107. <+|->warning - turn warning messages on/off
  108. <+|->info - turn informational messages on/off
  109. .
  110. ;
  111. MessageId=+1 Facility=CVYlog Severity=Informational
  112. SymbolicName=IDS_CTR_REG Language=English
  113. Could not query the registry.
  114. Try re-installing %1!ls! to fix the problem.
  115. .
  116. ;
  117. MessageId=+1 Facility=CVYlog Severity=Informational
  118. SymbolicName=IDS_CTR_REG2 Language=English
  119. %1!ls! has been uninstalled or is not properly configured.
  120. .
  121. ;
  122. MessageId=+1 Facility=CVYlog Severity=Informational
  123. SymbolicName=IDS_CTR_HELP Language=English
  124. Could not spawn help.
  125. .
  126. ;
  127. MessageId=+1 Facility=CVYlog Severity=Informational
  128. SymbolicName=IDS_CTR_MAC Language=English
  129. Note that some entries will be disabled. To change them,
  130. run the %1!ls! Setup dialog from the Network Properties Control Panel.
  131. .
  132. ;
  133. MessageId=+1 Facility=CVYlog Severity=Informational
  134. SymbolicName=IDS_CTR_DEV1 Language=English
  135. Could not create device due to:
  136. .
  137. ;
  138. MessageId=+1 Facility=CVYlog Severity=Informational
  139. SymbolicName=IDS_CTR_DEV2 Language=English
  140. Could not create file for the device due to:
  141. .
  142. ;
  143. MessageId=+1 Facility=CVYlog Severity=Informational
  144. SymbolicName=IDS_CTR_DEV3 Language=English
  145. Could not send IOCTL to the device due to:
  146. .
  147. ;
  148. MessageId=+1 Facility=CVYlog Severity=Informational
  149. SymbolicName=IDS_CTR_DEV4 Language=English
  150. Internal error: return size did not match - %1!d! vs %2!d!.
  151. .
  152. ;
  153. MessageId=+1 Facility=CVYlog Severity=Informational
  154. SymbolicName=IDS_CTR_BAD_PARAMS Language=English
  155. Error querying parameters from the registry.
  156. Please consult event log on the target host.
  157. .
  158. ;
  159. MessageId=+1 Facility=CVYlog Severity=Informational
  160. SymbolicName=IDS_CTR_BAD_PARAMS_C Language=English
  161. bad parameters
  162. .
  163. ;
  164. MessageId=+1 Facility=CVYlog Severity=Informational
  165. SymbolicName=IDS_CTR_IO_ER Language=English
  166. Internal error: bad IOCTL - %1!d!
  167. .
  168. ;
  169. MessageId=+1 Facility=CVYlog Severity=Informational
  170. SymbolicName=IDS_CTR_ER_CODE Language=English
  171. Error code: %1!d!
  172. .
  173. ;
  174. MessageId=+1 Facility=CVYlog Severity=Informational
  175. SymbolicName=IDS_CTR_DLL Language=English
  176. Could not load required DLL '%1!ls!' due to:
  177. .
  178. ;
  179. MessageId=+1 Facility=CVYlog Severity=Informational
  180. SymbolicName=IDS_CTR_RSLV Language=English
  181. Error resolving host '%1!hs!' to IP address due to:
  182. .
  183. ;
  184. MessageId=+1 Facility=CVYlog Severity=Informational
  185. SymbolicName=IDS_CTR_HOST Language=English
  186. Host %1!d! (%2!ls!) reported: %0
  187. .
  188. ;
  189. MessageId=+1 Facility=CVYlog Severity=Informational
  190. SymbolicName=IDS_CTR_HOST_NO_DED Language=English
  191. Host %1!d! (no dedicated IP) reported: %0
  192. .
  193. ;
  194. MessageId=+1 Facility=CVYlog Severity=Informational
  195. SymbolicName=IDS_CTR_WSOCK Language=English
  196. Windows Sockets error:
  197. .
  198. ;
  199. MessageId=+1 Facility=CVYlog Severity=Informational
  200. SymbolicName=IDS_CTR_INIT Language=English
  201. Error Initializing APIs:
  202. .
  203. ;
  204. MessageId=+1 Facility=CVYlog Severity=Informational
  205. SymbolicName=IDS_CTR_CLUSTER Language=English
  206. Accessing cluster '%1!ls!' (%2!hs!)%0
  207. .
  208. ;
  209. MessageId=+1 Facility=CVYlog Severity=Informational
  210. SymbolicName=IDS_CTR_VER Language=English
  211. Warning - version mismatch. Host running V%1!d!.%2!d!.
  212. .
  213. ;
  214. MessageId=+1 Facility=CVYlog Severity=Informational
  215. SymbolicName=IDS_CTR_REMOTE Language=English
  216. The remote usage of this command is not supported in this version.
  217. .
  218. ;
  219. MessageId=+1 Facility=CVYlog Severity=Informational
  220. SymbolicName=IDS_CTR_NO_CVY Language=English
  221. %1!ls! is not installed on this system or you do not have
  222. sufficient privileges to administer the cluster.
  223. .
  224. ;
  225. MessageId=+1 Facility=CVYlog Severity=Informational
  226. SymbolicName=IDS_CTR_PASSW Language=English
  227. Password: %0
  228. .
  229. ;
  230. MessageId=+1 Facility=CVYlog Severity=Informational
  231. SymbolicName=IDS_CTR_IP Language=English
  232. Cluster: %1!hs!
  233. .
  234. ;
  235. MessageId=+1 Facility=CVYlog Severity=Informational
  236. SymbolicName=IDS_CTR_MCAST Language=English
  237. Multicast MAC: 03-bf-%1!02x!-%2!02x!-%3!02x!-%4!02x!
  238. .
  239. ;
  240. MessageId=+1 Facility=CVYlog Severity=Informational
  241. SymbolicName=IDS_CTR_UCAST Language=English
  242. Unicast MAC: 02-bf-%1!02x!-%2!02x!-%3!02x!-%4!02x!
  243. .
  244. ;
  245. MessageId=+1 Facility=CVYlog Severity=Informational
  246. SymbolicName=IDS_CTR_NO_RSP1 Language=English
  247. Did not receive response from the DEFAULT host.
  248. There may be no hosts left in the cluster.
  249. Try running '%1!ls! query <cluster>' to collect info about all hosts.
  250. .
  251. ;
  252. MessageId=+1 Facility=CVYlog Severity=Informational
  253. SymbolicName=IDS_CTR_NO_RSP2 Language=English
  254. Did not receive response from host %1!ls!.
  255. .
  256. ;
  257. MessageId=+1 Facility=CVYlog Severity=Informational
  258. SymbolicName=IDS_CTR_NO_RSP3 Language=English
  259. Did not receive response from the cluster.
  260. .
  261. ;
  262. MessageId=+1 Facility=CVYlog Severity=Informational
  263. SymbolicName=IDS_CTR_NO_RSP4 Language=English
  264. There may be no hosts left in the cluster.
  265. Try running '%1!ls! query <cluster>' to collect info about all hosts.
  266. .
  267. ;
  268. MessageId=+1 Facility=CVYlog Severity=Informational
  269. SymbolicName=IDS_CTR_RCT_DIS Language=English
  270. Remote control on the target host might be disabled.
  271. .
  272. ;
  273. MessageId=+1 Facility=CVYlog Severity=Informational
  274. SymbolicName=IDS_CTR_WS_NUNREACH Language=English
  275. The network cannot be reached from this host at this time.
  276. .
  277. ;
  278. MessageId=+1 Facility=CVYlog Severity=Informational
  279. SymbolicName=IDS_CTR_WS_TIMEOUT Language=English
  280. Attempt to connect timed out without establishing a connection.
  281. .
  282. ;
  283. MessageId=+1 Facility=CVYlog Severity=Informational
  284. SymbolicName=IDS_CTR_WS_NOAUTH Language=English
  285. Authoritative Answer Host not found.
  286. .
  287. ;
  288. MessageId=+1 Facility=CVYlog Severity=Informational
  289. SymbolicName=IDS_CTR_WS_NODNS Language=English
  290. Non-Authoritative Host not found, or server failure.
  291. .
  292. ;
  293. MessageId=+1 Facility=CVYlog Severity=Informational
  294. SymbolicName=IDS_CTR_WS_NETFAIL Language=English
  295. The network subsystem has failed.
  296. .
  297. ;
  298. MessageId=+1 Facility=CVYlog Severity=Informational
  299. SymbolicName=IDS_CTR_WS_HUNREACH Language=English
  300. The remote host cannot be reached from this host at this time.
  301. .
  302. ;
  303. MessageId=+1 Facility=CVYlog Severity=Informational
  304. SymbolicName=IDS_CTR_WS_RESET Language=English
  305. The connection has been broken due to the remote host resetting.
  306. .
  307. ;
  308. MessageId=+1 Facility=CVYlog Severity=Informational
  309. SymbolicName=IDS_CTR_RELOADED Language=English
  310. Registry parameters successfully reloaded.
  311. .
  312. ;
  313. MessageId=+1 Facility=CVYlog Severity=Informational
  314. SymbolicName=IDS_CTR_BAD_PASSW Language=English
  315. Password was not accepted by the cluster.
  316. .
  317. ;
  318. MessageId=+1 Facility=CVYlog Severity=Informational
  319. SymbolicName=IDS_CTR_BAD_PASSW_C Language=English
  320. bad password %0
  321. .
  322. ;
  323. MessageId=+1 Facility=CVYlog Severity=Informational
  324. SymbolicName=IDS_CTR_FROM_DRAIN Language=English
  325. Connection draining suspended.
  326. .
  327. ;
  328. MessageId=+1 Facility=CVYlog Severity=Informational
  329. SymbolicName=IDS_CTR_FROM_DRAIN_C Language=English
  330. draining suspended, %0
  331. .
  332. ;
  333. MessageId=+1 Facility=CVYlog Severity=Informational
  334. SymbolicName=IDS_CTR_FROM_START Language=English
  335. Cluster operations stopped.
  336. .
  337. ;
  338. MessageId=+1 Facility=CVYlog Severity=Informational
  339. SymbolicName=IDS_CTR_FROM_START_C Language=English
  340. cluster mode stopped, %0
  341. .
  342. ;
  343. MessageId=+1 Facility=CVYlog Severity=Informational
  344. SymbolicName=IDS_CTR_RESUMED Language=English
  345. Cluster operation control resumed.
  346. .
  347. ;
  348. MessageId=+1 Facility=CVYlog Severity=Informational
  349. SymbolicName=IDS_CTR_RESUMED_C Language=English
  350. cluster control resumed
  351. .
  352. ;
  353. MessageId=+1 Facility=CVYlog Severity=Informational
  354. SymbolicName=IDS_CTR_RESUMED_A Language=English
  355. Cluster operation control already resumed.
  356. .
  357. ;
  358. MessageId=+1 Facility=CVYlog Severity=Informational
  359. SymbolicName=IDS_CTR_RESUMED_C_A Language=English
  360. cluster control already resumed
  361. .
  362. ;
  363. MessageId=+1 Facility=CVYlog Severity=Informational
  364. SymbolicName=IDS_CTR_SUSPENDED Language=English
  365. Cluster operation control suspended.
  366. .
  367. ;
  368. MessageId=+1 Facility=CVYlog Severity=Informational
  369. SymbolicName=IDS_CTR_SUSPENDED_C Language=English
  370. cluster control suspended
  371. .
  372. ;
  373. MessageId=+1 Facility=CVYlog Severity=Informational
  374. SymbolicName=IDS_CTR_SUSPENDED_A Language=English
  375. Cluster operation control already suspended.
  376. .
  377. ;
  378. MessageId=+1 Facility=CVYlog Severity=Informational
  379. SymbolicName=IDS_CTR_SUSPENDED_C_A Language=English
  380. cluster control already suspended
  381. .
  382. ;
  383. MessageId=+1 Facility=CVYlog Severity=Informational
  384. SymbolicName=IDS_CTR_STARTED Language=English
  385. Cluster operations started.
  386. .
  387. ;
  388. MessageId=+1 Facility=CVYlog Severity=Informational
  389. SymbolicName=IDS_CTR_STARTED_C Language=English
  390. cluster mode started
  391. .
  392. ;
  393. MessageId=+1 Facility=CVYlog Severity=Informational
  394. SymbolicName=IDS_CTR_STARTED_A Language=English
  395. Cluster operations already started.
  396. .
  397. ;
  398. MessageId=+1 Facility=CVYlog Severity=Informational
  399. SymbolicName=IDS_CTR_STARTED_C_A Language=English
  400. cluster mode already started
  401. .
  402. ;
  403. MessageId=+1 Facility=CVYlog Severity=Informational
  404. SymbolicName=IDS_CTR_STOPPED Language=English
  405. Cluster operations stopped.
  406. .
  407. ;
  408. MessageId=+1 Facility=CVYlog Severity=Informational
  409. SymbolicName=IDS_CTR_STOPPED_C Language=English
  410. cluster mode stopped
  411. .
  412. ;
  413. MessageId=+1 Facility=CVYlog Severity=Informational
  414. SymbolicName=IDS_CTR_STOPPED_A Language=English
  415. Cluster operations already stopped.
  416. .
  417. ;
  418. MessageId=+1 Facility=CVYlog Severity=Informational
  419. SymbolicName=IDS_CTR_STOPPED_C_A Language=English
  420. cluster mode already stopped
  421. .
  422. ;
  423. MessageId=+1 Facility=CVYlog Severity=Informational
  424. SymbolicName=IDS_CTR_DRAINED Language=English
  425. Connection draining started.
  426. .
  427. ;
  428. MessageId=+1 Facility=CVYlog Severity=Informational
  429. SymbolicName=IDS_CTR_DRAINED_C Language=English
  430. connection draining started
  431. .
  432. ;
  433. MessageId=+1 Facility=CVYlog Severity=Informational
  434. SymbolicName=IDS_CTR_DRAINED_A Language=English
  435. Connection draining already started.
  436. .
  437. ;
  438. MessageId=+1 Facility=CVYlog Severity=Informational
  439. SymbolicName=IDS_CTR_DRAINED_C_A Language=English
  440. connection draining already started
  441. .
  442. ;
  443. MessageId=+1 Facility=CVYlog Severity=Informational
  444. SymbolicName=IDS_CTR_RLS_NONE Language=English
  445. Cannot find port %1!d! among the valid rules.
  446. .
  447. ;
  448. MessageId=+1 Facility=CVYlog Severity=Informational
  449. SymbolicName=IDS_CTR_RLS_NONE_C Language=English
  450. port %1!d! not found
  451. .
  452. ;
  453. MessageId=+1 Facility=CVYlog Severity=Informational
  454. SymbolicName=IDS_CTR_RLS_NORULES Language=English
  455. No rules are configured on the cluster
  456. .
  457. ;
  458. MessageId=+1 Facility=CVYlog Severity=Informational
  459. SymbolicName=IDS_CTR_RLS_NORULES_C Language=English
  460. no rules configured
  461. .
  462. ;
  463. MessageId=+1 Facility=CVYlog Severity=Informational
  464. SymbolicName=IDS_CTR_RLS_ST Language=English
  465. Cannot modify traffic handling because cluster operations are stopped.
  466. .
  467. ;
  468. MessageId=+1 Facility=CVYlog Severity=Informational
  469. SymbolicName=IDS_CTR_RLS_ST_C Language=English
  470. cluster mode currently stopped
  471. .
  472. ;
  473. MessageId=+1 Facility=CVYlog Severity=Informational
  474. SymbolicName=IDS_CTR_RLS_EN Language=English
  475. Traffic handling for specified port rule(s) enabled.
  476. .
  477. ;
  478. MessageId=+1 Facility=CVYlog Severity=Informational
  479. SymbolicName=IDS_CTR_RLS_EN_C Language=English
  480. port rule traffic enabled
  481. .
  482. ;
  483. MessageId=+1 Facility=CVYlog Severity=Informational
  484. SymbolicName=IDS_CTR_RLS_EN_A Language=English
  485. Traffic handling for specified port rule(s) already enabled.
  486. .
  487. ;
  488. MessageId=+1 Facility=CVYlog Severity=Informational
  489. SymbolicName=IDS_CTR_RLS_EN_C_A Language=English
  490. port rule traffic already enabled
  491. .
  492. ;
  493. MessageId=+1 Facility=CVYlog Severity=Informational
  494. SymbolicName=IDS_CTR_RLS_AD Language=English
  495. Traffic amount for specified port rule(s) adjusted.
  496. .
  497. ;
  498. MessageId=+1 Facility=CVYlog Severity=Informational
  499. SymbolicName=IDS_CTR_RLS_AD_C Language=English
  500. port rule traffic adjusted
  501. .
  502. ;
  503. MessageId=+1 Facility=CVYlog Severity=Informational
  504. SymbolicName=IDS_CTR_RLS_AD_A Language=English
  505. Traffic ammound for specified port rule(s) already adjusted.
  506. .
  507. ;
  508. MessageId=+1 Facility=CVYlog Severity=Informational
  509. SymbolicName=IDS_CTR_RLS_AD_C_A Language=English
  510. port rule traffic already adjusted
  511. .
  512. ;
  513. MessageId=+1 Facility=CVYlog Severity=Informational
  514. SymbolicName=IDS_CTR_RLS_DS Language=English
  515. Traffic handling for specified port rule(s) disabled.
  516. .
  517. ;
  518. MessageId=+1 Facility=CVYlog Severity=Informational
  519. SymbolicName=IDS_CTR_RLS_DS_C Language=English
  520. port rule traffic disabled
  521. .
  522. ;
  523. MessageId=+1 Facility=CVYlog Severity=Informational
  524. SymbolicName=IDS_CTR_RLS_DS_A Language=English
  525. Traffic handling for specified port rule(s) already disabled.
  526. .
  527. ;
  528. MessageId=+1 Facility=CVYlog Severity=Informational
  529. SymbolicName=IDS_CTR_RLS_DS_C_A Language=English
  530. port rule traffic already disabled
  531. .
  532. ;
  533. MessageId=+1 Facility=CVYlog Severity=Informational
  534. SymbolicName=IDS_CTR_RLS_DR Language=English
  535. NEW traffic handling for specified port rule(s) disabled.
  536. .
  537. ;
  538. MessageId=+1 Facility=CVYlog Severity=Informational
  539. SymbolicName=IDS_CTR_RLS_DR_C Language=English
  540. NEW port rule traffic disabled
  541. .
  542. ;
  543. MessageId=+1 Facility=CVYlog Severity=Informational
  544. SymbolicName=IDS_CTR_RLS_DR_A Language=English
  545. NEW traffic handling for specified port rule(s) already disabled.
  546. .
  547. ;
  548. MessageId=+1 Facility=CVYlog Severity=Informational
  549. SymbolicName=IDS_CTR_RLS_DR_C_A Language=English
  550. NEW port rule traffic already disabled
  551. .
  552. ;
  553. MessageId=+1 Facility=CVYlog Severity=Informational
  554. SymbolicName=IDS_CTR_CVG_SP_C Language=English
  555. cluster control suspended
  556. .
  557. ;
  558. MessageId=+1 Facility=CVYlog Severity=Informational
  559. SymbolicName=IDS_CTR_MEDIA_DISC_C Language=English
  560. network disconnected
  561. .
  562. ;
  563. MessageId=+1 Facility=CVYlog Severity=Informational
  564. SymbolicName=IDS_CTR_CVG_UN_C Language=English
  565. stopped
  566. .
  567. ;
  568. MessageId=+1 Facility=CVYlog Severity=Informational
  569. SymbolicName=IDS_CTR_CVG_PR_C Language=English
  570. converging
  571. .
  572. ;
  573. MessageId=+1 Facility=CVYlog Severity=Informational
  574. SymbolicName=IDS_CTR_CVG_DR_C Language=English
  575. draining
  576. .
  577. ;
  578. MessageId=+1 Facility=CVYlog Severity=Informational
  579. SymbolicName=IDS_CTR_CVG_SL_C Language=English
  580. converged
  581. .
  582. ;
  583. MessageId=+1 Facility=CVYlog Severity=Informational
  584. SymbolicName=IDS_CTR_CVG_MS_C Language=English
  585. converged as DEFAULT
  586. .
  587. ;
  588. MessageId=+1 Facility=CVYlog Severity=Informational
  589. SymbolicName=IDS_CTR_CVG_ER_C Language=English
  590. ERROR
  591. .
  592. ;
  593. MessageId=+1 Facility=CVYlog Severity=Informational
  594. SymbolicName=IDS_CTR_CVG_SP Language=English
  595. Host %1!d! is stopped and has cluster control mode suspended.
  596. .
  597. ;
  598. MessageId=+1 Facility=CVYlog Severity=Informational
  599. SymbolicName=IDS_CTR_MEDIA_DISC Language=English
  600. Host %1!d! is disconnected from the network.
  601. .
  602. ;
  603. MessageId=+1 Facility=CVYlog Severity=Informational
  604. SymbolicName=IDS_CTR_CVG_UN Language=English
  605. Host %1!d! is stopped and does not know convergence state of the cluster.
  606. .
  607. ;
  608. MessageId=+1 Facility=CVYlog Severity=Informational
  609. SymbolicName=IDS_CTR_CVG_DR Language=English
  610. Host %1!d! draining connections with the following host(s) as part of the cluster:
  611. .
  612. ;
  613. MessageId=+1 Facility=CVYlog Severity=Informational
  614. SymbolicName=IDS_CTR_CVG_PR Language=English
  615. Host %1!d! converging with the following host(s) as part of the cluster:
  616. .
  617. ;
  618. MessageId=+1 Facility=CVYlog Severity=Informational
  619. SymbolicName=IDS_CTR_CVG_SL Language=English
  620. Host %1!d! converged with the following host(s) as part of the cluster:
  621. .
  622. ;
  623. MessageId=+1 Facility=CVYlog Severity=Informational
  624. SymbolicName=IDS_CTR_CVG_MS Language=English
  625. Host %1!d! converged as DEFAULT with the following host(s) as part of the cluster:
  626. .
  627. ;
  628. MessageId=+1 Facility=CVYlog Severity=Informational
  629. SymbolicName=IDS_CTR_CVG_ER Language=English
  630. Error: bad query state returned - %1!d!
  631. .
  632. ;
  633. MessageId=+1 Facility=CVYlog Severity=Informational
  634. SymbolicName=IDS_CTR_IGMP_ADDR_RANGE Language=English
  635. 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.
  636. .
  637. ;
  638. MessageId=+1 Facility=CVYlog Severity=Informational
  639. SymbolicName=IDS_CTR_CLUSTER_ID Language=English
  640. Cluster %1!ls!
  641. .
  642. ;
  643. MessageId=+1 Facility=CVYlog Severity=Informational
  644. SymbolicName=IDS_CTR_BAD_CLUSTER_NAME_IP Language=English
  645. Invalid Cluster Name or IP address.
  646. .
  647. ;
  648. MessageId=+1 Facility=CVYlog Severity=Informational
  649. SymbolicName=IDS_CTR_BAD_HOST_NAME_IP Language=English
  650. Invalid Host Name or IP address.
  651. .
  652. ;
  653. MessageId=+1 Facility=CVYlog Severity=Informational
  654. SymbolicName=IDS_CTR_PSSW_WITHOUT_CLUSTER Language=English
  655. Password only applies to remote commands
  656. .
  657. ;
  658. MessageId=+1 Facility=CVYlog Severity=Informational
  659. SymbolicName=IDS_CTR_DSP_CONFIGURATION Language=English
  660. === Configuration: ===
  661. .
  662. ;
  663. MessageId=+1 Facility=CVYlog Severity=Informational
  664. SymbolicName=IDS_CTR_DSP_EVENTLOG Language=English
  665. === Event messages: ===
  666. .
  667. ;
  668. MessageId=+1 Facility=CVYlog Severity=Informational
  669. SymbolicName=IDS_CTR_DSP_IPCONFIG Language=English
  670. === IP configuration: ===
  671. .
  672. ;
  673. MessageId=+1 Facility=CVYlog Severity=Informational
  674. SymbolicName=IDS_CTR_DSP_STATE Language=English
  675. === Current state: ===
  676. .
  677. ;
  678. MessageId=+1 Facility=CVYlog Severity=Informational
  679. SymbolicName=IDS_CTR_REG_KEY Language=English
  680. Unsupported registry key: %1.
  681. .
  682. ;
  683. MessageId=+1 Facility=CVYlog Severity=Informational
  684. SymbolicName=IDS_CTR_REG_MCASTIPADDRESS Language=English
  685. Setting IGMP multicast IP address to %1.
  686. .
  687. ;
  688. MessageId=+1 Facility=CVYlog Severity=Informational
  689. SymbolicName=IDS_CTR_REG_IPTOMCASTIP_ON Language=English
  690. Turning IP to multicast IP conversion ON.
  691. .
  692. ;
  693. MessageId=+1 Facility=CVYlog Severity=Informational
  694. SymbolicName=IDS_CTR_REG_IPTOMACENABLE_ON Language=English
  695. Turning IP to MAC address conversion ON.
  696. .
  697. ;
  698. MessageId=+1 Facility=CVYlog Severity=Informational
  699. SymbolicName=IDS_CTR_REG_MASKSRCMAC_ON Language=English
  700. Turning source MAC address masking ON.
  701. .
  702. ;
  703. MessageId=+1 Facility=CVYlog Severity=Informational
  704. SymbolicName=IDS_CTR_REG_IPTOMCASTIP_OFF Language=English
  705. Turning IP to multicast IP conversion OFF.
  706. .
  707. ;
  708. MessageId=+1 Facility=CVYlog Severity=Informational
  709. SymbolicName=IDS_CTR_REG_IPTOMACENABLE_OFF Language=English
  710. Turning IP to MAC address conversion OFF.
  711. .
  712. ;
  713. MessageId=+1 Facility=CVYlog Severity=Informational
  714. SymbolicName=IDS_CTR_REG_MASKSRCMAC_OFF Language=English
  715. Turning source MAC address masking OFF.
  716. .
  717. ;
  718. MessageId=+1 Facility=CVYlog Severity=Informational
  719. SymbolicName=IDS_CTR_REG_READ Language=English
  720. Unable to read parameters from the registry.
  721. .
  722. ;
  723. MessageId=+1 Facility=CVYlog Severity=Informational
  724. SymbolicName=IDS_CTR_REG_WRITE Language=English
  725. Unable to write parameters to the registry.
  726. .
  727. ;
  728. MessageId=+1 Facility=CVYlog Severity=Informational
  729. SymbolicName=IDS_CTR_REG_INVAL_MCASTIPADDRESS Language=English
  730. Invalid IGMP multicast IP address.
  731. .
  732. ;
  733. MessageId=+1 Facility=CVYlog Severity=Informational
  734. SymbolicName=IDS_CTR_TRACE_FAILED Language=English
  735. Failed trying to change WLBS tracing parameters.
  736. .
  737. ;
  738. MessageId=+1 Facility=CVYlog Severity=Informational
  739. SymbolicName=IDS_CTR_TRACE_FILE_ON Language=English
  740. Turning file tracing ON.
  741. .
  742. ;
  743. MessageId=+1 Facility=CVYlog Severity=Informational
  744. SymbolicName=IDS_CTR_TRACE_FILE_OFF Language=English
  745. Turning file tracing OFF.
  746. .
  747. ;
  748. MessageId=+1 Facility=CVYlog Severity=Informational
  749. SymbolicName=IDS_CTR_TRACE_CONSOLE_ON Language=English
  750. Turning console tracing ON.
  751. .
  752. ;
  753. MessageId=+1 Facility=CVYlog Severity=Informational
  754. SymbolicName=IDS_CTR_TRACE_CONSOLE_OFF Language=English
  755. Turning console tracing OFF.
  756. .
  757. ;
  758. MessageId=+1 Facility=CVYlog Severity=Informational
  759. SymbolicName=IDS_CTR_TRACE_DEBUGGER_ON Language=English
  760. Turning debugger tracing ON.
  761. .
  762. ;
  763. MessageId=+1 Facility=CVYlog Severity=Informational
  764. SymbolicName=IDS_CTR_TRACE_DEBUGGER_OFF Language=English
  765. Turning debugger tracing OFF.
  766. .
  767. ;
  768. MessageId=+1 Facility=CVYlog Severity=Informational
  769. SymbolicName=IDS_CTR_TRACE_ALL_ON Language=English
  770. Turning all tracing ON.
  771. .
  772. ;
  773. MessageId=+1 Facility=CVYlog Severity=Informational
  774. SymbolicName=IDS_CTR_TRACE_ALL_OFF Language=English
  775. Turning all tracing OFF.
  776. .
  777. ;
  778. MessageId=+1 Facility=CVYlog Severity=Informational
  779. SymbolicName=IDS_CTR_TRACE_E Language=English
  780. Tracing error messages only.
  781. .
  782. ;
  783. MessageId=+1 Facility=CVYlog Severity=Informational
  784. SymbolicName=IDS_CTR_TRACE_W Language=English
  785. Tracing warning messages only.
  786. .
  787. ;
  788. MessageId=+1 Facility=CVYlog Severity=Informational
  789. SymbolicName=IDS_CTR_TRACE_I Language=English
  790. Tracing informational messages only.
  791. .
  792. ;
  793. MessageId=+1 Facility=CVYlog Severity=Informational
  794. SymbolicName=IDS_CTR_TRACE_EW Language=English
  795. Tracing error and warning messages only.
  796. .
  797. ;
  798. MessageId=+1 Facility=CVYlog Severity=Informational
  799. SymbolicName=IDS_CTR_TRACE_EI Language=English
  800. Tracing error and informational messages only.
  801. .
  802. ;
  803. MessageId=+1 Facility=CVYlog Severity=Informational
  804. SymbolicName=IDS_CTR_TRACE_WI Language=English
  805. Tracing warning and informational messages only.
  806. .
  807. ;
  808. MessageId=+1 Facility=CVYlog Severity=Informational
  809. SymbolicName=IDS_CTR_TRACE_EWI Language=English
  810. Tracing error, warning and informational messages.
  811. .
  812. ;
  813. MessageId=+1 Facility=CVYlog Severity=Informational
  814. SymbolicName=IDS_CTR_RLS_NO_ALL_VIP_RULE_FOR_PORT Language=English
  815. "All Vip" rule is not configured for port %1!d! on the cluster
  816. .
  817. ;
  818. MessageId=+1 Facility=CVYlog Severity=Informational
  819. SymbolicName=IDS_CTR_RLS_NO_ALL_VIP_RULE_FOR_PORT_C Language=English
  820. "All Vip" rule is not configured for port %1!d!
  821. .
  822. ;
  823. MessageId=+1 Facility=CVYlog Severity=Informational
  824. SymbolicName=IDS_CTR_RLS_NO_SPECIFIC_VIP_RULE_FOR_PORT Language=English
  825. No rules are configured for vip : %1!ls! and port %2!d! on the cluster
  826. .
  827. ;
  828. MessageId=+1 Facility=CVYlog Severity=Informational
  829. SymbolicName=IDS_CTR_RLS_NO_SPECIFIC_VIP_RULE_FOR_PORT_C Language=English
  830. No rules are configured for vip : %1!ls! and port %2!d!
  831. .
  832. ;
  833. MessageId=+1 Facility=CVYlog Severity=Informational
  834. SymbolicName=IDS_CTR_RLS_NO_ALL_VIP_RULES Language=English
  835. No "All Vip" rules are configured on the cluster
  836. .
  837. ;
  838. MessageId=+1 Facility=CVYlog Severity=Informational
  839. SymbolicName=IDS_CTR_RLS_NO_ALL_VIP_RULES_C Language=English
  840. no "All Vip" rules configured
  841. .
  842. ;
  843. MessageId=+1 Facility=CVYlog Severity=Informational
  844. SymbolicName=IDS_CTR_RLS_NO_SPECIFIC_VIP_RULES Language=English
  845. No rules are configured for vip : %1!ls! on the cluster
  846. .
  847. ;
  848. MessageId=+1 Facility=CVYlog Severity=Informational
  849. SymbolicName=IDS_CTR_RLS_NO_SPECIFIC_VIP_RULES_C Language=English
  850. no rules configured for vip : %1!ls!
  851. .
  852. ;
  853. MessageId=+1 Facility=CVYlog Severity=Informational
  854. SymbolicName=IDS_CTR_CLUSTER_WITHOUT_LOCAL_GLOBAL_FLAG Language=English
  855. LOCAL or GLOBAL flag not passed, See usage
  856. .
  857. ;
  858. MessageId=+1 Facility=CVYlog Severity=Informational
  859. SymbolicName=IDS_CTR_USAGE2 Language=English
  860. resume [<cluster_spec>] - resumes cluster operations after a
  861. previous suspend command for the
  862. specified cluster. If cluster is not
  863. specified, applies to all instances
  864. on local host.
  865. start [<cluster_spec>] - starts cluster operations on the
  866. specified hosts. Applies to local
  867. host if cluster is not specified.
  868. stop [<cluster_spec>] - stops cluster operations on the
  869. specified hosts. Applies to local
  870. host if cluster is not specified.
  871. drainstop [<cluster_spec>] - disables all new traffic handling on
  872. the specified hosts and stops cluster
  873. operations. Applies to local host if
  874. cluster is not specified.
  875. enable <port_spec> <cluster_spec> - enables traffic handling on the
  876. specified cluster for the rule whose
  877. port range contains the specified
  878. port
  879. disable <port_spec> <cluster_spec> - disables ALL traffic handling on the
  880. specified cluster for the rule whose
  881. port range contains the specified
  882. port
  883. drain <port_spec> <cluster_spec> - disables NEW traffic handling on the
  884. specified cluster for the rule whose
  885. port range contains the specified
  886. port
  887. <port_spec>
  888. [<vip>: | ALL:](<port> | ALL) - every virtual ip address (neither
  889. <vip> nor ALL) or specific <vip> or
  890. the "All" vip, on a specific <port>
  891. rule or ALL ports
  892. <cluster_spec>
  893. <cluster>:<host> | ((<cluster> | ALL) - specific <cluster> on a specific
  894. (LOCAL | GLOBAL)) <host>, OR specific <cluster> or ALL
  895. clusters, on the LOCAL machine or all
  896. (GLOBAL) machines that are a part of
  897. the cluster
  898. Remote options:
  899. <cluster> - cluster name | cluster primary IP
  900. address
  901. <host> - host within the cluster (default -
  902. ALL hosts): dedicated name |
  903. IP address | host priority ID (1..32)
  904. | 0 for current DEFAULT host
  905. <vip> - virtual ip address in the port rule
  906. /PASSW <password> - remote control password (default -
  907. NONE)
  908. blank <password> for console prompt
  909. /PORT <port> - cluster's remote control UDP port
  910. For detailed information, see the online help for NLB.
  911. .
  912. ;
  913. ;#endif /*_Log_msgs_h_ */