Operating System - HP-UX
1755973 Members
3652 Online
108839 Solutions
New Discussion юеВ

Re: how to improve DNS server performance

 
SOLVED
Go to solution
hua_1
Frequent Advisor

how to improve DNS server performance

i have a 3440 used as a DNS server, if there any system kernel parameter shoud be adusted to impove the performance of it. or any configuration ??
3 REPLIES 3
Geoff Wild
Honored Contributor
Solution

Re: how to improve DNS server performance

What improves DNS performance?

A lot of Ram

The max-cache-size option can be used to limit the amount of memory used by the cache, at the expense of reducing cache hit rates and causing more DNS traffic. It is still good practice to have enough memory to load all zone and cache data into memory ├в unfortunately, the best way to determine this for a given installation is to watch the name server in operation. After a few weeks the server process should reach a relatively stable size where entries are expiring from the cache as fast as they are being inserted.


As far as kernel parameters - check your dbc_max_pct

You want the dbc max to be somewhere between 400 and 800 mb of available ram.

IE - if you have 8GB of ram, set it to like 8

Rgds...Geo
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
hua_1
Frequent Advisor

Re: how to improve DNS server performance

thanks u , u must be familiar with DNS server configuration.
any more configuration which would improve the performance of DNS SERVER?
harry d brown jr
Honored Contributor

Re: how to improve DNS server performance

If you have a lot of OTHER ux boxes that use this server as a DNS server, then set up those ux boxes (hp-ux, linux, solaris, aix, ...) as DNS CACHING servers. A server that is setup to do DNS CACHING will query the main DNS server fewer times a day, thus improving the performance of the DNS server and improving the performance of the ux servers.


see: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=722104

and especially: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=840826

look for my attachment on that post. It can be used for creating DNS Caching servers.


BTW, what does:

what `which named`

return??

It should be BIND 9.2.0 revision 6: http://www.software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=BIND9.2


live free or die
harry d brown jr
Live Free or Die