- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with Gigabit Etherrnet cards
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-20-2002 06:31 AM
03-20-2002 06:31 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 06:32 AM
03-20-2002 06:32 AM
Re: Problem with Gigabit Etherrnet cards
post the /etc/rc.config.d/netconf file here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 06:37 AM
03-20-2002 06:37 AM
Re: Problem with Gigabit Etherrnet cards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 06:41 AM
03-20-2002 06:41 AM
Re: Problem with Gigabit Etherrnet cards
What does the output of netstat -rn show for your default gateway? If nothing, use the route command to add your default gateway, or use set_parms addl_netwrk command.
# route add default
or
# set_parms addl_netwrk (then answer the questions)
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 06:43 AM
03-20-2002 06:43 AM
Re: Problem with Gigabit Etherrnet cards
Routing tables
Dest/Netmask Gateway Flags Refs Use Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 19 lo0 4136
147.149.178.50 147.149.178.50 UH 0 0 lan2 4136
147.149.178.49 147.149.178.49 UH 0 0 lan1 4136
10.249.130.26 10.249.130.26 UH 0 0 lan0 4136
192.168.1.49 192.168.1.49 UH 0 0 lan5 4136
192.168.1.50 192.168.1.50 UH 0 0 lan6 4136
147.149.178.0 147.149.178.50 U 2 0 lan2 1500
147.149.178.0 147.149.178.49 U 2 0 lan1 1500
192.168.1.0 192.168.1.50 U 2 0 lan6 1500
192.168.1.0 192.168.1.49 U 2 0 lan5 1500
10.249.130.0 10.249.130.26 U 2 0 lan0 1500
127.0.0.0 127.0.0.1 U 0 0 lo0 4136
default 147.149.178.1 UG 0 0 lan2 1500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 06:52 AM
03-20-2002 06:52 AM
Re: Problem with Gigabit Etherrnet cards
Check out this document:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd4c10bce6f33d6118fff0090279cd0f9,00.html
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 07:16 AM
03-20-2002 07:16 AM
Re: Problem with Gigabit Etherrnet cards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 07:34 AM
03-20-2002 07:34 AM
SolutionThis is unsupported, and can cause issues like you are seeing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 08:19 AM
03-20-2002 08:19 AM
Re: Problem with Gigabit Etherrnet cards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 08:22 AM
03-20-2002 08:22 AM
Re: Problem with Gigabit Etherrnet cards
Another option is to maybe look at Auto Port Aggregation software and "tunnel" the two lans together.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2002 03:45 PM
03-20-2002 03:45 PM
Re: Problem with Gigabit Etherrnet cards
there are ways to configure multiple interfaces into the same subnet, though you have to do things with explicit host routes and/or use things like ip_strong_es_model in ndd. there will be no automagic failover - you would have to script it.
also, if you want to verify physical connectivity, HP includes a utility called linkloop - it can do link-level "pings" if the remote will respond to either an XID or TEST frame. Other HP-UX systems will, not sure about other vendors. you basically point linkloop at a PPA (interface) and destination MAC address and it tells you if it is reachable. that eliminates any concerns about IP routing when trying to verify connetivity through ping(1m) or traceroute
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 03:27 AM
03-21-2002 03:27 AM
Re: Problem with Gigabit Etherrnet cards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2002 03:31 AM
03-21-2002 03:31 AM
Re: Problem with Gigabit Etherrnet cards
http://docs.hp.com/hpux/netcom/index.html#Auto%20Port%20Aggregation%20(APA)
This should help get you going