1printmgr(1M) System Administration Commands printmgr(1M)
2
3
4
6 printmgr - Solaris Print Manager is a graphical user interface for man‐
7 aging printers in a network
8
10 /usr/sadm/admin/bin/printmgr
11
12
14 Solaris Print Manager is a Java-based graphical user interface that
15 enables you to manage local and remote printer access. This tool can be
16 used in the following name service environments: LDAP, NIS, NIS+, and
17 files. You must be logged in as superuser to use this tool.
18
19
20 Using Solaris Printer Manager is the preferred method for managing
21 printer access because Solaris Print Manager centralizes printer infor‐
22 mation when it is used in a name service environment.
23
24
25 Adding printer information to a name service makes access to printers
26 available to all systems on the network and generally makes printer
27 administration easier because all the information about printers is
28 centralized.
29
30
31 Solaris Print Manager may be run on a remote system with the display
32 sent to the local system. See the System Administration Guide: Solaris
33 Printing for instructions on setting the DISPLAY environment variable.
34
35
36 Using Solaris Print Manager to perform printer-related tasks automati‐
37 cally updates the appropriate printer databases. Solaris Print Manager
38 also includes a command-line console that displays the lp command line
39 for the add, modify, and delete printer operations. Errors and warnings
40 may also be displayed when Printer Manager operations are performed.
41
42
43 Help is available by clicking the Help button.
44
46 Solaris Print Manager enables you to do the following tasks:
47
48 Select a Name Service Select a name service for retrieving or
49 changing printer information.
50
51
52 Add Access to a Printer Add printer access on a printer client
53 using Solaris Print Manager.
54
55
56 Add an Attached Printer After physically attaching the printer to
57 a system, use Solaris Print Manager to
58 install a local printer and make it avail‐
59 able for printing.
60
61
62 Add a Network Printer After physically attaching the printer to
63 a system, use Solaris Print Manager to
64 install a local printer and make it avail‐
65 able for printing.
66
67
68 Modify Printer Properties After adding access to a printer or adding
69 an attached or network printer, you can
70 modify certain printer attributes.
71
72
73 Delete a Printer Delete access to a printer from the print
74 client or delete a printer from the print
75 server or from the name service environ‐
76 ment.
77
78
80 See attributes(5) for descriptions of the following attributes:
81
82
83
84
85 ┌─────────────────────────────┬─────────────────────────────┐
86 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
87 ├─────────────────────────────┼─────────────────────────────┤
88 │Availability │SUNWppm │
89 └─────────────────────────────┴─────────────────────────────┘
90
92 ldap(1), lpget(1M), lpset(1M), attributes(5)
93
94
95 System Administration Guide: Solaris Printing for information on LDAP
96 server replication.
97
98
99 Although users can use the LDAP command line utilities ldapadd(1) and
100 ldapmodify(1)to update printer entries in the directory, the preferred
101 method is to use lpset. Otherwise, if the lpadd and lpmodify utilities
102 are used, the administrator must ensure that the printer-name attribute
103 value is unique within the ou=printers container on the LDAP server. If
104 the value is not unique, the result of modifications done using lpset
105 or the Solaris Print Manager, printmgr may be unpredictable.
106
107
108
109SunOS 5.11 23 May 2003 printmgr(1M)