Operating System - HP-UX
1752687 Members
5429 Online
108789 Solutions
New Discussion

issues with netconf after a make_recovery

 
SOLVED
Go to solution
harshman1958
Advisor

issues with netconf after a make_recovery

Greetings

Running HPUX 11.31 on a blade server. 


We just did a network ignite, and afterwards we could not connect via Secure Shell, but could ssh from another server on the local network.

 

After some looking, we noticed that our backup route in netconf was set as follows.

 

ROUTE_DESTINATION[1]=default

ROUTE_GATEWAY[1]=192.168.3.254

ROUTE_COUNT[1]="1"

ROUTE_MASK[1]=255.255.0.0

ROUTE_ARGS[1]=

 

We changed the ROUTE_DESTINATION to

 

ROUTE_DESTINATION="192.168.0.0"

 

and rebooted and it worked, but we noticed during the boot the netconf file was set back to what it was before. (default). 

 

After about 45 mins, we lost connection to the server again. 

We set netconf back again, rebooted and it worked again for about 45 mins.

 

ONce again the netconf file was set back to the "default" setting as originally mentioned.

 

any idea why this is being changed in reboot and why this drops after about 45 mins?

 

also, when it is not working netstat -r hangs...

 

netstat -rn
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 32808
172.11.1.2 172.11.1.2 UH 0 lan8 32808
172.11.2.2 172.11.2.2 UH 0 lan2 32808
10.224.67.178 10.224.67.178 UH 0 lan1 32808
192.168.2.190 192.168.2.190 UH 0 lan3 32808
10.224.67.0 10.224.67.178 U 2 lan1 1500
172.11.2.0 172.11.2.2 U 2 lan2 1500
172.11.1.0 172.11.1.2 U 2 lan8 1500
192.168.0.0 192.168.2.190 U 2 lan3 1500
127.0.0.0 127.0.0.1 U 0 lo0 32808
default 192.168.3.254 UG 0 lan3 1500
default 10.224.67.254 UG 0 lan1 1500

 

any assistance would be appreciated.

 

Mark

 

 

P.S. This thread has been moved from HP-UX>System Administration to HP-UX > networking. -HP Forum Moderator

 

1 REPLY 1
harshman1958
Advisor
Solution

Re: issues with netconf after a make_recovery

I think we've resolved this.  there was a DHCP set to "1" instead of "0" in netconf.  Not sure why or how.

 

thanks