• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk and CPU usage

Workaround was created only for cases when you have external DNS server. You can disable local DNS service on your server with Plesk and use external DNS.
Some days ago we created other workaround which fixes problem completely. Bind is configured to work on 1 CPU and it makes it do not waste CPU resources. You do not need to disable Bind on your server. In some days hotfix will be officially released. Please wait some days while it is completely will be tested by our QA department.

Best regards.
 
EDIT: my apoligies if this seems off-topic.

This doesn't affect my company since we use external DNS servers and kill BIND under Plesk and we use Opterons, but..

I've always wondered why SW-Soft is using BIND on Win32. Why not use the built-in native and supported Microsoft DNS? I understand BIND gives a big benefit to have your management scripts easier to port over from the Linux product, but it seems to be the drawbacks are greater from using a buggy win32 port of dubious quality.

The MS DNS service is probably not as hefty as BIND running on native *nix but I can't think of a lot of things that get ported that are. Why not just use what's there and already regression tested by the maker of the OS?
 
If I rememeber reading correctly, MS DNS support is coming in the next version.
Plesk 7 was mainly a fix to 6.5 in my eyes, and so not many new features were added or supported as the problems needed to be resolved.
 
hi all
how to reload bind properly?
have I to open a shell window?
and type cd programfiles....?
 
I wouldn't like running MS dns, just my opinion, would rather have it *nix like :) even in future
 
We are experiencing the same problem on our Windows Server 2003 box with Plesk 7. The stupid process called named.exe which refers to the Plesk Domain Service is taking up 90-100% of our CPU access. This is rediculous.

I can restart the Plesk Domain Service and it will fix it for a little while and then it acts up again. It has been so bad as of late that the box won't accept any RDC connections and it will load websites hosted on the box very slowly. Only a reboot of the machine temp fixes the problem. What the heck gives?
 
Possible Solution

I realize that this is years after this thread started, but we think we found a solution to this issue.

Apparently on multi-processor boxes BIND gets a little...'confused' if it's being told it only has one proc.

In the Service definition (under Services) the switch -n1 is the default. You can try (we just implemented this on a Plesk 7 box on Win2003 and so far so good (knock on wood))

Change the registry setting for the named service and change the switch to -nX

(X representing # of procs... 2 for a dual proc, 4 for a dualproc hyperthreaded machine)

Hope this helps someone out there!
 
Back
Top