- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using Two Gigabit NICs
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
09-21-2005 01:55 PM
09-21-2005 01:55 PM
Using Two Gigabit NICs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 02:12 PM
09-21-2005 02:12 PM
Re: Using Two Gigabit NICs
Oracle 9i listens to one IP for the servcies and is this separate compared to the ERP traffic ? Look at the glance statistics by Interface and see how the packets are going out also.. maybe load balancing using APA is one thought.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 03:09 PM
09-21-2005 03:09 PM
Re: Using Two Gigabit NICs
As suggested earlier HP AutoPort Aggregation is the best option to be used for load balancing across multiple network cards.
Once configured in load balancing mode all your network traffic will be evenly distributed across both network adapters. You can assign one or more IPs to the same logical adapter which is formed by two physical adapters.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 03:32 PM
09-21-2005 03:32 PM
Re: Using Two Gigabit NICs
Check out this link for High availability in terms of network and other params.
http://www.nasi.com/hp-ux_availability.php
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 07:33 PM
09-21-2005 07:33 PM
Re: Using Two Gigabit NICs
Our all production servers are configured with APA (for example, lan3+lan5=lan900 - 2Gbit).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:46 PM
09-21-2005 09:46 PM
Re: Using Two Gigabit NICs
I can tell you that the switch ports on the other end also need to be grouped when configuring APA.
It won't exactly get you a 2 Gigabit connection but it will prevent one connection getting swamped and hence better overall performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 04:11 AM
09-22-2005 04:11 AM
Re: Using Two Gigabit NICs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 04:26 AM
09-22-2005 04:26 AM
Re: Using Two Gigabit NICs
You'd then have all your users attach to the new alias (in DNS make sure to set the TTL fairly low here!). That way, each request to connect to your server will automatically rotate between the IP addresses and therefore somewhat balance the load for you.
This method can also be used as a pseudo failover technique as if one goes down, the users can just try to connect again and will eventually hit the one that works.
Hope that helps a bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2005 04:56 AM
09-22-2005 04:56 AM
Re: Using Two Gigabit NICs
Bill Hassell, sysadmin