2 .\" Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LPMOVE 1M "Jun 6, 2006"
8 lpmove \- move print requests
12 \fBlpmove\fR [\fIrequest-ID\fR] \fIdestination\fR
17 \fBlpmove\fR \fIsource\fR \fIdestination\fR
23 The \fBlpmove\fR command moves print requests queued by \fBlp\fR(1) or
24 \fBlpr\fR(1B) between destinations.
27 The first form of \fBlpmove\fR moves specific print requests (\fIrequest-ID\fR)
28 to a specific \fIdestination\fR.
31 The second form of the \fBlpmove\fR command moves all print requests from one
32 destination (\fIdestination1\fR) to another (\fIdestination2\fR). This form of
33 \fBlpmove\fR also rejects new print requests for \fIdestination1\fR.
36 \fBlpmove\fR moves individual requests or entire queues only within an instance
37 of a print service, not between a local and a remote queues or local queues on
38 different instances of a print service. Requests can only be moved if the print
39 service or protocol supports it. The LP print server and IPP print protocol
40 both support moving requests between queues. The BSD print protocol does not.
43 When moving requests, \fBlpmove\fR does not check the acceptance status of the
44 destination to which the print requests are being moved (see \fBaccept\fR(1M)).
45 \fBlpmove\fR does not move requests that have options (for example, content
46 type or requiring a special form) that cannot be handled by the new
51 The following operands are supported:
55 \fB\fIrequest-ID\fR\fR
58 The specific print request to be moved. Specify \fIrequest-ID\fR as the
59 identifier associated with a print request as reported by \fBlpstat\fR. See
66 \fB\fIdestination\fR\fR
69 The name of the printer or class of printers (see \fBlpadmin\fR(1M)) to which
70 \fBlpmove\fR moves a \fIspecified\fR print request. Specify \fIdestination\fR
71 using atomic, URI-style (\fIscheme\fR://\fIendpoint\fR), POSIX-style
72 (\fIserver\fR\fB:\fR\fIdestination\fR) syntax.
81 The name of the destination from which \fBlpmove\fR moves \fIall\fR print
82 requests. Specify \fIdestination\fR using atomic, URI-style
83 (\fIscheme\fR\fB://\fR\fIendpoint\fR), POSIX-style
84 (\fIserver\fR\fB:\fR\fIdestination\fR) syntax.
89 See \fBprinters.conf\fR(4) for information regarding the naming conventions for
90 atomic names and \fBstandards\fR(5) for information regarding POSIX.
94 The following exit values are returned:
101 Successful completion.
117 \fB\fB/etc/printers.conf\fR\fR
120 System printer configuration database
126 \fB\fB$HOME/.printers\fR\fR
129 User-configurable printer database
135 \fB\fBou=printers\fR\fR
138 LDAP version of \fB/etc/printers.conf\fR
144 \fB\fBprinters.conf.byname\fR\fR
147 \fBNIS\fR version of \fB/etc/printers.conf\fR
153 \fB\fBprinters.org_dir\fR\fR
156 \fBNIS+\fR version of \fB/etc/printers.conf\fR
162 See \fBattributes\fR(5) for descriptions of the following attributes:
170 ATTRIBUTE TYPE ATTRIBUTE VALUE
172 Interface Stability Obsolete
178 \fBlp\fR(1), \fBlpr\fR(1B), \fBlpstat\fR(1), \fBaccept\fR(1M),
179 \fBlpadmin\fR(1M), \fBlpsched\fR(1M), \fBprinters.conf\fR(4),
180 \fBattributes\fR(5), \fBstandards\fR(5)
183 \fISystem Administration Guide: Solaris Printing\fR
187 When IPP is in use, the user is prompted for a passphsrase if the remote print
188 service is configured to require authentication.