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