
Windows Server 2000 & 2003 support the Non-Microsoft windows printing as well.
Windows 2003 printing terminology:
- Printer: It is the software interface between print device & user.
- Print device: It is actual hardware device that produce the printed output.
- Print server: The computer on which print device is installed.
- Print driver: It is a software which activates hardware.
Note:
- By default everyone has print permission
- We can use windows xp as print server but maximum 10 concurrent connections are possible.
COMMON OPTION OF PRINTER:
- Printer Pool: A Printer Pool is a single printer that can queue job to multiple ports and their associated print devices. Print pooling allows you to connect multiple print devices to a server and manage them as though they were a single print device. Print job will be allocated to the first available print device.
- Printer Priority is set when multiple configured printer uses a common print device, print jobs of printer with high priority will be completed first.
- Spooling: A process of caching (copying temporarily) the print request to the hard disk (in spool folder) on print server until printer is ready to accept them. Once the print request has spooled completely you can close your application (file) from which you have send the print request. When the print device is free, the printing will be done automatically. By default this feature is enable in windows 2003 server.
 To set / change spool location:
- Select printer
- file menu
- server properties
- advance tab (C:\windows\system32\spool\printer)
Note: After changing the spool folder location you need to restart spooler service or reboot the server.
4. Print Queue: is a list of print jobs from different workstation that is saved on the spooler of the print server.
5. Pooling: It means transfer of print job automatically from one printer to another printer.
- Right click on printer
- properties
- port tab
- display
6. Print redirection: It means pooling on another server
- Click add port button
- display
- Enter a port name: \\server name\printer shared name
- Ok
Note: For print redirection,we have to use identical (similar) hardware device.
To install local and network printer:
- Local printer:
Local printer means which is physically attached to the physically machine through physical port (from LPT, COM, USB)
- Network printer:
Which is connected to the network.
- Internet printing:
To access the print server through internet.
Installation of network printer:
- Open printer & fax:
- Click add a printer
- next
- select local or network printer
- next
- select port
- select printer model & name
- next
- type printer share name
- next
- finish.
Managing printer properties:
The printer properties dialogue box has 6 tabs:
- General
- Sharing
- Ports
- Advanced
- Security
- Device setting
We can configure additional driver (for Win 9x, NT, 2000, XP), separator page and printer priority through printer properties.
How to configure internet printing:
On Server (concept in VPN)
- Click add/remove
- windows component
- application server
- details
- IIS
- details
- check internet printing
- finish
On client: Install internet printing
- Open internet explorer
- and type in URL (Universe resource locator) (http://servername\printersharename)
Supporting printing for non-windows client:
Windows 2003 server support printing to Unix, Netware and Macintosh clients.
Support printing for Unix client:
Unix clients print jobs to printer through LPR (Line printer remote) utility:
We can configure printing for Unix through
- add/remove
- windows component
- check printing for Unix print (In windows 2003 server)
Configure for printing job on Unix client:
The following commands is used for printing through windows 2003 server in Unix client.
# LPR -S computer name or IP address of windows 2003 server -pprint-shared-name b
# LPR filename
Support printing for Netware clients:
If we want to support Netware client printing through windows 2003 server print device must be install File and print services for netware client through.
- Add / remove
- windows component on the windows 2003 print server
- check (e) file and print service for netware.
Support printing for Macintosh client:
For Macintosh client printing, must install (e) print services for Macintosh through add / remove windows components on the windows 2003 print server
Note:
- Add apple talk protocol on the windows 2003 server
- On the Macintosh client, no other configuration changes are required.
Managing printer and print documents:
Only administrators and member of print server operator can manage printers and print documents.
Managing printers:
Select printer --> right click-- the following options will appear:
- set as default printer
- printing preference
- pause printing
- sharing
- use printer offline
- create shortcut
- delete
- rename
- properties
Managing print documents:
To manage print documents, double click on printer --> click document menu --> the following options are available:
- Pause - Pause the print document
- Resume - Print normally after paused
- Restart - Restart job even if already printed
- Cancle - Delete job from spool folder
- Properties - It allows to set options
Monitoring print queue status:
Step 1: click admin tools – click performance
Step 2: select system monitor in performance – click add button
Step 3: select the print queue object option
Step 4: click all counters radio button – click add – click close
Step 5: minimize performance and send some jobs to print queue
Step 6: maximize performance and view the print queue activity





