- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIC card addresses
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
Forums
Discussions
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
11-12-2000 09:51 AM
11-12-2000 09:51 AM
Thanks (in advance),
Carey
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2000 11:23 PM
11-12-2000 11:23 PM
Re: NIC card addresses
this should not be a problem.
SAM will make you the entrys for each NIC in the /etc/rc.config.d/netconf.
You can check this with the "netstat -i" command.
regards
Iris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2000 11:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2000 12:53 AM
11-13-2000 12:53 AM
Re: NIC card addresses
What are your reasons for doing this. As Andreas is mentioning you are going to give yourself some problems as far as sending packets are concerned. What happens is that packets are only sent from one interface because they are on the same logical network.
If you want your machine to have 2 IP-adresses attached to the same network you should use "aliasing" instead.
You can just do "ifconfig lan0:1 10.100.1.191 netmask 255.255.0.0" it will do the same.
It seems like SAM will handle this using "Add IP logical Interface" (I do not know if it works - never had 100% confidence in SAM)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 07:04 AM
11-15-2000 07:04 AM
Re: NIC card addresses
It looks like maybe the "aliasing" thing is what I need - I definetly do not want problems as this is a production box. Any help on that?
Thanks,
Carey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2000 08:26 AM
11-15-2000 08:26 AM
Re: NIC card addresses
The problem is that when you attach both NIC's to the same IP-net using 2 addresses it might not load-balance.
Imagine that you want to send a packet to eg. 10.100.100.100. Then the application will send this through the protocol stack but It will always go out through the one NIC since the shortest path (routing-wise) are the same on the 2 NICS. I'm not certain if this is the same for both UDP & TCP based apps. The bottomline here that you need to know *exactly* how things behave before you can gain anything from adding a second NIC.
If you are looking for more bandwith then I suggest you go for a higher bandwith NIC (are you using GigaBit ??) or look into trunking/channeling/bundling - Dont know how this is done in HP-UX - others ??
Btw. "aliasing" will not help you in this case - so do not go for that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2001 02:06 PM
01-17-2001 02:06 PM
Re: NIC card addresses
If you are seeing slow or long response times for network connections both locally and remotely, then you might have a bandwidth or latency problem. However if it is just the remote users that see the slow response, it is probably link speed rather than a bandwidth problem.
Port Aggregation takes multiple (up to 4) LAN interfaces and builds 1 logical interface from the multiple connection points. This would only use 1 IP address and solves the routing and connection problems previously mentioned.
It doesn't sound like the problem you are experiencing is a bandwidth issue, but it is hard to tell without using a sniffer/analyzer to look at the environment.