4. The Test Results panel shows the results of testing. You’ll receive a date and time stamp indicating when the test was performed and a result, such as Pass or Fail. Although a single failure might be the result of a temporary outage, multiple failures typically indicate a DNS resolution problem.
NOTE If all recursive query tests fail, the advanced server option Disable Recursion might be selected. Tap or click the Advanced tab and check the server options.
REAL WORLD If you’re actively troubleshooting a DNS problem, you might want to configure testing to occur every 10–15 seconds. This interval will provide a rapid succession of test results. If you’re monitoring DNS for problems as part of your daily administrative duties, you’ll want a longer time interval, such as two or three hours.
CHAPTER 10: Administering network printers and print services
■ Managing the Print and Document Services role
■ Getting started with Print Management
■ Installing printers
■ Configuring printer properties
■ Configuring print server properties
■ Managing print jobs on local and remote printers
As an administrator, you need to take two main steps to enable users throughout a network to access print devices connected to Windows Server 2012 R2. First, you need to set up a print server, and then you need to use the print server to share print devices on the network.
This chapter covers the essentials of setting up shared printing and describes how users access printers on the network. You’ll also find advice on administering printers and troubleshooting printer problems, which is where we’ll begin.
Managing the Print and Document Services role
A provides a central location for sharing printers on a network. When many users require access to the same printers, you should configure print servers in the domain. In earlier releases of the Windows Server operating system, all servers were installed with basic print services. With Windows Server 2012 R2, you must specifically configure a server to be a print server.
Using print devices
Two types of print devices are used on a network:
■ Local print device A print device that’s physically attached to a user’s computer and employed only by the user who’s logged on to that computer.
■ Network print device A print device that’s set up for remote access over the network. This can be a print device attached directly to a print server or a print device attached directly to the network through a network interface card (NIC).
NOTE The key difference between a local printer and a network printer is that a local printer isn’t shared. You can easily make a local printer a network printer. To learn how to do this, see “Starting and stopping printer sharing” later in this chapter.
You install new network printers on print servers or as separate print devices attached to the network. A print server is a workstation or server configured to share one or more printers. These printers can be physically attached to the computer or connected to the network. The disadvantage of running a print server with a workstation operating system instead of a server operating system is the limited number of allowed connections. With Windows Server 2012 R2, you don’t have to worry about operating system-enforced connection limits.
You can configure any Windows Server 2012 R2 system as a print server. The print server’s primary job is to share print devices on the network and to handle print spooling. The main advantages of print servers are that printers have a centrally managed print queue and you don’t have to install printer drivers on client systems.
You don’t have to use a print server, however. You can connect users directly to a network-attached printer. When you do this, the network printer is handled much like a local printer attached directly to the user’s computer. The key differences are that multiple users can connect to the printer and that each user has a different print queue. Each individual print queue is managed separately, which can make administration and problem resolution difficult.
Printing essentials
An understanding of how printing works can go a long way when you’re trying to troubleshoot printer problems. When you print documents, many processes, drivers, and devices work together to print the documents. If you use a printer connected to a print server, the key operations are as follows:
■ Printer driver When you print a document in an application, your computer uses a printer driver to handle the printing process. If the print device is attached to your computer physically, the printer driver is accessed from a local disk drive. If the print device is located on a remote computer, the printer driver might be downloaded from the remote computer. The availability of printer drivers on the remote computer is configurable by operating system and chip architecture. If the computer can’t obtain the latest printer driver, an administrator probably hasn’t enabled the driver for the computer’s operating system. For more information, see “Managing printer drivers” later in this chapter.
■ Local print spool and print processor The application from which you print uses the printer driver to translate the document into a file format that the selected print device can understand. Your computer then passes the document to the local print spooler. The local spooler in turn passes the document to a print processor, which creates the raw print data necessary for printing on the print device.
■ Print router and print spooler on the print server The raw data is passed back to the local print spooler. If you’re printing to a remote printer, the raw data is then routed to the print spooler on the print server. On Windows Server 2012 R2 systems, the printer router, Winspool.drv, handles the tasks of locating the remote printer, routing print jobs, and downloading printer drivers to the local system if necessary. If any of these tasks fails, the print router is usually the culprit. See “Solving spooling problems” and “Setting printer access permissions” later in this chapter to learn about possible fixes for this problem. If these procedures don’t work, you might want to replace or restore Winspool.drv.
The main reason for downloading printer drivers to clients is to maintain a single location for installing driver updates. This way, instead of having to install a new driver on all the client systems, you install the driver on the print server and enable clients to download the new driver. For more information on working with printer drivers, see “Managing printer drivers” later in this chapter.
■ Printer (print queue) The document goes from the print spooler to the printer stack-which in some operating systems is called the print queuefor the selected print device. When in the queue, the document is referred to as a print job-a task for the print spooler to handle. The length of time the document waits in the printer stack is based on its priority and position within the printer stack. For more information, see “Scheduling and prioritizing print jobs” later in this chapter.