Forum Discussion

nhurnekar_23544's avatar
nhurnekar_23544
Icon for Nimbostratus rankNimbostratus
Nov 24, 2015

Identical node name but ips & port remain the same (Pool Members)

Hi,

 

Naming conventions is important factor here while adding node on LB. We want identical node name for each pool which will help us to understand each node purpose.

 

In the given example, we have pool name group_test_api but having node with name rs_logo.gama.com_2.60:80 (192.168.2.60 - Port 80) and we had created the same node while creating group_logo.gama.com pool. Its creating a lot of confusion to understand purpose of that node. So we want to create node with name rs_test_api _2.60:80 (192.168.2.60 - Port 80)

 

We would like to know, Is there any work-around to create node with different name if that node already exists. (Same IP & Port No.)

 

For example :

 

Current configuration :

 

Pool1 Name : group_test_api Node name : rs_logo.gama.com_2.60:80 - 192.168.2.60 - Port 80

 

Pool2 Name : group_logo.gama.com Node Name : rs_logo.gama.com_2.60:80 - 192.168.2.60 - Port 80

 

Expected configuration :

 

Pool1 Name : group_test_api Node name : rs_test_api _2.60:80 - 192.168.2.60 - Port 80

 

Pool2 Name : group_logo.gama.com Node Name : rs_logo.gama.com_2.60:80 - 192.168.2.60 - Port 80

 

Let me know if any clarification required.

 

2 Replies

  • eneR's avatar
    eneR
    Icon for Cirrostratus rankCirrostratus

    That won't work! But I suggest you to use the Description field!

     

    Just name every server with a successive number like 1,2,3 and write down the real name into the description field. 8)

     

  • Thanks for your quick response.

     

    We will think to maintain description field for such pool members.