index.html 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15">
  5. <meta name="keywords" content="corosync, documentation, manual">
  6. <meta name="author" content="many">
  7. <meta name="copyright" content="&copy; 2009 Red Hat, Inc.">
  8. <!-- meta http-equiv="Content-Style-Type" content="text/css" -->
  9. <meta name="date" content="2009-03-17T13:50:00+01:00">
  10. <title>Corosync Documentation</title>
  11. </head>
  12. <body>
  13. <h1>Welcome to the corosync project's manual pages.</h1>
  14. <p>
  15. <h2>Daemon, tools and configuration</h2>
  16. <a href="corosync_overview.7.html">corosync_overview(7)</a>:
  17. Overview of the corosync system.
  18. <br>
  19. <a href="corosync.conf.5.html">corosync.conf(5)</a>:
  20. Description of configuration options for corosync.
  21. <br>
  22. <a href="corosync.xml.5.html">corosync.xml(5)</a>:
  23. Description of configuration options for corosync xml config format.
  24. <br>
  25. <a href="votequorum.5.html">votequorum(5)</a>:
  26. Description of configuration options for votequorum module in corosync.conf
  27. <br>
  28. <a href="corosync.8.html">corosync(8)</a>:
  29. Description of corosync daemon.
  30. <br>
  31. <a href="corosync-blackbox.8.html">corosync-blackbox(8)</a>:
  32. Description of corosync-blackbox tool.
  33. <br>
  34. <a href="corosync-cfgtool.8.html">corosync-cfgtool(8)</a>:
  35. Description of corosync-cfgtool tool.
  36. <br>
  37. <a href="corosync-cpgtool.8.html">corosync-cpgtool(8)</a>:
  38. Description of corosync-cpgtool tool.
  39. <br>
  40. <a href="corosync-keygen.8.html">corosync-keygen(8)</a>:
  41. Description of corosync-keygen tool.
  42. <br>
  43. <a href="corosync-notifyd.8.html">corosync-notifyd(8)</a>:
  44. Description of corosync-notifyd tool.
  45. <br>
  46. <a href="corosync-cmapctl.8.html">corosync-cmapctl(8)</a>:
  47. Description of corosync-cmapctl tool.
  48. <br>
  49. <a href="cmap_keys.8.html">cmap_keys(8)</a>:
  50. Overview of keys stored in the Configuration Map.
  51. <br>
  52. <a href="corosync-quorumtool.8.html">corosync-quorumtool(8)</a>:
  53. Description of corosync-quorumtool tool.
  54. <br>
  55. <a href="corosync-xmlproc.8.html">corosync-xmlproc(8)</a>:
  56. Description of corosync-xmlproc tool.
  57. <br>
  58. </p>
  59. <p>
  60. <h2>Developers API references</h2>
  61. <h3>CPG service</h3>
  62. <a href="cpg_overview.3.html">cpg_overview(3)</a>:
  63. Overview of the cpg extended virtual synchrony group
  64. communication toolkit.
  65. <br>
  66. <a href="cpg_initialize.3.html">cpg_initialize(3)</a>:
  67. Description of the cpg_initialize interface.
  68. <br>
  69. <a href="cpg_finalize.3.html">cpg_finalize(3)</a>:
  70. Description of the cpg_finalize interface.
  71. <br>
  72. <a href="cpg_dispatch.3.html">cpg_dispatch(3)</a>:
  73. Description of the cpg_dispatch interface.
  74. <br>
  75. <a href="cpg_fd_get.3.html">cpg_fd_get(3)</a>:
  76. Description of the cpg_fd_get interface.
  77. <br>
  78. <a href="cpg_join.3.html">cpg_join(3)</a>:
  79. Description of the cpg_join interface.
  80. <br>
  81. <a href="cpg_leave.3.html">cpg_leave(3)</a>:
  82. Description of the cpg_leave interface.
  83. <br>
  84. <a href="cpg_mcast_joined.3.html">cpg_mcast_joined(3)</a>:
  85. Description of the cpg_mcast_joined interface.
  86. <br>
  87. <a href="cpg_membership_get.3.html">cpg_membership_get(3)</a>:
  88. Description of the cpg_membership_get interface.
  89. <br>
  90. <a href="cpg_local_get.3.html">cpg_local_get(3)</a>:
  91. Description of the cpg_local_get interface.
  92. <br>
  93. <a href="cpg_iteration_initialize.3.html">cpg_iteration_initialize(3)</a>:
  94. Description of the cpg_iteration_initialize interface.
  95. <br>
  96. <a href="cpg_iteration_next.3.html">cpg_iteration_next(3)</a>:
  97. Description of the cpg_iteration_next interface.
  98. <br>
  99. <a href="cpg_iteration_finalize.3.html">cpg_iteration_finalize(3)</a>:
  100. Description of the cpg_iteration_finalize interface.
  101. <br>
  102. <a href="cpg_context_get.3.html">cpg_context_get(3)</a>:
  103. Gets the context variable for a CPG instance.
  104. <br>
  105. <a href="cpg_context_set.3.html">cpg_context_set(3)</a>:
  106. Sets the context variable for a CPG instance.
  107. <br>
  108. <a href="cpg_model_initialize.3.html">cpg_model_initialize(3)</a>:
  109. Create a new connection to the CPG service
  110. <br>
  111. <a href="cpg_zcb_alloc.3.html">cpg_zcb_alloc(3)</a>:
  112. Allocates a zero copy buffer.
  113. <br>
  114. <a href="cpg_zcb_free.3.html">cpg_zcb_free(3)</a>:
  115. Frees a zero copy buffer.
  116. <br>
  117. <a href="cpg_zcb_mcast_joined.3.html">cpg_zcb_mcast_joined(3)</a>:
  118. Multicasts a zero copy buffer to all groups joined to a handle.
  119. <br>
  120. <h3>SAM service</h3>
  121. <a href="sam_overview.3.html">sam_overview(3)</a>:
  122. Description of sam_overview interface.
  123. <br>
  124. <a href="sam_data_getsize.3.html">sam_data_getsize(3)</a>:
  125. Description of sam_data_getsize interface.
  126. <br>
  127. <a href="sam_data_restore.3.html">sam_data_restore(3)</a>:
  128. Description of sam_data_restore interface.
  129. <br>
  130. <a href="sam_data_store.3.html">sam_data_store(3)</a>:
  131. Description of sam_data_store interface.
  132. <br>
  133. <a href="sam_finalize.3.html">sam_finalize(3)</a>:
  134. Description of sam_finalize interface.
  135. <br>
  136. <a href="sam_hc_callback_register.3.html">sam_hc_callback_register(3)</a>:
  137. Description of sam_hc_callback_register interface.
  138. <br>
  139. <a href="sam_hc_send.3.html">sam_hc_send(3)</a>:
  140. Description of sam_hc_send interface.
  141. <br>
  142. <a href="sam_initialize.3.html">sam_initialize(3)</a>:
  143. Description of sam_initialize interface.
  144. <br>
  145. <a href="sam_mark_failed.3.html">sam_mark_failed(3)</a>:
  146. Description of sam_mark_failed interface.
  147. <br>
  148. <a href="sam_register.3.html">sam_register(3)</a>:
  149. Description of sam_register interface.
  150. <br>
  151. <a href="sam_start.3.html">sam_start(3)</a>:
  152. Description of sam_start interface.
  153. <br>
  154. <a href="sam_stop.3.html">sam_stop(3)</a>:
  155. Description of sam_stop interface.
  156. <br>
  157. <a href="sam_warn_signal_set.3.html">sam_warn_signal_set(3)</a>:
  158. Description of sam_warn_signal_set interface.
  159. <br>
  160. <h3>QUORUM service</h3>
  161. <a href="quorum_overview.3.html">quorum_overview(3)</a>:
  162. An overview of the quorum service
  163. <br>
  164. <a href="quorum_initialize.3.html">quorum_initialize(3)</a>:
  165. Description of quorum_initialize interface.
  166. <br>
  167. <a href="quorum_finalize.3.html">quorum_finalize(3)</a>:
  168. Description of quorum_finalize interface.
  169. <br>
  170. <a href="quorum_getquorate.3.html">quorum_getquorate(3)</a>:
  171. Description of quorum_getquorate interface.
  172. <br>
  173. <a href="quorum_trackstart.3.html">quorum_trackstart(3)</a>:
  174. Description of quorum_trackstart interface.
  175. <br>
  176. <a href="quorum_trackstop.3.html">quorum_trackstop(3)</a>:
  177. Description of quorum_trackstop interface.
  178. <br>
  179. <a href="quorum_fd_get.3.html">quorum_fd_get(3)</a>:
  180. Description of quorum_fd_get interface.
  181. <br>
  182. <a href="quorum_dispatch.3.html">quorum_dispatch(3)</a>:
  183. Description of quorum_dispatch interface.
  184. <br>
  185. <a href="quorum_context_set.3.html">quorum_context_set(3)</a>:
  186. Description of quorum_context_set interface.
  187. <br>
  188. <a href="quorum_context_get.3.html">quorum_context_get(3)</a>:
  189. Description of quorum_context_get interface.
  190. <br>
  191. <h3>VOTEQUORUM service</h3>
  192. <a href="votequorum_overview.3.html">votequorum_overview(3)</a>:
  193. An overview of the vote-based quorum service
  194. <br>
  195. <a href="votequorum_initialize.3.html">votequorum_initialize(3)</a>:
  196. Description of the votequorum_initialize interface.
  197. <br>
  198. <a href="votequorum_finalize.3.html">votequorum_finalize(3)</a>:
  199. Description of the votequorum_finalize interface.
  200. <br>
  201. <a href="votequorum_getinfo.3.html">votequorum_getinfo(3)</a>:
  202. Description of the votequorum_getinfo interface.
  203. <br>
  204. <a href="votequorum_trackstart.3.html">votequorum_trackstart(3)</a>:
  205. Description of the votequorum_trackstart interface.
  206. <br>
  207. <a href="votequorum_trackstop.3.html">votequorum_trackstop(3)</a>:
  208. Description of the votequorum_trackstop interface.
  209. <br>
  210. <a href="votequorum_fd_get.3.html">votequorum_fd_get(3)</a>:
  211. Description of the votequorum_fd_get interface.
  212. <br>
  213. <a href="votequorum_dispatch.3.html">votequorum_dispatch(3)</a>:
  214. Description of the votequorum_dispatch interface.
  215. <br>
  216. <a href="votequorum_context_set.3.html">votequorum_context_set(3)</a>:
  217. Description of the votequorum_context_set interface.
  218. <br>
  219. <a href="votequorum_context_get.3.html">votequorum_context_get(3)</a>:
  220. Description of the votequorum_context_get interface.
  221. <br>
  222. <a href="votequorum_setexpected.3.html">votequorum_setexpected(3)</a>:
  223. Description of the votequorum interface.
  224. <br>
  225. <a href="votequorum_setvotes.3.html">votequorum_setvotes(3)</a>:
  226. Description of the votequorum interface.
  227. <br>
  228. <a href="votequorum_qdevice_master_wins.3.html">votequorum_qdevice_master_wins(3)</a>:
  229. Sets or clears quorum device master_wins flag.
  230. <br>
  231. <a href="votequorum_qdevice_poll.3.html">votequorum_qdevice_poll(3)</a>:
  232. Tells votequorum the result of the quorum device poll.
  233. <br>
  234. <a href="votequorum_qdevice_register.3.html">votequorum_qdevice_register(3)</a>:
  235. Registers a new quorum device.
  236. <br>
  237. <a href="votequorum_qdevice_unregister.3.html">votequorum_qdevice_unregister(3)</a>:
  238. Unregisters a new quorum device.
  239. <br>
  240. <a href="votequorum_qdevice_update.3.html">votequorum_qdevice_update(3)</a>:
  241. Updates quorum device name.
  242. <br>
  243. <h3>CMAP service</h3>
  244. <a href="cmap_overview.3.html">cmap_overview(3)</a>:
  245. An overview of the configuration map service.
  246. <br>
  247. <a href="cmap_context_get.3.html">cmap_context_get(3)</a>:
  248. Description of the cmap_context_get interface.
  249. <br>
  250. <a href="cmap_context_set.3.html">cmap_context_set(3)</a>:
  251. Description of the cmap_context_set interface.
  252. <br>
  253. <a href="cmap_dec.3.html">cmap_dec(3)</a>:
  254. Description of the cmap_dec interface.
  255. <br>
  256. <a href="cmap_delete.3.html">cmap_delete(3)</a>:
  257. Description of the cmap_delete interface.
  258. <br>
  259. <a href="cmap_dispatch.3.html">cmap_dispatch(3)</a>:
  260. Description of the cmap_dispatch interface.
  261. <br>
  262. <a href="cmap_fd_get.3.html">cmap_fd_get(3)</a>:
  263. Description of the cmap_fd_get interface.
  264. <br>
  265. <a href="cmap_finalize.3.html">cmap_finalize(3)</a>:
  266. Description of the cmap_finalize interface.
  267. <br>
  268. <a href="cmap_get.3.html">cmap_get(3)</a>:
  269. Description of the cmap_get interface.
  270. <br>
  271. <a href="cmap_inc.3.html">cmap_inc(3)</a>:
  272. Description of the cmap_inc interface.
  273. <br>
  274. <a href="cmap_initialize.3.html">cmap_initialize(3)</a>:
  275. Description of the cmap_initialize interface.
  276. <br>
  277. <a href="cmap_iter_finalize.3.html">cmap_iter_finalize(3)</a>:
  278. Description of the cmap_iter_finalize interface.
  279. <br>
  280. <a href="cmap_iter_init.3.html">cmap_iter_init(3)</a>:
  281. Description of the cmap_iter_init interface.
  282. <br>
  283. <a href="cmap_iter_next.3.html">cmap_iter_next(3)</a>:
  284. Description of the cmap_iter_next interface.
  285. <br>
  286. <a href="cmap_set.3.html">cmap_set(3)</a>:
  287. Description of the cmap_set interface.
  288. <br>
  289. <a href="cmap_track_add.3.html">cmap_track_add(3)</a>:
  290. Description of the cmap_track_add interface.
  291. <br>
  292. <a href="cmap_track_delete.3.html">cmap_track_delete(3)</a>:
  293. Description of the cmap_track_delete interface.
  294. <br>
  295. </p>
  296. </body>
  297. </html>