Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

votequorum_qdisk_register(3) [debian man page]

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

NAME
votequorum_qdisk_register - Registers a new quorum device SYNOPSIS
#include <corosync/votequorum.h> int votequorum_qdisk_register(votequorum_handle_t handle, char * name, unsigned int votes); DESCRIPTION
The votequorum_qdisk_register is used to register a new quorum device. A quorum device is an external way of adding votes to a small clus- ter. The quorum device is, in effect, a pseudo node in the cluster that provide votes based on some external device, usually a shared disk partition or perhaps a network router. This call creates the device but does not mark it active. votequorum_qdisk_poll must be called for the votes to be included in the quorum calculation. Note that it is the responsibility of the quorum device subsystem (not provided as part of votequorum) to keep all nodes informed of the quorum device status. RETURN VALUE
This call returns the CS_OK value if successful, otherwise an error is returned. ERRORS
The errors are undocumented. SEE ALSO
votequorum_overview(8), votequorum_initialize(3), votequorum_finalize(3), votequorum_dispatch(3), votequorum_fd_get(3), votequo- rum_qdisk_poll(3), votequorum_qdisk_unregister(3), votequorum_qdisk_getinfo(3), corosync Man Page 2009-01-26 VOTEQUORUM_QDISK_REGISTER(3)

Check Out this Related Man Page

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

NAME
votequorum_qdisk_getinfo - Get details of the quorum device SYNOPSIS
#include <corosync/votequorum.h> int votequorum_qdisk_getinfo(votequorum_handle_t handle, struct votequorum_qdisk_info *info); DESCRIPTION
The votequorum_qdisk_getinfo Returns information about the quorum device in the following structure: struct votequorum_qdisk_info { unsigned int votes; unsigned int state; char name[VOTEQUORUM_MAX_QDISK_NAME_LEN]; }; RETURN VALUE
This call returns the CS_OK value if successful, otherwise an error is returned. ERRORS
The errors are undocumented. SEE ALSO
votequorum_overview(8), votequorum_initialize(3), votequorum_finalize(3), votequorum_dispatch(3), votequorum_fd_get(3), votequo- rum_qdisk_poll(3), votequorum_qdisk_unregister(3), votequorum_qdisk_getinfo(3), corosync Man Page 2009-01-26 VOTEQUORUM_QDISK_GETINFO(3)
Man Page

7 More Discussions You Might Find Interesting

1. AIX

Check quorum for volume group

Hi all, I would like to ensure that a volume group has an effective quorum setting of 1 (or off). I know you can change the quorum setting using the chvg -Q command but want to know if the setting has been changed before the vg was varied on or a reboot. In other words how can I ensure that... (3 Replies)
Discussion started by: backslash
3 Replies

2. AIX

lvm

Hi. can anyone define about VGDA,VGSA,and quorum in aix.. (1 Reply)
Discussion started by: sumathi.k
1 Replies

3. Emergency UNIX and Linux Support

AIX APPVG - QUORUM LOST, VOLUME GROUP CLOSING

Hi, I am running AIX 5.3 TL8. After a disk failure, one of my mirrored application volumegroups went down. Unfortunately we have quorum switched on on this VG and the defective disk holds the majority. I have set MISSINGPV_VARYON to TRUE and tried a forced varyon but it's still failing. I... (3 Replies)
Discussion started by: zxmaus
3 Replies

4. AIX

LVM - Quorum

Hi all Just a question about quorum. I am running AIX 5.3 Rootvg has 2 PV - not mirrored. quorum is switched on. What happens when one disk fails?, can i replace the disk and bring the entire VG back up. with all the data intact. knowing that the VG will be unavailable until i replace the... (3 Replies)
Discussion started by: Andre54
3 Replies

5. AIX

GPFS quroum with tie-breaker disks

I read from gpfs implementation guide about node quorum with tie-breaker disks: In my testing environment, I have 4 AIX as quorum nodes, each node connected to 3 GPFS disks. All the 3 disks are configured to be tie-breaker disks. Then, I disconnect the network of 2 nodes, and then all gpfs file... (0 Replies)
Discussion started by: skeyeung
0 Replies

6. What is on Your Mind?

A public thank you...

AudioScope.sh has now had 2 votes of 5 stars. It has also been thanked in the latest upload... Although I know who thanked this kids project, and I have personally thanked that person, this is a public thank you to the two anonymous people who have voted it 5 stars. Thank you. It has... (0 Replies)
Discussion started by: wisecracker
0 Replies

7. Solaris

Precaution during Quorum Server Reboot

Hi I need to know what are the precaution we should take during quorum server reboot as this quorum server is providing quorum devices to five different solaris two node clusters. Also let me know do I have to follow below procedure as well before and after reboot of quorum server Do I... (3 Replies)
Discussion started by: sb200
3 Replies