- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DNS Config
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
03-09-2009 09:09 PM
03-09-2009 09:09 PM
i have two ftp server (on local) with same data on both and naturally different IP address,
how to config dns server when a client send domain for resolve on dns server, dns server look at two ftp server which has lesser busy resolve to that ftp server ip?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 09:17 PM
03-09-2009 09:17 PM
Re: DNS Config
DNS is only used for name resolution.(forward and reverse)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2009 09:20 PM
03-09-2009 09:20 PM
Re: DNS Config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 01:08 AM
03-10-2009 01:08 AM
SolutionTo achieve that using DNS, you must have a separate program that measures the load of the both servers and continuously updates the DNS records to point to the less busy server.
You cannot do this with a standard DNS server alone: the standard HP-UX DNS server software (BIND) does not include the functionality for looking into other servers' load levels.
With proper DNS tuning (low TTL values), this may be suitable for local load-balancing, but if your servers are accessed world-wide, the propagation delays between the caching DNS servers may make this solution too slow to react to sudden load spikes. Even in the local use, you must accept that some requests will always arrive to the busier server: you'll never get a "perfect" distribution of load.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2009 04:25 PM
03-10-2009 04:25 PM