Sponsored Content
Full Discussion: One service, two nodes, HA
Top Forums UNIX for Dummies Questions & Answers One service, two nodes, HA Post 302580035 by Flomaster on Wednesday 7th of December 2011 09:00:09 AM
Old 12-07-2011
Debian One service, two nodes, HA

Hi all. I have two nodes taken different places. They are connected together on a network. So, i have a service, it works on one of nodes and when the node is unavailable the service should will be launched on other node.

Solution: rhel cluster, keepalive, hearbeat...may be Carp

but what if the channel in between nodes will break and servers remain to work...split brain?

And looking ahead may be will need to transfer service but with different addresses(same config but diff network ip)

If somebody worked with similar tasks prompt where to look please!!Smilie
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

i-nodes

first off, i am new to unix so please bear with me. i was reading somewhere that if your i-nodes get critical that it can slow your network down. what are i-nodes and when do they become a critical number? this is what mine states: / (/dev/root ): 777058 blocks 569290 i-nodes... (4 Replies)
Discussion started by: djatwork
4 Replies

2. UNIX for Dummies Questions & Answers

nodes

how do you list all the nodes in unix :confused: (3 Replies)
Discussion started by: kamisi
3 Replies

3. UNIX for Advanced & Expert Users

Managing nodes???

Does anyone know something about this? I have no idea what it means and how to do it. but if anyone can give me and explanation and also point me to a website, i'd really appreciate it (5 Replies)
Discussion started by: TRUEST
5 Replies

4. UNIX for Advanced & Expert Users

du -k shows different size in two nodes

After rcp -rp from remote host, using du -k to verify the file size but total file size have different size. Check on individual file, file size is correct. How can I confirm on the file size after ftp? Pls advise. Thank you. (15 Replies)
Discussion started by: KhawHL
15 Replies

5. High Performance Computing

request more nodes

I am new to cluster commands. But I have tried utilizing: -pe, but I do not know my parallel computing environment. We are running SGE, is there a simpler command to request more nodes? also: qsub -N auto -M name@email.com -m abe auto.sh does not email me at all. Help would be appreciated (0 Replies)
Discussion started by: theawknewbie
0 Replies

6. UNIX for Beginners Questions & Answers

Run one service after another service has finished - systemd

Hi all I would like to know how to run task2.service after task1.service has finished. task1.service has a timer (task1.timer), that makes it run every 5 minutes OnCalendar=*:0/5task2.service is basically a script, that has to work on the files created after task1 has finished. This is what I... (2 Replies)
Discussion started by: guilliber
2 Replies
remnode(8)						      System Manager's Manual							remnode(8)

Name
       remnode - remove one or more entries from the nodes database

Syntax
       /etc/remnode [ node ]

Description
       For each given node argument, deletes the corresponding node entry (or entries) from the nodes database. The nodes database is the one used
       by DECnet.  The node is either the node address or the node name for each node entry that you want to delete.  Note, you can  specify  more
       than one node argument in a single command.

       A node address is a decimal integer in the range of 1 to 1023 for single area networks, or has the format a.n for multiarea networks, where
       a is the network area number (a decimal integer in the range of 2 to 63) and n is the node number (a decimal integer in the range of  1	to
       1023).

       A node name can be from one to six alphanumeric characters, including at least one letter.

Examples
       This command removes the entries for nodes 44.70 and Mynode from the nodes database:
       # /etc/remnode 44.70 mynode <RET>
       This command removes the entry for node lttwi from the nodes database:
       # /etc/remnode lttwi <RET>

See Also
       addnode(8), ccr(8), getnode(8), load(8), mop_mom(8), trigger(8)

																	remnode(8)
All times are GMT -4. The time now is 05:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy