- Knowledgebase Home
- » Browse by Service
- » (dv) Dedicated-Virtual Server
- » (dv) 3.0
- » Server Settings and Optimization
Enable or disable named (bind) on your (dv)
Overview
BIND or named is the name of the service that allows you to run private nameservers. It is a considerable resource hog and should be disabled if not in use.
named is disabled by default, but becomes activated after you add your first domain in Plesk. After that, once you turn it off, it should stay off.
Instructions
- Log into the Plesk Server Administration Panel. See Figure 1:
- Click on Tools & Utilities on the left. See Figure 2:
- Scroll down to the Server Management section, then click on Services Management. See Figure 3:
- Finally, click on the red button next to DNS Server (BIND). See Figure 4:
- After a few seconds, the button next to the service name should switch from green to red. The service is now off. You should notice that your memory use has improved significantly.
Permanently disable
You may choose to permanently disable named from re-enabling whenever your server is re-booted. Just run the following command as root:
chmod 000 /etc/init.d/named
By default, named has been disabled on (dv) Dedicated-Virtual Server 3.5 since most sites do not use this service. By disabling this service, we freed over 50 megs of RAM. If you have a need to use named on your server, this article will explain how to easily enable named.
(mt) Media Temple has a tool that will allow you to easily optimize your (dv) Dedicated-Virtual Server. MIB (Make It Better) contains preset configurations hosted on our internal repository. These presets allow you to easily tune or change settings to your server using values that have been thoroughly tested by our engineers.
Requirements
This article has the following dependencies:
Root access and Developer Tools must to be installed in order to complete this article. If you currently do not have your root user enabled or our Developer Tools installed, please visit the Root Access & Developer Tools section of your AccountCenter. Additional information is available:
CAUTION:
Use of this script implies that you agree and understand the following:
- Configuration files on your server will be altered.
- Additional files will be downloaded and installed on your server.
MIB is run from the command line via SSH. Although this utility is much simpler than applying these optimizations or changes manually, it is still recommended to have a basic understanding of SSH and Linux system administration. (See links below for more information.)
Usage
-
To enable named, run the following command after logging into your server via ssh as root:
/usr/local/mt/bin/mib --enablenamed --apply -
To disable named on your server, you can run the following command:
/usr/local/mt/bin/mib --disablenamed --apply
It really is as simple as that to toggle named from enabled to disabled.

