Difference between revisions of "AIX Servers in LVS/DR and LVS/TUN Clusters"

From LVSKB
Jump to: navigation, search
(Disable ARP for VIP)
(Disable ARP for VIP)
Line 8: Line 8:
 
To know :
 
To know :
 
It is possible to disable arp on a real interface via noarp option on setup.
 
It is possible to disable arp on a real interface via noarp option on setup.
 
 
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply...
 
If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply...
 
 
The AIX "Virtual IP Address Interface" implementation allow you to add a virtual interface (not an alias) that is not arp-able
 
The AIX "Virtual IP Address Interface" implementation allow you to add a virtual interface (not an alias) that is not arp-able
  
Line 25: Line 23:
  
  
From smitty, ODM should be updated for persistence after reboot.
+
I made this quickly on the fast yesterday so i didn't get notes or screens. I wrote the section from head only.
I didn't restart the system yet. I will confirm asap.
+
think ODM should be updated for persistence after reboot.
I will also add the corresponding cmd line
+
didn't restart the system yet. will confirm soon.
 +
will also update the post with real smit screens and corresponding cmd lines.
  
 
That(s it.
 
That(s it.
Sorry for wiki style and english. I work on it too...
+
Sorry for wiki style or bad english. I work on it too...
 +
 
 
--[[User:Bmontarges|Bmontarges]] 01:18, 11 April 2010 (CST)
 
--[[User:Bmontarges|Bmontarges]] 01:18, 11 April 2010 (CST)

Revision as of 17:26, 10 April 2010

Introduction

In the AIX operating systems, ip addresses configured on the loopback interface will not participate the ARP protocol. Tested ok on AIX 6.1, sould works from AIX 5L

Disable ARP for VIP

To know : It is possible to disable arp on a real interface via noarp option on setup. If a real interface is set up with arp on, you cannot add a inet alias on it whitout arp reply... The AIX "Virtual IP Address Interface" implementation allow you to add a virtual interface (not an alias) that is not arp-able


In LVS/DR clusters, we can disable ARP for VIP on AIX as follows:

smitty inet
select "Add de Virtual IP Address Interface"
under setup screen, specify :
address : VIP/32 (dotted decimal)
netmask : 255.255.255.255 
interface name : vi1 (or what you want)
activate interface : yes
real intarface to attach: lo (select the loopback, smitty failed to attach on a etherchannel int. in my case)


I made this quickly on the fast yesterday so i didn't get notes or screens. I wrote the section from head only. think ODM should be updated for persistence after reboot. didn't restart the system yet. will confirm soon. will also update the post with real smit screens and corresponding cmd lines.

That(s it. Sorry for wiki style or bad english. I work on it too...

--Bmontarges 01:18, 11 April 2010 (CST)