CIS 191 - Lesson 10 Printers. CIS 191 - Lesson 10.

Slides:



Advertisements
Similar presentations
1 Configuring Internet- related services (April 22, 2015) © Abdou Illia, Spring 2015.
Advertisements

KX-NS1000 Initial Set Up For step by step : 16 May,
Chapter 11 Chapter 11: Installing and Managing Printers.
1 Configuring Web services (Week 15, Monday 4/17/2006) © Abdou Illia, Spring 2006.
Chapter 11 UNIX Printing. have to be root to setup a printer local printer is directly connected remote printer is a network printer print queue is nothing.
MIS Chapter 81 Ch. 8 – Implementing and Managing Printers MIS 431 – created Spring 2006.
By Rashid Khan Lesson 7-Preparing for Output: Printer Configuration and Management.
70-270, MCSE/MCSA Guide to Installing and Managing Microsoft Windows XP Professional and Windows Server 2003 Chapter Ten Implementing and Managing.
9.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 9: Installing and Configuring.
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 12: Network Printing and Offline Files.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
Introduction1-1 Printing  Some printer jargon m Spooler A piece of software m Dpi Dots per inch m PDL Page description languages m Bitmap Common bitmap.
Module 6 Windows 2000 Professional 6.1 Installation 6.2 Administration/User Interface 6.3 User Accounts 6.4 Managing the File System 6.5 Services.
Guide to Linux Installation and Administration, 2e1 Chapter 12 Printing in Linux.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 8: Implementing and Managing Printers.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 8: Implementing and Managing Printers.
Linux+ Guide to Linux Certification, Second Edition
Building a Deployment The following screens demonstrate how to: 1. Create a new OpenHRE™ tailor-made deployment using a remote (sample) deployment Standard.
1 COP 4343 Unix System Administration Unit 9: printing – lpr – CUPS.
A+ Guide to Software, 4e Chapter 11 Supporting Printers and Scanners.
Figure 14-1 The main Printer configuration window.
1 Chapter Overview Introduction to Windows XP Professional Printing Setting Up Network Printers Connecting to Network Printers Configuring Network Printers.
Managing Printers Chapter 14. Chapter Objectives Understand printing terminology and concepts. Understand print server requirements and configuration.
Lecture 8 Configuring a Printer-using Magic Filter Introduction to IP Addressing.
CN1260 Client Operating System Kemtis Kunanuraksapong MSIS with Distinction MCT, MCITP, MCTS, MCDST, MCP, A+
Windows Server 2008 Chapter 6 Last Update
9.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 9: Installing and Configuring.
UNIT - III. Installing Samba Windows uses Sever Message Block(SMB) to communicate with each other using sharing services like file and printer. Samba.
TAX-AIDE Network Router Setup Network Printer Setups July SMT/TCS Training - Dallas1.
Linux Operations and Administration
Configuring Disk Quotas Linux System Administration To implement disk quotas, use the following steps: Enable quotas per file system by modifying /etc/fstab.
Chapter 12: Configuring Networks The Complete Guide to Linux System Administration.
Managing Local and Network Printer Chapter 11 powered by dj.
Overview Print and Document Services Print Management console Printer properties Troubleshooting.
1 SAMBA. 2 Module - SAMBA ♦ Overview The presence of diverse machines in the network environment is natural. So their interoperability is critical. This.
Eucalyptus Virtual Machines Running Maven, Tomcat, and Mysql.
Configuring the MagicInfo Pro Display
IT2204: Systems Administration I 9. Printing. Printing  Printing and print services –Printing policies and architecture –Printing terms –Types of printers.
Module 4: Add Client Computers and Devices to the Network.
Module 14: Configuring Print Resources and Printing Pools.
Chapter 6 Configuring Windows Server 2008 Printing
CIM6400 CTNW (04/05) 1 CIM6400 CTNW Lesson 6 – More on Windows 2000.
1 Managing Printers (Week 12, Monday 3/26/2007) © Abdou Illia, Spring 2007.
SAMBA Integrating Linux and Window. What is Samba? Free suite of programs that enables flavors of UNIX to work with other operating systems such as OS/2.
Microsoft Windows 7 - Illustrated Unit P Managing Hardware.
SUSE Linux Enterprise Desktop Administration Chapter 12 Administer Printing.
Chapter 1: The Internet and the WWW CIS 275—Web Application Development for Business I.
1. Insert the Resource CD into your CD-ROM drive, click Start and choose Run. In the field that appears, enter F:\XXX\Setup.exe (if “F” is the letter of.
Linux+ Guide to Linux Certification, Third Edition
1 Chapter Overview Creating Drive and Folder Shares Using Distributed File System Installing Network Printers Administering Network Printers Managing Share.
Linux Printing Chapter 14. Linux Printing Configuring a local printer Configuring a remote printer Traditional UNIX printing CUPS web Interface CUPS on.
Networking in Linux. ♦ Introduction A computer network is defined as a number of systems that are connected to each other and exchange information across.
CIS 192B – Lesson 7 UNIX Printing. CIS 192B – Lesson 7 Printing Architecture Clients Scheduler/ Backends Network Spooler Named Queue Script Command-line.
WEEK 11 – TOPOLOGIES, TCP/IP, SHARING & SECURITY IT1001- Personal Computer Hardware System & Operations.
1 Terminology. 2 Requirements for Network Printing Print server Sufficient RAM to process documents Sufficient disk space on the print server.
Linux Operations and Administration
Hands-On Microsoft Windows Server 2008 Chapter 5 Configuring Windows Server 2008 Printing.
Configuring Print Services Lesson 7. Print Sharing Print device sharing is another one of the most basic applications for which local area networks were.
Chapter 4: server services. The Complete Guide to Linux System Administration2 Objectives Configure network interfaces using command- line and graphical.
Setting up a Printer. ♦ Overview Linux servers can be used in many different roles on a LAN. File and print servers are the most common roles played by.
LINUX - SAMBA
Guide to Operating Systems, 5th Edition
Configuring Disk Quotas
LINUX ADMINISTRATION 1
1. Press the Power button or switch to flip on the printer, if it is turn off. 2. From the Home display screen on the product control panel, click the.
CUPS Print Services.
Chapter 11 Supporting Printers and Scanners
Chapter 11: Installing and Managing Printers
Configuring Disk Quotas
Presentation transcript:

CIS Lesson 10 Printers

CIS Lesson 10

Two predominate types of printers Thermal inkjet technology Laser, drum, toner technology

CIS Lesson 10 So many ways to hook them up … Now: Network USB Wireless (Bluetooth, IR) PictBridge (USB based) Back then: Serial cable Parallel printer cable

CIS Lesson 10 Printer Configuration

CIS Lesson 10 System V based print subsystem lp (to print) lpstat (queue management) cancel (to remove jobs) BSD based print subsystem lpr (to print) lpq (queue management) lprm (to remove jobs) CUPS Provides both System V and Berkeley based command-line interfaces Supports new Internet Printing Protocol Works with Samba Printing We will be just looking at CUPS

CIS Lesson 10 CUPS The service command will check the status and start up the service. CUPS has a web based administration tool which can be reached on port 631.

CIS Lesson 10 Service Configuration

CIS Lesson 10 Sidetrack – Service command Not: the effects of the service command changes will last until the next shutdown. They are not permanent.

CIS Lesson 10 Use the type and file commands to find the location and type of commands Sidetrack – Service command The service command is a viewable shell script (reduced type size here so it will fit)

CIS Lesson 10 CUPS CUPS is managed by a web-based configuration utility on port 631 Local access only by default

CIS Lesson 10 CUPS To enable remote access click on Administration tab …

CIS Lesson 10 CUPS … and scroll down to allow remote administration

CIS Lesson 10 CUPS Authenticate yourself as root to confirm change to allow remote administration CUPS service will restart

CIS Lesson 10 CUPS Browse to from another system You may now manage the CUPS service on Benji remotely from another system.

CIS Lesson 10 CUPS Printer: HP LaserJet 1320n Connection: LAN Next step is to add printers

CIS Lesson 10 CUPS IP Address for this 1320n is The LaserJets also have a web- based management utility

CIS Lesson 10 CUPS benji hp1320n This example will show how to add the HP 1320n as a networked printer.

CIS Lesson 10 CUPS To add in HP 1320N printer … … the first step is to click the Add Printer button

CIS Lesson 10 CUPS You may get this error if your are browsing in remotely because no certificates have been set up for https protocol. Not a problem if you are browsing locally

CIS Lesson 10 CUPS One way to address the certificate problem is to add an exception.

CIS Lesson 10 CUPS This adds the exception

CIS Lesson 10 CUPS Add an exception only when you do trust the site. In this case we built and setup the Benji VM so we trust it.

CIS Lesson 10 CUPS Click Confirm Security Exception button

CIS Lesson 10 CUPS Now we can add the LaserJet

CIS Lesson 10 CUPS Fill in basic information

CIS Lesson 10 CUPS We will use JetDirect. JetDirect is a small printer server built into some of HP's printers.

CIS Lesson 10 CUPS Hmmm …. lets click on Network Printers link to figure this one out.

CIS Lesson 10 CUPS Scroll down to HP printers

CIS Lesson 10 CUPS We will use the JetDirect w/o IPP for the HP 1320n IPP is Internet Printing Protocol for send print jobs over the Internet via the http protocol HP JetDirect cards use port 9100 A socket is the combination of an IP address and a port number.

CIS Lesson 10 CUPS socket:// /9100 This defines how to communicate with the printer

CIS Lesson 10 CUPS (you will need to enter root's password) Service will restart

CIS Lesson 10 CUPS Must select printer from long list

CIS Lesson 10 CUPS We will choose hp LaserJet 1320 series Postscript (recommended) (en)

CIS Lesson 10 CUPS Lets double check the printer supports PostScript … it does

CIS Lesson 10 CUPS To finally add the printer it will be necessary authenticate as root

CIS Lesson 10 CUPS Printer has been added

CIS Lesson 10 CUPS View of newly added printer from Printer tab

CIS Lesson 10 CUPS Lets test the printer by printing this CUPS web page to it … and it works.

CIS Lesson 10 CUPS Printer: hp photosmart 7550 (color inkjet technology) Connection: USB Lets add second printer

CIS Lesson 10 Sidetrack – The previous 7550 "Hot Lips" 6 G's of acceleration 8-pen turret Grit wheel technology from HP Labs

CIS Lesson 10 CUPS benji hpdv The second printer is connected by USB to a Windows notebook computer

CIS Lesson 10 CUPS First step is the same which is to fill out basic information on printer

CIS Lesson 10 CUPS For this connection we will use Samba. Samba implements Windows file and print services sharing on Linux. Note Windows uses SMB (Server Message Block) protocol to implement these services

CIS Lesson 10 CUPS Will need to specify the Windows print share

CIS Lesson 10 CUPS Will need to specify the Windows print share as //hostname/printsharename

CIS Lesson 10 CUPS Username and password Not required This machine is in the same workgroup smb://server/sharename This machine is in a different workgroup smb://workgroup/server/sharename Username and password required This machine is in the same workgroup This machine is in a different workgroup Ways to specify a Windows share

CIS Lesson 10 CUPS Select make of printer

CIS Lesson 10 CUPS Select model of printer HP PhotoSmart 7550 Foomatic/hpijs (recommended) (en)

CIS Lesson 10 CUPS Printer has been added

CIS Lesson 10 CUPS Test new printer by printing its own management page

CIS Lesson 10 Printing in Linux

CIS Lesson 10 CUPS lpstat command The –p option will show the available printers The –d option will identify the default printer

CIS Lesson 10 CUPS lp and lpr commands Either command will print myfile to the selected printer Note that both lp and lpr will read from stdin. This allows output from another command to be piped in

CIS Lesson 10 CUPS convert command JPEG files need to be converted to postscript before printing with lp or lpr commands Print job #28

CIS Lesson 10 Configuring CUPS

CIS Lesson 10 CUPS configuration file or command, or GUI Must restart CUPS after changing configuration file with: service cups restart Three ways to set the default printer – edit configuration file, command or GUI ~]# cat /etc/cups/printers.conf # Printer configuration file for CUPS v1.2.4 # Written by cupsd on :06 Info hp photosmart 7550 Location Den DeviceURI smb://hpdv2000/hp7550 State Idle StateTime Accepting Yes Shared Yes JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 OpPolicy default ErrorPolicy stop-printer

CIS Lesson 10 CUPS lpoptions command The –d option will set the default printer. This will override the system default printer set using the web UI

CIS Lesson 10 Managing Print Jobs

CIS Lesson 10 CUPS Rejecting Jobs Clicking the button on the web based utility will reject further jobs

CIS Lesson 10 CUPS Stopping the Printer Clicking the button on the web based utility will still allow jobs to be spooled

CIS Lesson 10 CUPS Showing jobs waiting to print Use lpq or lpstat to show spooled print jobs

CIS Lesson 10 CUPS Removing/canceling pending print jobs Use lpq or lpstat to show the spooled print jobs Use cancel or lprm to remove print jobs

CIS Lesson 10 Spool Files

CIS Lesson 10 CUPS Spool files in /var/spool/cups Spooled print files are kept in pairs – one control file and one data file – in /var/spool/cups Print job #27

CIS Lesson 10 CUPS Spool files in /var/spool/cups The data file is ascii and the control file is binary when printing a text file Print job #27

CIS Lesson 10 Exercise: CUPS Enable the CUPS service to run at system startup Turn on the CUPS service Create a "fake" printer and disable it. Practice printing to your fake printer.

CIS Lesson 10 wrap up

CIS Lesson 10 Commands: service- Manually control services chkconfig- Service startup configuration ifconfig- Getting IP address lp, lpr- Linux print command cancel, lprm- cancel print job lpq, lpstat- Show print queue lpoptions- Show and change print options convert- convert image file types Files and Directories: /var/spool/cups- spooled print jobs /etc/cups- CUPS configuration files Web: CUPS web based management utility HP JetDirect printer