JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Transitioning From Oracle Solaris 10 to Oracle Solaris 11     Oracle Solaris 11 Information Library
search filter icon
search icon

Document Information

Preface

1.  Transitioning From Oracle Solaris 10 to Oracle Solaris 11 (Overview)

2.  Transitioning to an Oracle Solaris 11 Installation Method

3.  Managing Devices

4.  Managing Storage Features

5.  Managing File Systems

6.  Managing Software

7.  Managing Network Configuration

8.  Managing System Configuration

Comparing Oracle Solaris 10 and Oracle Solaris 11 System Configuration Tools

System Configuration Changes and Migration of System Configuration to SMF

SMF Administrative Changes

System Process Changes

System Console, Terminal Services, and Power Management Changes

Power Management Configuration

System Configuration Tools Changes

System Registration Changes

System Boot, Recovery, and Platform Changes

Booting for System Recovery Changes

How to Boot the System For Recovery Purposes

Boot, Platform, and Hardware Changes

Printer Configuration and Management Changes

Removal of the LP Print Service

How to Set Up Your Printing Environment After Installing Oracle Solaris 11

Internationalization and Localization Changes

Locale and Time Zone Configuration Changes

9.  Managing Security

10.  Managing Oracle Solaris Releases in a Virtual Environment

11.  User Account Management and User Environment Changes

12.  Using Oracle Solaris Desktop Features

A.  Transitioning From Previous Oracle Solaris 11 Releases to Oracle Solaris 11

Printer Configuration and Management Changes

In Oracle Solaris 11, the legacy LP print service has been replaced by the Common UNIX Printing System (CUPS). CUPS is a modular, open-source printing system that uses the Internet Printing Protocol (IPP) as the basis for managing printers, print requests, and print queues. CUPS supports network printer browsing and PostScript Printer Description-based printing options. CUPS also provides a common printing interface across a local network.

Removal of the LP Print Service

The following important changes are a result of the removal of the LP print service in Oracle Solaris 11:

See Chapter 15, Setting Up and Administering Printers by Using CUPS (Tasks), in Oracle Solaris Administration: Common Tasks.

How to Set Up Your Printing Environment After Installing Oracle Solaris 11

Use the following procedure to set up your printing environment to work with CUPS after a fresh installation. If you are upgrading from Oracle Solaris 11 Express, see How to Set Up Your Printing Environment After Upgrading From Oracle Solaris 11 Express.

  1. Verify that the cups/scheduler and the cups/in-lpd SMF services are enabled.
    # svcs -a | grep cups/scheduler
    # svcs -a | grep cups/in-lpd
  2. If these services are not enabled, enable them.
    # svcadm enable cups/scheduler
    # svcadm enable cups/in-lpd
  3. Check that the printer/cups/system-config-printer package is installed.
    # pkg info print/cups/system-config-printer
    • If the package is already installed, you are ready to configure printers by using CUPS.
    • If the package is not installed, install the package:
      # pkg install print/cups/system-config-printer

Next Steps

For instructions, see Setting Up and Administering Printers by Using CUPS Command-Line Utilities in Oracle Solaris Administration: Common Tasks.