Home  >  Blog  >   JBoss  > 

JBoss Clustering With Server Nodes

Rating: 4
  
 
2278
  1. Share:
JBoss Articles

The second variant of the standalone configuration comes into picture when your server nodes are located (all or some of them) on the same machine. This scenario applies generally when you are scaling up your architecture by adding more hardware resources to your system.

Configuring server nodes on the same machine obviously requires duplicating your AS7 distribution on your filesystem. Then, in order to avoid a port conflict between server distributions, you have to choose between two options:

1. Defining multiple IP address on the same machine.
2. Defining a port offset for each server distribution.

This is also known as multihoming and requires some O/S tweaks to get working. Obviously, each operating system uses different approaches to achieve it, which may also vary depending on its version. Being out of the scope of this book to illustrate all possible ways to configure multihoming, we will just show two common scenarios.

Learn how to use JBOSS, from beginner basics to advanced techniques, with online video tutorials taught by industry experts. Enroll for Free JBOSS Training Demo!

When using a Linux box, just issue an ifconfig command to activate each IP address:

# ifconfig eth0 192.168.10.1 up
# ifconfig eth1 192.168.10.2 up

When using a Windows machine, you have to reach, from the network configuration panel, to your Ethernet card’s TCP-IP properties. Once there, click on the Advanced button and add all addresses that will be part of the cluster:

Advances TCP/IP Settings

Once you have set up your network interface correctly, it’s time to update your standalone-ha.xml file. Follow the same steps exposed for multiple host cluster (for each server distribution, reach to the interfaces section, and within the nested interface element insert the IP address of the standalone server).

MindMajix Youtube Channel

In the end, the first server distribution will be bound to the IP Address 192.168.10.1 and the second one to 192.168.10.2. (as an alternative, use the –b and –bmanagement switches exposed in the earlier section). The following diagram depicts this scenario:

AS7 Cluster

Configuring multihoming is not always a viable choice because it requires some degree of administration experience or maybe because you are lacking in permissions on your machine, in which case, you could still set up a clustering configuration by defining a port offset for your each cluster member.

Frequently asked Jboss Interview Questions

By defining a port offset for each server, the entire default server binding interfaces will shift to a fixed amount, and hence you will not have two servers engaging the same IP address and the same port.

AS7 Cluster of standalone

When using this configuration, you can bind each server network address to the same IP address. So, for all your server distributions, we will configure the standalone-

Explore Jboss Sample Resumes! Download & Edit, Get Noticed by Top Employers!Download Now!
Join our newsletter
inbox

Stay updated with our newsletter, packed with Tutorials, Interview Questions, How-to's, Tips & Tricks, Latest Trends & Updates, and more ➤ Straight to your inbox!

Course Schedule
NameDates
JBoss TrainingMar 25 to Apr 09
JBoss TrainingMar 28 to Apr 12
JBoss TrainingApr 01 to Apr 16
JBoss TrainingApr 04 to Apr 19
Last updated: 23 March 2023
About Author
Remy Sharp
Ravindra Savaram

Ravindra Savaram is a Content Lead at Mindmajix.com. His passion lies in writing articles on the most popular IT platforms including Machine learning, DevOps, Data Science, Artificial Intelligence, RPA, Deep Learning, and so on. You can stay up to date on all these technologies by following him on LinkedIn and Twitter.