USE of HP-UX default spooler for Network printing.


 
Thread Tools Search this Thread
Operating Systems HP-UX USE of HP-UX default spooler for Network printing.
# 1  
Old 08-01-2005
USE of HP-UX default spooler for Network printing.

Hi All,

Can anyone inform me; is it possible to use HP-UX (11i) spooler to print in network printer?

And is there any limitation on print spooler queue size??

Suppose due to some reason, the printer get halted and you have print jobs in spooler queue, then after printer resume printing once again, will it take the print jobs automatically from the spooler or we need to put the print jobs once again in the spooler.

Also can anyone tell me what is the default spooler type/name for HP-UX 11i server (for example, whether it is BSD spooling system or SVR4 spooling system)

Any answer to all my above questions will be appreciated.




Thank you.

Regards,
Sundeep.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Hp Network Printing

I am installing a HP printer using ./hpnpcfg and I am getting the following: Please enter selection: 5 Enter the network peripheral name or IP address: hpndlife The following types of test files can be sent to the printer: 1) text file ... (0 Replies)
Discussion started by: likando
0 Replies
Login or Register to Ask a Question
LP(1)							    BSD General Commands Manual 						     LP(1)

NAME
lp -- front-end to the print spooler SYNOPSIS
lp [-cs] [-o option] [-d printer] [-n num] [file ...] DESCRIPTION
lp is a front-end to the print spooler as required by the IEEE Std 1003.2 (``POSIX.2'') specification. It effectively invokes lpr(1) with the proper set of arguments. It generally prints the named files on the destination printer. The following options are available: -c Make the lp command exit only after further access to any of the input files is no longer required. The application can then safely delete or modify the files without affecting the output operation. -d dest Specify a particular printer. If no -d is provided on the command line, the contents of the environment variables LPDEST or PRINTER (with this precedence) are taken as the destination printer. -n num Specify that num copies of each of the named files shall be printed. -s Silent operation. -o Printer specific options. Not supported, provided only as a compatibility option for SVR4. ENVIRONMENT
As described above, the variables LPDEST and PRINTER are examined to select the destination printer. SEE ALSO
lpr(1) STANDARDS
The lp command is expected to comply with the IEEE Std 1003.2 (``POSIX.2'') specification. AUTHORS
This implementation of the lp command has been written by Jorg Wunsch. BUGS
The IEEE Std 1003.2 (``POSIX.2'') specification does not provide any means to print non-text files. It rather requires the files to be printed to be text files limited to reasonable line lengths and printable characters. BSD
January 22, 1995 BSD