|
|||
|
1. Introduction to Printing in the Solaris Operating System 2. Planning for Printing in the Solaris Operating System (Tasks) 3. Setting Up Printing Services (Tasks) 4. Setting Up Printers (Tasks) Introduction to Setting Up Printers Setting Up Printers on a Print Server (Task Map) Setting Up Directly Attached Printers by Using Solaris Print Manager How to Add a New Directly Attached Printer by Using Solaris Print Manager How to Specify localhost as the Host Name When Adding a Print Queue by Using Solaris Print Manager Setting Up Directly Attached Printers by Using LP Print Service Commands How to Add a New Directly Attached Printer by Using LP Print Service Commands How to Specify localhost as the Host Name When Adding Print Queue by Using LP Print Commands Setting Up Network Attached Printers by Using Solaris Print Manager How to Add a New Network Attached Printer by Using Solaris Print Manager Setting Up Network Attached Printers by Using LP Print Commands How to Add a New Network Attached Printer by Using LP Print Service Commands How to Set Up a Remote Printer That is Connected to a Solaris Print Server by Using IPP Adding a New Network Attached Printer by Using Printer Vendor-Supplied Software How to Add a Attached Network Printer by Using Printer Vendor-Supplied Tools Setting Up Printers That are Associated With PPD Files How to Specify a PPD File When Adding a New Printer by using LP Print Commands Setting Up Printers on a Print Client (Task Map) How to Set Up a .printers File 5. Administering Printers by Using Solaris Print Manager and LP Print Commands (Tasks) 6. Administering Printers by Using Printing Protocols (Tasks) 7. Customizing Printing Services and Printers (Tasks) 8. Administering Character Sets, Filters, Forms, and Fonts (Tasks) 9. Administering Printers by Using the PPD File Management Utility (Tasks) 10. Setting Up and Administering Printers by Using GNOME Desktop Tools (Tasks) 11. Printing in the Solaris Operating System (Reference) 12. Troubleshooting Printing Problems (Tasks) |
Setting Up a Print ClientA print client is a system that is not the server for the printer. Yet, this system has access to the printer. A print client uses the services of the print server to spool, schedule, and filter the print jobs. Note that one system can be a print server for one printer and be a print client for another printer. Access to a printer can be configured on a domain-wide basis or on a per-machine basis. If you add the printer information to the naming service database, access is configured on a domain-wide basis. The following procedure describes how to use the Solaris Print Manager to add access to a printer on a print client. The example that follows describes how to add printer access by using the lp print service commands. How to Add Printer Access by Using Solaris Print Manager
How to Add Printer Access by Using LP Print Commands
If you want to print to a remote printer, you must add access to the remote printer. This example shows how to configure access to a printer named luna, whose print server is saturn. The system saturn becomes a print client of the printer luna. # lpadmin -p luna -s saturn (1) # lpadmin -p luna -D "Room 1954 ps" (2) # lpadmin -d luna (3) # lpstat -p luna (4)
|
||
|