Jumbo frame firmware upgrade on AIX RAC DB servers

Jumbo frame firmware upgrade on AIX RAC DB servers

 

What is jumbo frame?

Jumbo frames are Ethernet frames with a payload greater than the standard maximum transmission unit (MTU) of 1500 bytes.

The standard MTU must be set to 1492 bytes when using Point To Point Protocol over Ethernet (PPPoE) connectivity.
Jumbo frames refer to Ethernet frames that can reach 9000 bytes in size, thus allowing a payload (MTU) greater than 1492 bytes. Although many variations exist, most manufacturers have adopted 9000 bytes as the conventional jumbo frame size. Only gigabit Ethernet networking devices have the ability to support jumbo frames.

 

Outage Required? : Yes

 

Post completion of this activity we need to do below checks.

1) Network interface and subnet masks for private interconnect must be same across the cluster nodes node1/node2

node1

en5: flags=1e084863,480<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,

GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),CHAIN>

inet 10.132.45.15 netmask 0xffffffe0 broadcast 10.132.45.31
inet 169.254.10.97 netmask 0xffff0000 broadcast 169.254.255.255

node2

en5: flags=1e084863,480<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,

GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),CHAIN>
inet 10.132.45.16 netmask 0xffffffe0 broadcast 10.132.45.31
inet 169.254.115.239 netmask 0xffff0000 broadcast 169.254.255.255

 

2)Jumbo frame setting needs to be verified and MTU size (that is equal to 9000) must be same across the cluster nodes node1/node2

Node1

node1:/u00/app/oracle:SID=change_SID > netstat -rnI en5

Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
en5 9000 link#3 92.aa.24.d5.77.b 725205033 0 711793336 0 0
en5 9000 10.132.45 10.132.45.15 725205033 0 711793336 0 0
en5 9000 169.254 169.254.10.97 725205033 0 711793336 0 0

Node2

node2:/u00/app/oracle:SID=change_SID > netstat -rnI en5

Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
en5 9000 link#3 be.a0.3e.ce.16.d 711835565 0 725171670 0 0
en5 9000 10.132.45 10.132.45.16 711835565 0 725171670 0 0
en5 9000 169.254 169.254.115.239 711835565 0 725171670 0 0

3) Traceroute & ping on the private interconnect IPs should work across the cluster nodes node1/node2

 

See also