Lose default gateway

hello

iv 2 AIX P720 machine aix 6.1 6100-02-03-0909 both , hacmp ver 6.1.0.0
both machine connect to the same switch. after networking fault , one of the machines lost his default gateway !!!

what can be the reason ?

thx

Whatever put the static route into place can be the culprit.

For instance: if you have the systems configured as a DHCP client they might have been provided with a default route by the DHCP server. If this didn't provide the default again after the network failure (for whatever reason) it might be lost.

Another possibility: the default route was configured with a "route add" command and this will not survive a reboot. Use chsys to put a default route in place which will survive a reboot.

There are more (less common) reasons but without more information it is not possible to find out.

Btw: we have a forum specializing in AIX. You might want to put AIX-related questions there.

I hope this helps.

bakunin

1 Like

hello

iv 2 AIX P720 machine aix 6.1 6100-02-03-0909 both , hacmp ver 6.1.0.0
both machine connect to the same switch. after networking fault , one of the machines lost his default gateway !!!

what can be the reason ?

thx

Hi,

Probably when set up it was not set up properly, some unix commands in Aix do not persist like they do in HPUX or Solaris - "ifconfig" being one of these.

Normally when I worked on AIX in the dim and distant past, you had to use the standard AIX commands or SMIT to setup things like interfaces or they were not persistent.

Regards

Dave

bakunin