- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LAN adapter problem
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
10-11-2002 01:35 AM
10-11-2002 01:35 AM
LAN adapter problem
I've the following problem:
I change the IP address on my server HP-UX (version 11.00).
I modified the /etc/rc.configi.d/netconf file with the new ip address, the new subnet mask and the new defaul gateway of the new LAN.
When I reboot the server I have the following error message (taken from /etc/rc.log file after rebbot) :
Configure LAN interfaces
Output from "/sbin/rc2.d/S340net start":
----------------------------
ERROR: Failed to add route entry because its interface is not
yet initialized. May need to add this route entry with
a route commad after the interface is up :
add net default: gateway 172.16.200.70: Network is unreachable
"/sbin/rc2.d/S340net start" FAILED
I try to add the rule for the defualt gateway and this command correctly works.
The command I used is the following :
route -p 1500 add default 172.16.200.70 1)
Why?
Any idea to solve this problem?
Thanks in advance for your support and your help.
Luca
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 01:43 AM
10-11-2002 01:43 AM
Re: LAN adapter problem
How is the default route command formatted within 'netconf' file?
ROUTE_GATEWAY[0]=53.202.164.203
ROUTE_COUNT[0]=1
ROUTE_DESTINATION[0]=default
This is what mine looks like. Can you check the lan card it is referring to and the [n] number of the default route?
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 02:06 AM
10-11-2002 02:06 AM
Re: LAN adapter problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 05:51 AM
10-11-2002 05:51 AM
Re: LAN adapter problem
you may try
route delete 172.16.200.70
the gateway should ideally be
172.16.200.1
you may like to ping 172.16.200.1 or 70 to see if the saem is reachable then only u can add the route .
you may like tor efer to this document :
http://www1.itrc.hp.com/service/cki/docDisplay.do?docId=200000049791567
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2002 06:41 AM
10-11-2002 06:41 AM