Link to home
Start Free TrialLog in
Avatar of holmesrk
holmesrkFlag for United States of America

asked on

How do I remove the blank page which prints at the start of each print job?

I have a remote print queue (pool of 3 HPLJ 8150's) on an AIX 5.3 system which is printing an extra blank page at the start of each print job. I have another queue which is not pooled (single printer), and that printer also happens to be the primary printer in this other queue which is pooled. The queue 'shipps' does not print the blank page, but the queue 'wareprint' does.

The relevant lines from my qconfig file are below. Would anyone have an idea why the pooled queue prints the blank page, when the queue of 1 printer(which is the first printer in the other pooled queue) does not print an extra blank page at the start of each job?

This is a work related issue so I am assigning high points to the solution.

Thanks!
++++qconfig lines for queue with multiple printers (pool)++++
wareprint:
	device = hp@ware_pik,hp@ware_pik2,hp@ware_pik3
hp@ware_pik:
	file = /var/spool/lpd/pio/@local/dev/hp@ware_pik#hpJetDirect#9100
	header = never
	trailer = never
	access = both
	backend = /usr/lib/lpd/pio/etc/piojetd ware_pik 9100
hp@ware_pik2:
	file = /var/spool/lpd/pio/@local/dev/hp@ware_pik2#hpJetDirect#9100
	header = never
	trailer = never
	access = both
	backend = /usr/lib/lpd/pio/etc/piojetd ware_pik2 9100
hp@ware_pik3:
	file = /var/spool/lpd/pio/@local/dev/hp@ware_pik3#hpJetDirect#9100
	header = never
	trailer = never
	access = both
	backend = /usr/lib/lpd/pio/etc/piojetd ware_pik3 9100
++++qconfig lines for queue with single printer++++
shipps:
	device = hp@hplj8150
hp@hplj8150:
	file = /var/spool/lpd/pio/@local/dev/hp@hplj8150#hpJetDirect#9100
	header = never
	trailer = never
	access = both
	backend = /usr/lib/lpd/pio/etc/piojetd hplj8150 9100

Open in new window

Avatar of omarfarid
omarfarid
Flag of United Arab Emirates image

Hi,

How print jobs are sent to print queues? You may see how to suppress banner page, etc.
Avatar of dfke
dfke

Does it still print a blank page if you disable the shipps queue, send the job to it and then move job from the shipps queue to the wareprint queue?

Move with:

/usr/bin/enq -Q 'wareprint' -P 'shipps'
ASKER CERTIFIED SOLUTION
Avatar of holmesrk
holmesrk
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Closed, 500 points refunded.
Vee_Mod
Community Support Moderator