Skip Navigation Links | |
Exit Print View | |
System Administration Guide: Printing Oracle Solaris 11 Express 11/10 |
1. Introduction to Printing in the Oracle Solaris Operating System
2. Planning for Printing (Tasks)
3. Setting Up and Administering Printers by Using CUPS (Tasks)
Implementation of the print-service Command in the Oracle Solaris OS
Service Management Facility Services That Manage CUPS
CUPS and LP SMF Service Equivalents
Where to Find Additional CUPS Documentation
Using the CUPS Web Browser Interface (Overview)
Requirements for Using the CUPS Web Browser Interface
Troubleshooting Issues With CUPS Web Browser Interface Access
Setting Up and Administering Printers by Using the CUPS Web Browser Interface
More About the Administration Tab
How to Add a New Printer by Using the CUPS Web Browser Interface
Using the CUPS Print Manager GUI (system-config-printer)
Getting Started With the CUPS Print Manager GUI
Configuring a CUPS Print Server (Task Map)
CUPS Print Server Configuration
CUPS Local Server Configuration
CUPS Advanced Server Configuration
Configuring CUPS to Administer Remote Print Queues
How to Configure CUPS to Administer Remote Print Queues
Setting Up and Administering Printers by Using the CUPS Print Manager GUI (Task Map)
Configurable Printer Properties
How to Set Up a New Local Printer
How to Modify the Properties of a Configured Printer
How to Rename a Printer or Copy a Printer Configuration
How to Unshare or Share a Printer
How to Disable or Enable a Printer
How to Manage Print Jobs for a Specified Printer
4. Setting Up and Administering Printers by Using Print Manager for LP (Tasks)
5. Setting Up and Administering Printers by Using Oracle Solaris Print Manager (Tasks)
6. Setting Up Printers by Using LP Print Commands (Tasks)
7. Administering Printers by Using LP Print Commands (Tasks)
8. Customizing LP Printing Services and Printers (Tasks)
9. Administering the LP Print Scheduler and Managing Print Requests (Tasks)
10. Administering Printers on a Network (Tasks)
11. Administering Character Sets, Filters, Forms, and Fonts (Tasks)
12. Administering Printers by Using the PPD File Management Utility (Tasks)
13. Printing in the Oracle Solaris Operating System (Reference)
14. Troubleshooting Printing Problems in the Oracle Solaris OS (Tasks)
The CUPS web browser interface is one of two supported GUIs that you can use to manage your printing environment in the Oracle Solaris OS. To access the web browser interface, type http://localhost:631 in the location bar of your browser. The CUPS web browser interface can be accessed from all supported browsers. Depending on the task that you are performing, you might be prompted for a user name and password, or for the root user name and password.
Common print administration tasks that you can perform by using the CUPS web browser interface include the following:
Customizing a print server setup
Pointing a print client to a common print server
Setting up and managing directly-attached printers and printer classes on servers
Setting up and managing remote printers and printer classes on servers
Managing print jobs from print clients
The following are requirements for using the CUPS web browser interface:
The CUPS software packages must be installed on the host that is accessing the CUPS web pages. If you are running the Oracle Solaris 11 Express release, these software packages are installed on your system by default.
Required CUPS packages include the following:
cups
cups-libs
foomatic-db
foomatic-db-engine
The CUPS print service must be the default print service on the host. If you are running the Oracle Solaris 11 Express release, CUPS is the default print service.
To determine which print service is the default on your system, use the new print-service command, as follows:
$ print-service -q active print service: cups
The CUPS scheduler, svc:/application/cups/scheduler, must also be running on the host.
To verify that the CUPS scheduler is running, open a terminal window and type the following command:
$ svcs cups/scheduler STATE STIME FMRI online 10:07:54 svc:/application/cups/scheduler:default
The JavaScript scripting language must be supported and enabled on the browser that you are using to access the CUPS web pages.
Most current browsers support the use of the JavaScript language. To determine if the JavaScript language is enabled, check the Content tab of your browser's Preferences menu. Choose Edit -> Preferences from the browser's main menu. Note that this location might vary, depending on the browser that you are using.
If you encounter an error while attempting to access the CUPS web browser interface, or you cannot access the interface, check Requirements for Using the CUPS Web Browser Interface to make sure all of the requirements have been met. In addition, check your browser's proxy settings to determine if a proxy server has been configured. If yes, try disabling the proxy server, then attempt to access the CUPS web browser interface again.
For example, if you are using Firefox Version 3.5.2 or a compatible browser, choose Edit -> Preferences-> Advanced -> Network -> Settings -> No proxy.
To determine whether the CUPS web browser interface is running, you can also attempt to connect to the CUPS port (Port 631) by typing the telnet command in a terminal window, as follows:
mymachine% telnet localhost 631 Trying ::1... Connected to mymachine Escape character is ^]. ^]q telnet> q Connection to mymachine closed. mymachine%
To break out of the telnet session, press the Control-]. To quit the telnet session, type q.