JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
System Administration Guide: Printing     Oracle Solaris 11 Express 11/10
search filter icon
search icon

Document Information

Preface

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)

Introduction to CUPS

What Is CUPS?

How CUPS Works

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

More About the Printers 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

Selecting a Print Device

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 Delete a Printer

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)

Glossary

Index

Using the CUPS Web Browser Interface (Overview)

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:

Requirements for Using the CUPS Web Browser Interface

The following are requirements for using the CUPS web browser interface:

Troubleshooting Issues With CUPS Web Browser Interface Access

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.