Linux PaceMaker Equivalent to a SharedAddress Resource Type


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Linux PaceMaker Equivalent to a SharedAddress Resource Type
Prev   Next
# 2  
Old 12-02-2019
Any systemd or init script can be ran as resource in linux cluster with most common preconfigured (a lot).

As for scalable, do you expect a shared filesystem among all nodes or similar ?
Such setups exist with drbd or FC/ISCSI, a clustered file system over it and services on them.

But, i would always recommend putting two haproxy infront of backends instead of the setup above.
It is simpler, less code layers and much easier scaling in the long run.

Can you elaborate a bit more on the request ?

Hope that helps
Regards
Peasant
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need Linux equivalent for UNIX

I have a folder called "log" which has a few sub-folders say "fda" "fd7" "fdd" "fd6 .... " I wish to fire the below command inside each subfolder starting with the folder with the latest time stamp. grep "$greptime.*exit" Prod.$(hostname).log | grep $fdrdate_new If the seach did not yield... (3 Replies)
Discussion started by: mohtashims
3 Replies

2. Red Hat

NFS_v4_fail_over_timeout equivalent in Linux

Hi, I need to mount a replicated nfs4 export on a number of AIX and Redhat hosts. To get the failover on the clients working smoothly, I need to change certain values on the AIX boxes like nfs_v4_fail_over_timeout, timeo and retrans values. Since I have no clue about Linux, I am not quite sure... (1 Reply)
Discussion started by: zxmaus
1 Replies

3. Linux

/etc/netmasks equivalent in linux

Hi Guys, I am used to configuring DHCP on Solaris and foreach subnet added I place a corresponding entry in /etc/netmasks. I am now looking at configuring DHCP on linux, is there an equivalnet entry required somewhere or is this not needed in linux Thanks (3 Replies)
Discussion started by: eeisken
3 Replies

4. Programming

WSAAsyncSelect equivalent for linux

Hello, I'm writing a multi-threaded socket server in C++ and I needed something like wsaasyncselect to handle messages like fd_accept, fd_read, fd_connect, fd_close. Thanks in advance. (2 Replies)
Discussion started by: lucastonon
2 Replies

5. Linux

Linux equivalent for...

I moved to a Linux system from Windows a few months ago. Most of the programs I had been using were already native to Linux (Firefox, the GIMP, Pari, etc.) and most others I found a close enough program (Crimson Editor -> gedit, Visual Studio -> KDevelop, Primo -> Morain's ECPP). Now I'm down... (1 Reply)
Discussion started by: CRGreathouse
1 Replies

6. Red Hat

ICU resource bundling on Linux: error faced while using Key more than 15 chars

Hi, I am trying to use ICU resource bundle on Unix and created a resource bundle "root.res" from the following file. root { abcdefghijklmnop { "16 character key" } abcdefghijklmno { "15 character key" } abcdefghijklmn { "14 character key" } abcdefghijklm12 { "13 C... (0 Replies)
Discussion started by: prashant_jindal
0 Replies

7. Linux

Mksysb Equivalent For Linux?

I have experience with making bootable images of AIX systems using mksysb and wondered if there was some type of equivalent software for Linux. Or perhaps some of the folks here have alternatives or unique ideas for how they are backing up their Linux systems enabling them to recover them as... (13 Replies)
Discussion started by: scotbuff
13 Replies

8. UNIX for Advanced & Expert Users

Equivalent for iostat -e in AIX HP-UX Linux

iostat -e gives the soft, hard and transport error information in Solaris. What is the equivalent command in the other flavors of Unix AIX HP Linux. Thanks Prasi (1 Reply)
Discussion started by: prasi_in
1 Replies

9. Linux

Linux equivalent for daemon2

Hi all... In my Unix system a program exists called "daemon2" which is responsible to enqueue program executions. For example, if I want to make the system to enqueue lpr executions for certain users, I call daemon2 with lpr as the parameter. Is there an equivalent in Linux? Thanks Jaime (0 Replies)
Discussion started by: jstuardo
0 Replies

10. Shell Programming and Scripting

Equivalent Suse Linux command

hi, In solaris, psrinfo gives number of cpu in use/online and so on. What is the equivalent command for "psrinfo" in Suse Linux ? Thx (3 Replies)
Discussion started by: braindrain
3 Replies
Login or Register to Ask a Question
XltSelectionBox(3X)													       XltSelectionBox(3X)

NAME
XltSelectionBox - The XltSelectionBox widget class SYNOPSIS
#include <Xlt/SelectionBox.h> DESCRIPTION
XltSelectionBox is just like XmSelectionBox except, as you type text into the TextField widget the list magically scrolls to the closest match. Classes XltSelectionBox inherits behavior and resources from the Core, Composite, Constraint, XmManager, XmBulletinBoard, and XmSelectionBox classes. The class pointer is XltSelectionBoxWidgetClass. The class name is XltSelectionBox. New Resources The following table defines a set of widget resources used by the programmer to specify data. The programmer can also set the resource values for the inherited classes to set attributes for this widget. To reference a resource by name or by class in a .Xdefaults file, remove the XmN or XmC prefix and use the remaining letters. To specify one of the defined values for a resource in a .Xdefaults file, remove the Xm prefix and use the remaining letters (in either lowercase or uppercase, but include any underscores between words). The codes in the access column indicate if the given resource can be set at creation time (C), set by using XtSetValues (S), retrieved by using XtGetValues (G), or is not applicable (N/A). XltSelectionBox Resource Set Name Class Type Default Access ----------------------------------------------------------------- XltNmagicScroll XltCMagicScroll XmBoolean True CSG XltNmagicScroll When True, the list will scroll to display the closest match to the text. Inherited Resources XltSelectionBox inherits behavior and resources from the following superclasses. For a complete description of each resource, refer to the man page for that superclass. Core Resource Set Name Class Type Default Access --------------------------------------------------------------------- XmNdestroyCallback XmCCallback XtCallbackList NULL C XmNscreen XmCScreen Screen * dynamic CG XltSelectionBox behavior is described below: As characters are typed into the TextField, the list is scanned for the closest match, scrolled so that it is visible, and high- lighted. Virtual Bindings The bindings for virtual keys are vendor specific. For information about bindings for virtual buttons and keys, see VirtualBindings(3X). RELATED INFORMATION
XltCreateSelectionBox(3X), XltVaCreateSelectionBox(3X), All the XmSelectionBox convenience functions, XltSelectionBox(3X)