|
Configure linux printer server step by step guide example and implementation |
| Home | Peer to Peer | CompTIA N+ | CCNA | MCSE | MCITP | RHCE | Interview | Tips n Tricks |
How to configure linux print server step by step guide Example and ImplementationLinux uses the Common UNIX Printing System, also known as CUPS. CUPS uses the Internet Printing Protocol (IPP) to allow local printing and print sharing. The /etc/cups/ directory stores all the configuration files for printing. However, these files can be easily managed with the Printer Configuration Tool in Linux. Exam question Raw (Model) printer named printer1 is installed and shared on 192.168.0.254. You should install the shared printer on your PC to connect shared printer using IPP Protocols. Exam question Raw printer named printerx where x is your station number is installed and shared on server1.example.com. Install the shared printer on your PC to connect shared printer using IPP Protocols. Your server is 192.168.0.254.
Before you can use any printer, you first have to install it on a Linux system on your network.
To start the Printer Configuration Tool, go to the System menu on the top panel and
select Administration, Printing or execute the command system-config-printer.
If no printers are available for the system, only the Server Settings view is available for selection. If local printers are configured, a Local Printers menu will available. Install new printer
click New Printer on the toolbar.
spool directories
print job
classes
Once you have successfully installed local printer it will show in right pane.
and in left pane you can see all administrative options.
Tick mark on appropriate option and click on apply configure window clients
Go on window system and ping from printer server and open internet explorer and give the ip address of server with printer port 631
This will launch CUPS web application click on manage printer
now you will see the shared printer on server click on print test page
click on start button select printer and fax
and click on add new printer. this will launch
add new printer wizard click next on welcome screen and select network printer Remote administration of print server
Go on linux system and ping from server and click on printing from administration menu configure Linux clients
Go on linux system and ping from server and click on printing from administration menu Managing Printers from the Command-LineThe lpadmin command enables you to perform most printer administration tasks from the command-line.
lpc To view all known queues lpr To send print requests to any local print queue lpq To see the print queue lprm To delete the jobs of your choice use it with the job number lp To print any file.
|
|||||
|
|
|
|