8980 BIOS clock is sometimes one hour fast
[unleashed.git] / usr / src / man / man1m / lpmove.1m
blob797774a118bc64981245f4a5da90746707268680
1 '\" te
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 "Feb 25, 2017"
7 .SH NAME
8 lpmove \- move print requests
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBlpmove\fR [\fIrequest-ID\fR] \fIdestination\fR
13 .fi
15 .LP
16 .nf
17 \fBlpmove\fR \fIsource\fR \fIdestination\fR
18 .fi
20 .SH DESCRIPTION
21 .LP
22 The \fBlpmove\fR command moves print requests queued by \fBlp\fR(1) or
23 \fBlpr\fR(1B) between destinations.
24 .sp
25 .LP
26 The first form of \fBlpmove\fR moves specific print requests (\fIrequest-ID\fR)
27 to a specific \fIdestination\fR.
28 .sp
29 .LP
30 The second form of the \fBlpmove\fR command moves all print requests from one
31 destination (\fIdestination1\fR) to another (\fIdestination2\fR). This form of
32 \fBlpmove\fR also rejects new print requests for \fIdestination1\fR.
33 .sp
34 .LP
35 \fBlpmove\fR moves individual requests or entire queues only within an instance
36 of a print service, not between a local and a remote queues or local queues on
37 different instances of a print service. Requests can only be moved if the print
38 service or protocol supports it. The LP print server and IPP print protocol
39 both support moving requests between queues. The BSD print protocol does not.
40 .sp
41 .LP
42 When moving requests, \fBlpmove\fR does not check the acceptance status of the
43 destination to which the print requests are being moved (see \fBaccept\fR(1M)).
44 \fBlpmove\fR does not move requests that have options (for example, content
45 type or requiring a special form) that cannot be handled by the new
46 destination.
47 .SH OPERANDS
48 .LP
49 The following operands are supported:
50 .sp
51 .ne 2
52 .na
53 \fB\fIrequest-ID\fR\fR
54 .ad
55 .RS 15n
56 The specific print request to be moved. Specify \fIrequest-ID\fR as the
57 identifier associated with a print request as reported by \fBlpstat\fR. See
58 \fBlpstat\fR(1).
59 .RE
61 .sp
62 .ne 2
63 .na
64 \fB\fIdestination\fR\fR
65 .ad
66 .RS 15n
67 The name of the printer or class of printers (see \fBlpadmin\fR(1M)) to which
68 \fBlpmove\fR moves a \fIspecified\fR print request. Specify \fIdestination\fR
69 using atomic, URI-style (\fIscheme\fR://\fIendpoint\fR), POSIX-style
70 (\fIserver\fR\fB:\fR\fIdestination\fR) syntax.
71 .RE
73 .sp
74 .ne 2
75 .na
76 \fB\fIsource\fR\fR
77 .ad
78 .RS 15n
79 The name of the destination from which \fBlpmove\fR moves \fIall\fR print
80 requests. Specify \fIdestination\fR using atomic, URI-style
81 (\fIscheme\fR\fB://\fR\fIendpoint\fR), POSIX-style
82 (\fIserver\fR\fB:\fR\fIdestination\fR) syntax.
83 .RE
85 .sp
86 .LP
87 See \fBprinters.conf\fR(4) for information regarding the naming conventions for
88 atomic names and \fBstandards\fR(5) for information regarding POSIX.
89 .SH EXIT STATUS
90 .LP
91 The following exit values are returned:
92 .sp
93 .ne 2
94 .na
95 \fB\fB0\fR\fR
96 .ad
97 .RS 12n
98 Successful completion.
99 .RE
102 .ne 2
104 \fBnon-zero\fR
106 .RS 12n
107 An error occurred.
110 .SH FILES
111 .ne 2
113 \fB\fB/etc/printers.conf\fR\fR
115 .RS 24n
116 System printer configuration database
120 .ne 2
122 \fB\fB$HOME/.printers\fR\fR
124 .RS 24n
125 User-configurable printer database
129 .ne 2
131 \fB\fBou=printers\fR\fR
133 .RS 24n
134 LDAP version of \fB/etc/printers.conf\fR
138 .ne 2
140 \fB\fBprinters.conf.byname\fR\fR
142 .RS 24n
143 \fBNIS\fR version of \fB/etc/printers.conf\fR
146 .SH ATTRIBUTES
148 See \fBattributes\fR(5) for descriptions of the following attributes:
153 box;
154 c | c
155 l | l .
156 ATTRIBUTE TYPE  ATTRIBUTE VALUE
158 Interface Stability     Obsolete
161 .SH SEE ALSO
163 \fBlp\fR(1), \fBlpr\fR(1B), \fBlpstat\fR(1), \fBaccept\fR(1M),
164 \fBlpadmin\fR(1M), \fBlpsched\fR(1M), \fBprinters.conf\fR(4),
165 \fBattributes\fR(5), \fBstandards\fR(5)
168 \fISystem Administration Guide: Solaris Printing\fR
169 .SH NOTES
171 When IPP is in use, the user is prompted for a passphrase if the remote print
172 service is configured to require authentication.