- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- multiple NIC 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
01-21-2002 01:54 PM
01-21-2002 01:54 PM
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 02:05 PM
01-21-2002 02:05 PM
Re: multiple NIC cards
If you're using service guard, this is quite good. I've had experience with that, and it works a treat.
Apart from the subnets, not much that I can think of off the top of my head.
If it's a database server, one place I worked at would split the traffic by card. For example, production instance 1 and 2 was card #1 and production instance 3 and 4 was card #2. This works well for keeping track of connections per instance to a database, but it's just a thought.
Scott.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 02:10 PM
01-21-2002 02:10 PM
Re: multiple NIC cards
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 02:10 PM
01-21-2002 02:10 PM
Re: multiple NIC cards
It's possible. Hp has somthing called Auto Port Aggregarion. (APA)
I would rather request you to read it first.
http://www.docs.hp.com/hpux/netcom/index.html#Auto%20Port%20Aggregation%20(APA)
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 02:10 PM
01-21-2002 02:10 PM
Re: multiple NIC cards
You set these cards up on different subnets to
get the best out of them. You need to set up
each NIC card individually in
/etc/rc.config.d/netconf
e.g.
INTERFACE_NAME[0]="lan0"
IP_ADDRESS[0]="10.53.105.13"
SUBNET_MASK[0]="255.255.0.0"
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
INTERFACE_NAME[0]="lan1"
IP_ADDRESS[0]="10.55.105.13"
SUBNET_MASK[0]="255.255.0.0"
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 02:10 PM
01-21-2002 02:10 PM
Re: multiple NIC cards
You may want to configure them with different subnets.
If you want them to help you for fault tolerance, MC/ServiceGuard can easily take care of it.
If you want to add the bandwidths, then you can use HP's APA (Autoport Aggregation).
Here is the manual.
http://docs.hp.com/hpux/onlinedocs/J4240-90012/J4240-90012.html
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 02:11 PM
01-21-2002 02:11 PM
Re: multiple NIC cards
If you need very high throughput you can bond up to 4 NIC ports to the same IP and MAC address using a product called Auto Port Aggregation (APA). It works quite well but can only be used with certain switches. This also allows redundancy so that if one cable fails, the ip address stays active at reduced capacity.
Without APA, the NIC's need to be on different subnets, this is a very common and reliable thing to do.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 02:11 PM
01-21-2002 02:11 PM
Re: multiple NIC cards
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2002 02:13 PM