- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: issues with netconf after a make_recovery
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2014 08:52 AM - last edited on 03-05-2014 06:05 PM by Lisa198503
03-05-2014 08:52 AM - last edited on 03-05-2014 06:05 PM by Lisa198503
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2014 06:48 AM