- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 2 NICS HPUX 11.00 RP5405
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
08-09-2003 04:29 PM
08-09-2003 04:29 PM
2 NICS HPUX 11.00 RP5405
I am trying to bring up the second of three NICS on an RP5405. The card is installed and configured and enabled. The IP address for lan0 is 10.100.0.222 with a subnet of 255.255.255.0. The IP address for lan1 is 10.50.0.222 with a subnet of 255.255.255.0 the default gateways are 10.100.0.0.1 and 10.50.0.1.
ifconfig lan1 reveals the IP of 10.50.0.222 and the subnet of 255.255.255.0
However, when I issue ./net stop ./net start I get the error "Failed to add route entry becuase its interface is not yet initialized. May need add this route entry with a route commad after the interface is up:
add net default: gateway: 10.50.0.1: Network is unreachable."
I have tried commenting (#) out the gateway information in the netconf file but it still is not working. I can ping the address from inside the machine and can ping the gateway 10.50.0.1 from any machine on the network. But I am unable to ping the address 10.50.0.222 from anywhere but the RP5405. Thanks in advance for any help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2003 05:10 PM
08-09-2003 05:10 PM
Re: 2 NICS HPUX 11.00 RP5405
If not you also need to configure the appropriate driver file.
Here is the list of them
btlan hpbtlanconf
btlan0 hpeisabtconf
btlan1 hpbasetconf
btlan3 hpbase100conf Internal (core) LAN card
btlan4 hpgsc100conf
btlan5 hppci100conf "external" PCI card A5230A
btlan6 hpsppci100conf V-class PCI lan card
gelan hpgelanconf GigaBit card A4926A
Have a look at this posting for some addtional information.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x8f0b31ec5e34d711abdc0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2003 06:41 PM
08-09-2003 06:41 PM
Re: 2 NICS HPUX 11.00 RP5405
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2003 07:03 PM
08-09-2003 07:03 PM
Re: 2 NICS HPUX 11.00 RP5405
Might want to run ioscan just to see if everything is claimed.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2003 07:19 PM
08-09-2003 07:19 PM
Re: 2 NICS HPUX 11.00 RP5405
Can you attach the netconf file?
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2003 07:57 PM
08-09-2003 07:57 PM
Re: 2 NICS HPUX 11.00 RP5405
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2003 08:15 PM
08-09-2003 08:15 PM
Re: 2 NICS HPUX 11.00 RP5405
Firstly I would keep the format of the netconf as it was shipped. Maybe I'm going back a bit when I remember problems when this is not so, but for clarity and maintainability it is best to do so (in my opinion).
I think the problem is your are trying to add two default routes. Try adding the route for the 10.50.1 network as:
# route add 255.255.255.0 10.50.0.1 1
You may need to add a "net destination" bit after the add, I can never remember, but I think this is the problem.
Regards,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2003 08:46 PM
08-09-2003 08:46 PM
Re: 2 NICS HPUX 11.00 RP5405
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2003 08:48 PM
08-09-2003 08:48 PM
Re: 2 NICS HPUX 11.00 RP5405
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2003 09:01 PM
08-09-2003 09:01 PM
Re: 2 NICS HPUX 11.00 RP5405
Perhaps try:
# route add net 10.50.0.0 255.255.255.0 10.50.0.1 1
If this doesn't work, possibly use:
# ping -o 10.50.0.1 -n 1
to check the number of hops to the router. If you cabled this up yourself you should be aware of the hop count.
Regards,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2003 09:55 PM
08-09-2003 09:55 PM
Re: 2 NICS HPUX 11.00 RP5405
10.50.0.2 - [ name lookup failed ]
10.100.0.2 - [ name lookup failed ]
10.100.0.222 - ITS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2003 09:57 AM
08-11-2003 09:57 AM
Re: 2 NICS HPUX 11.00 RP5405
Now, if you use ndd to set ip_strong_es_model to one, you may get at least part of the behaviour of multiple default routes. ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
Per the manpage for the route command:
route(1M) route(1M)
NAME
route - manually manipulate the routing tables
SYNOPSIS
/usr/sbin/route [-f] [-n] [-p pmtu] add [net|host] destination
[netmask mask] gateway [count]
/usr/sbin/route [-f] [-n] delete [net|host] destination
[netmask mask] gateway [count]
if you want to specify a netmask, you need to use the netmask keyword