- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIC card problems
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
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
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
тАО06-01-2004 05:31 AM
тАО06-01-2004 05:31 AM
NIC card problems
Simple procedure?
The second NIC keeps going becak to a Disabled state when you look at in SAM.
I moved the IP back to the Primary card as an alias and thing work fine.
What could I misses? Where are the logs for the Network stuff? Nothing in the systlo tat I can see.
Can you help?
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2004 06:06 AM
тАО06-01-2004 06:06 AM
Re: NIC card problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2004 07:09 AM
тАО06-01-2004 07:09 AM
Re: NIC card problems
Are you sayng I can not have 2 NIC cards on the same subnet?
Like 192.168.1.1/255.255.255.0 lan0
and 192.168.1.2/255.255.255.0 lan1
Wow? I did not know that!
I have been doing this with on lan0 and lan0.1 for years.(same card)
This is an HP 9000 rp7400.
Are you sure?
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2004 07:15 AM
тАО06-01-2004 07:15 AM
Re: NIC card problems
What you have is 2 IP's bound to the same NIC card in the same subnet .
lan0 and lan0:1 is the same NIC card (lan0 ) but two IP's , one bound two lan0 another to lan0:1 , the same way like service guard works with package IP addresses .
with two different physical MIC cards in the same subnet , HPUX has routing issues , that why its not recommended .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2004 07:35 AM
тАО06-01-2004 07:35 AM
Re: NIC card problems
Yes. You cannot have two IP addresses in the subnet on two seperate lan cards. It will create problem with the default route as the system will get confused as to which lan card it needs to use to send packets to the default router.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2004 07:49 AM
тАО06-01-2004 07:49 AM
Re: NIC card problems
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2004 08:03 AM
тАО06-01-2004 08:03 AM
Re: NIC card problems
http://docs.hp.com/hpux/onlinedocs/J4240-90016/J4240-90016.html
Multiple NICs can be used for backups, standby and heartbeats in ServiceGuard configuration, dedicated network etc.,
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2004 08:04 AM
тАО06-01-2004 08:04 AM
Re: NIC card problems
You can have active / standby NICs (ie. MC Service Guard).
There is also a product called Auto Port Aggregation that will allow you to have 2 NICs essentially act as 1 BIG NIC.
Have a look at more information on APA here:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4240AA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2004 08:19 AM
тАО06-01-2004 08:19 AM
Re: NIC card problems
I would have thought you could have used 2 NIC cards to spread the load off.
I card has been just sitting there wait ing for me to do some thing with it.
Is this an HPUX thing or is this UNIX/Linux thing?
Oh Well....
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2004 08:49 AM
тАО06-01-2004 08:49 AM
Re: NIC card problems
http://www.hp.com/products1/unixserverconnectivity/infolib/cisco.html
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2004 04:31 AM
тАО06-02-2004 04:31 AM
Re: NIC card problems
What happens is that traffic will be accepted on both interfaces, but outbound traffic will only flow out one interface.
Now, if you set ip_strong_es_model, route lookups will include the source IP address, and this can have the side effect of forcing replies to go out the interface on which they arrived. If there is no source IP address at the time of the lookup (say an application calling connect() without first calling bind()) then I _think_ the behaviour is as if ip_strong_es_model is not set.
The other side effect of ip_strong_es_model is traffic will only be accepted on the interface with the corresponding IP address.
The strongly encouraged way to do load balancing across NICs is the aforementioned Auto Port Aggregation.
Now, I would have expected the NIC state going to disabled in SAM to be something else. When the NIC state is showing disabled in SAM, what does lanadmin show? If there are other HP-UX systems on the same stratch of network, can they be reached with the linkloop(1m) command?