Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rlpdaemon(1m) [hpux man page]

rlpdaemon(1M)															     rlpdaemon(1M)

NAME
rlpdaemon - daemon for queuing, displaying, removing and altering remote spool requests and writing remote messages SYNOPSIS
logfile] DESCRIPTION
is a LP daemon (spool area handler) for remote spool requests. is normally invoked at boot time from the file or started by inetd(1M), when necessary. runs on a system that receives requests to be printed. transfers files to the spooling area, displays the queue, removes jobs from the queue, or alters jobs in the queue. is also used as a server process to write a message on the user's terminal, upon receiving a request from a remote system. Options Prevent from remaining after a request is processed. This is required if is started from inetd(1M). When is invoked with this option, error messages and valid requests received from the network are logged to either or logfile specified with option. Cause to log error messages and valid requests received from the network to the file This can be useful for debugging. Change the file used for writing error messages and valid requests received from the network to the file to logfile. When is started by inetd(1M), access control is provided via the file to allow or prevent a host from making requests. When is not started by inetd(1M), all requests must come from one of the machines listed in the file or When is used for access, the user name should be The following entry should exist in for remote spooling: printer 515/tcp spooler Control File Processing The subsystem expects that the control file associated with each request contain the datafile line entry (starting with a lower case let- ter) indicating the file to be printed, and an associated unlink datafile entry (U entry). The actual filename (N entry) for this datafile line entry can be above or below the datafile line entry. If multiple copies of a file has to be printed, for example copies, then the datafile line entry should be repeated times in succession. may reorder or insert the U entries in the control file such that the datafile line entry and the U entry will be in succession for each file to be printed. EXAMPLES
To start from invoke the command: To start from the following line should be included in the file WARNINGS
If the remote system is the same as the local system and was not started by inetd(1M), the local system name be included in file AUTHOR
was developed by the University of California, Berkeley and HP. FILES
SEE ALSO
enable(1), lp(1), lpstat(1), accept(1M), inetd(1M), lpadmin(1M), lpsched(1M), rcancel(1M), rlp(1M), rlpdaemon(1M), rlpstat(1M). hosts.equiv(4), inetd.conf(4), inetd.sec(4), services(4). manuals rlpdaemon(1M)

Check Out this Related Man Page

lpsched(1M)															       lpsched(1M)

NAME
lpsched, lpshut, lpmove, lpfence - start the LP request scheduler; stop the LP request scheduler; move requests between LP destinations; define the minimum priority for printing SYNOPSIS
requests dest dest1 dest2 printer fence DESCRIPTION
Schedules requests taken by for printing on printers. is typically invoked in This creates a process which runs in the background until is executed. The activity of the process is recorded in recognizes the following options: Write a verbose record of the process on Write logging data on Shuts down the printer scheduler. All printers that are printing at the time is invoked stop printing. Requests that were printing at the time the scheduler was shut down are reprinted in their entirety after is started again. All LP commands perform their functions even when is not running. Moves requests that were queued by between LP destinations. The first form of the command moves the named requests to the LP destination, dest. requests are request IDs as returned by The requests that are currently printing will not be moved. The second form of the command moves all requests for destination dest1, including requests that are currently printing, to destination dest2. As a side effect, dest1 rejects all subsequent requests. Note that never checks the acceptance status (see accept(1M)) for the new destination when moving requests. Defines the minimum required priority for the spooled file to be printed. fence must be in between 0 (lowest fence) and 7 (highest fence). Each printer has its own fence, which is initialized to 0 when it is configured by the command. EXTERNAL INFLUENCES
Environment Variables determines the format and contents of date and time strings. determines the language in which messages are displayed. If is not specified in the environment or is set to the empty string, the value of is used as a default for each unspecified or empty vari- able. If is not specified or is set to the empty string, a default of "C" (see lang(5)) is used instead of If any internationalization variable contains an invalid setting, the commands behave as if all internationalization variables are set to "C". See environ(5). EXAMPLES
Move requests and from destination queues and to the destination queue if the requests are not currently printing. Move all requests from the destination queue laserjet1 to the destination queue laserjet2. This will also cause laserjet1 to reject all subsequent print requests to it. All currently printing requests from laserjet1 will be reprinted on laserjet2. Suppose is a member of classes and Running this command will cause only print requests of priority 5 and above from queues and to be printed on printer Print requests of priority 4 and below will not be picked by the scheduler for printing on WARNINGS
and perform their operation on the local system only. FILES
SEE ALSO
cancel(1), enable(1), lp(1), lpstat(1), accept(1M), lpadmin(1M), lpana(1M), rcancel(1M), rlp(1M), rlpdaemon(1M), rlpstat(1M). lpsched(1M)
Man Page