You can use this procedure to control whether a zone responds to queries or transfer requests.
Membership in the Administrators group, or equivalent, is the minimum required to complete this procedure. Review details about using the appropriate accounts and group memberships at http://go.microsoft.com/fwlink/?LinkId=83477.
Pausing or resuming a zone
To pause or resume a zone using the Windows interface |
-
Open DNS Manager.
-
In the console tree, click the applicable zone.
Where?
- DNS/applicable DNS server/Forward
Lookup Zones (or Reverse Lookup Zones)/applicable zone
- DNS/applicable DNS server/Forward
Lookup Zones (or Reverse Lookup Zones)/applicable zone
-
On the Action menu, click Properties.
-
On the General tab, click Pause or Start, and then click OK.
Additional considerations
- To open DNS Manager, click Start,
point to Administrative Tools, and then click
DNS.
- By default, zones are started when they are
created or loaded at the server. After you use this procedure to
pause a zone, you must restart the zone before it is available for
servicing clients or updating zones.
To pause or resume a zone using a command line |
-
Open a command prompt.
-
Do one of the following:
- To pause the zone, type the following
command, and then press ENTER:
dnscmd <ServerName> /ZonePause <ZoneName>
- To resume the zone, type the following
command, and then press ENTER:
dnscmd <ServerName> /ZoneResume <ZoneName>
- To pause the zone, type the following
command, and then press ENTER:
Parameter | Description |
---|---|
dnscmd |
Manages DNS servers. |
ServerName |
Required. Specifies the Domain Name System (DNS) host name of the DNS server. You can also type the IP address of the DNS server. To specify the DNS server on the local computer, you can also type a period (.) |
/ZonePause |
Required. Pauses the zone. |
/ZoneResume |
Required. Resumes the zone. |
<ZoneName> |
Required. Specifies the fully qualified domain name (FQDN) of the zone. |
To view the complete syntax for this command, at a command prompt, type one of the following commands, and then press ENTER:
dnscmd <ServerName> /ZonePause /help
Additional considerations
- To open an elevated Command Prompt window,
click Start, point to All Programs, click
Accessories, right-click Command Prompt, and then
click Run as administrator.