- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tcp/ip load balancing
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-17-2005 12:15 AM
01-17-2005 12:15 AM
I have two hp-ux servers rp4440 running as
oracle application server 9i/as
I used Cisco switch to make load balancing between two servers , there is any application can I used on hp-ux to do load balancing without Cisco switch.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 12:43 AM
01-17-2005 12:43 AM
SolutionThese links are Linux but DNS works exactly the same on both platforms.
http://www.webopedia.com/TERM/R/Round_Robin_DNS.html
http://www.vergenet.net/linux/mail_farm/html/node10.html
My search:
http://www.google.com/search?hl=en&q=round+robin+dns&btnG=Google+Search
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
01-17-2005 01:09 AM
01-17-2005 01:09 AM
Re: tcp/ip load balancing
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4240AA
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 01:51 AM
01-17-2005 01:51 AM
Re: tcp/ip load balancing
available with HP-UX IPFilter firewall. If you are on
HP-UX 11i,v2, then IPFilter must be already
installed on your system. If you are on HP-UX 11i,
the you can download free IPFilter bits from
software.hp.com.
Use the NAT redirect feature (keyword "rdr") to do
load balancing. Details at:
http://www.docs.hp.com/en/B9901-90021/ch02s04.html
See the section on "rdr". You should also know that
this load balancing is basically round-robin.
- Biswajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 04:39 AM
01-17-2005 04:39 AM
Re: tcp/ip load balancing
Keep in mind that a cisco local director or BigIP does some elaborate service checking before forwarding requests to the server pool. Round robin DNS doesn't.
IE: If you have 2 web servers configured in DNS for www.example.com and one of them is not responding, every second request to http://www.example.com will fail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 06:56 PM
01-17-2005 06:56 PM
Re: tcp/ip load balancing
but about Auto Port Aggregation , its not useful because it must do in the same server ,
and you can't aggregate two nic card in different server .
I found software support hp-ux depend in round-robin ,and can solve failover problem
and its free to one year .
http://www.bea.com
again thanks .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 07:04 PM
01-17-2005 07:04 PM
Re: tcp/ip load balancing
If the solution you choose is not significantly
better than IPFilter solution I proposed, then I
would really advice you to look at IPFilter. It's
very easy to setup, software comes free from
HP and has full HP support.
Ofcourse, the choice is yours.
- Biswajit