1lpmove(1M) System Administration Commands lpmove(1M)
2
3
4
6 lpmove - move print requests
7
9 lpmove [request-ID] destination
10
11
12 lpmove source destination
13
14
16 The lpmove command moves print requests queued by lp(1) or lpr(1B)
17 between destinations.
18
19
20 The first form of lpmove moves specific print requests (request-ID) to
21 a specific destination.
22
23
24 The second form of the lpmove command moves all print requests from one
25 destination (destination1) to another (destination2). This form of
26 lpmove also rejects new print requests for destination1.
27
28
29 lpmove moves individual requests or entire queues only within an
30 instance of a print service, not between a local and a remote queues or
31 local queues on different instances of a print service. Requests can
32 only be moved if the print service or protocol supports it. The LP
33 print server and IPP print protocol both support moving requests
34 between queues. The BSD print protocol does not.
35
36
37 When moving requests, lpmove does not check the acceptance status of
38 the destination to which the print requests are being moved (see
39 accept(1M)). lpmove does not move requests that have options (for exam‐
40 ple, content type or requiring a special form) that cannot be handled
41 by the new destination.
42
44 The following operands are supported:
45
46 request-ID The specific print request to be moved. Specify request-
47 ID as the identifier associated with a print request as
48 reported by lpstat. See lpstat(1).
49
50
51 destination The name of the printer or class of printers (see lpad‐
52 min(1M)) to which lpmove moves a specified print
53 request. Specify destination using atomic, URI-style
54 (scheme://endpoint), POSIX-style (server:destination)
55 syntax.
56
57
58 source The name of the destination from which lpmove moves all
59 print requests. Specify destination using atomic, URI-
60 style (scheme://endpoint), POSIX-style (server:destina‐
61 tion) syntax.
62
63
64
65 See printers.conf(4) for information regarding the naming conventions
66 for atomic names and standards(5) for information regarding POSIX.
67
69 The following exit values are returned:
70
71 0 Successful completion.
72
73
74 non-zero An error occurred.
75
76
78 /etc/printers.conf System printer configuration database
79
80
81 $HOME/.printers User-configurable printer database
82
83
84 ou=printers LDAP version of /etc/printers.conf
85
86
87 printers.conf.byname NIS version of /etc/printers.conf
88
89
90 printers.org_dir NIS+ version of /etc/printers.conf
91
92
94 See attributes(5) for descriptions of the following attributes:
95
96
97
98
99 ┌─────────────────────────────┬─────────────────────────────┐
100 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
101 ├─────────────────────────────┼─────────────────────────────┤
102 │Availability │SUNWlp-cmds │
103 ├─────────────────────────────┼─────────────────────────────┤
104 │Interface Stability │Obsolete │
105 └─────────────────────────────┴─────────────────────────────┘
106
108 lp(1), lpr(1B), lpstat(1), accept(1M), lpadmin(1M), lpsched(1M), print‐
109 ers.conf(4), attributes(5), standards(5)
110
111
112 System Administration Guide: Solaris Printing
113
115 When IPP is in use, the user is prompted for a passphsrase if the
116 remote print service is configured to require authentication.
117
118
119
120SunOS 5.11 6 Jun 2006 lpmove(1M)