Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cmap_overview(8) [centos man page]

CMAP_OVERVIEW(8)				    Corosync Cluster Engine Programmer's Manual 				  CMAP_OVERVIEW(8)

NAME
cmap_overview - Overview of the Configuration Map OVERVIEW
The CMAP library is used to interact with the configuration database used by corosync. The library provides a mechanism to: * Create of new keys * Change existing keys * Remove keys * Iterate keys with given prefix * Track changes on keys Description of most keys created by corosync itself can be found in cmap_keys (8). BUGS
SEE ALSO
cmap_initialize(3), cmap_finalize(3), cmap_get(3), cmap_set(3), cmap_delete(3), cmap_inc(3), cmap_dec(3), cmap_fd_get(3), cmap_dispatch(3), cmap_context_set(3), cmap_context_get(3), cmap_iter_init(3), cmap_iter_next(3), cmap_iter_finalize(3), cmap_track_add(3), cmap_track_delete(3), cmap_keys(8) corosync Man Page 03/02/2012 CMAP_OVERVIEW(8)

Check Out this Related Man Page

CMAP_ITER_INIT(3)				    Corosync Cluster Engine Programmer's Manual 				 CMAP_ITER_INIT(3)

NAME
cmap_iter_init - Initialize iterator for keys stored in CMAP SYNOPSIS
#include <corosync/cmap.h> cs_error_t cmap_iter_init (cmap_handle_t handle, const char *prefix, cmap_iter_handle_t *cmap_iter_handle); DESCRIPTION
The cmap_iter_init function is used to initialize iteration of all keys with given prefix. The handle argument is connection to CMAP data- base obtained by calling cmap_initialize(3) function. prefix is string, and every returned key must have name with given prefix. This variable can also be NULL (or empty string) and then all keys are iterated. cmap_iter_init is used only for initialize context for future cmap_iter_next(3) calls and handle needed for that function is returned in cmap_iter_handle variable. When you have finished iteration over objects, call cmap_iter_finalize(3) function to free up memory associated with iteration. RETURN VALUE
This call returns the CS_OK value if successful. If there are no items with given prefixes, CS_ERR_NO_SECTIONS is returned. SEE ALSO
cmap_iter_next(3), cmap_iter_finalize(3), cmap_initialize(3), cmap_overview(8) CS_ERR_TRY_AGAIN Resource temporarily unavailable CS_ERR_INVALID_PARAM Invalid argument CS_ERR_ACCESS Permission denied CS_ERR_LIBRARY The connection failed CS_ERR_INTERRUPT System call inturrupted by a signal CS_ERR_NOT_SUPPORTED The requested protocol/functuality not supported CS_ERR_MESSAGE_ERROR Incorrect auth message received CS_ERR_NO_MEMORY Not enough memory to completed the requested task corosync Man Page 03/02/2012 CMAP_ITER_INIT(3)
Man Page

8 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Usefull HP-UX Man Page Online

Usefull HP-UX Man Page Online Link LINK: HP-UX Man Page http://www.doc.ic.ac.uk/~mac/manuals/hpux-manual-pages/hpux.man1.html (0 Replies)
Discussion started by: killerserv
0 Replies

2. News, Links, Events and Announcements

Linux Man Page Online Link

Linux Man Page Online Link LINK: Linux Man Page Man Page for ( Section ) - The UNIX and Linux Forums (0 Replies)
Discussion started by: killerserv
0 Replies

3. UNIX for Advanced & Expert Users

obtain duplicate keys in csv file

Hi, having two csv files, both sorted, by key (column1), f1 containing duplicate keys and f2 containing no duplicate keys, how can I obtain all rows from f1 with the keys listed in file2? Example: f1 is: k1,gsj01fd k2,vi982cj k2,1fjk01e k3,81kjfds k4,sd9dasi f2 is: k2 k3 and I... (3 Replies)
Discussion started by: oscarmon
3 Replies

4. UNIX and Linux Applications

SNMP Change keys Issue

Hi All I have been facing a problem with snmpusm for creation of a new user from an existing user through cloning during Key Change. The Existing user has been created using Passphrase and I intend to create the new user with a Auth and Encryption Keys rather that passphrases. The documentation... (0 Replies)
Discussion started by: anand_rage
0 Replies

5. Shell Programming and Scripting

How to print Dissimilar keys and their values?

Hi guyz I have been using this script to find similar keys in 2 files and merge the keys along with their values. Therefore it prints similar keys by leaving dissimilar. Any one knows how to print only Dissimilar leaving Similar. Help would be appreciated. The script I'm using for similar... (4 Replies)
Discussion started by: repinementer
4 Replies

6. Shell Programming and Scripting

convert data into matrix- awk

is it possible to count the number of keys based on state and cell and output it as a simple matrix. Ex: cell1-state1 has 2 keys cell3-state1 has 4 keys. Note: Insert 0 if no data available. input key states cell key1 state1 cell1 key1 state2 cell1 key1 ... (21 Replies)
Discussion started by: quincyjones
21 Replies

7. Shell Programming and Scripting

PGP generating keys.

Hi Guys, Am facing issue in generating PGP keys. Can you please help me to figure this out?? I fired the below command to generate keys. The log say keys successfully created. But when i tried to list it doesnt shows me the keys created. pgp --gen-key "pgptest<ram@gmail.com>"... (3 Replies)
Discussion started by: Vinoth Kumar G
3 Replies

8. SCO

Sco 3.2 and PuTTY

Is there anyway to the function keys to work on PuTTY when remoting into a SCO 3.2 server? (8 Replies)
Discussion started by: steveo314
8 Replies