HP Distributed Print Service Administration Guide

292 Chapter9
Managing Spoolers, Queues, and Logical Printers
Deleting Objects Contained in Spoolers
For example, to query for enabled logical printers associated with
initial-value-job IVJ1 contained in spooler Spool1, enter:
pdls -c initial-value-job -r logical-printers-ready \
Spool1:IVJ1
HPDPS displays information similar to the following:
IVJ1: logical-printers-ready = LogPrt5
2. Disable the logical printer associated with the initial value object.
To disable logical printer LogPrt5, enter:
pddisable LogPrt5
3. Delete the initial-value-job.
To delete the initial-value-job object IVJ1 contained in spooler
Spool1, enter:
pddelete -c initial-value-job Spool1:IVJ1
4. Modify the logical printer so that it no longer references the initial
value object:
pdset -x "printer-initial-value-job==" LogPrt5
This command sets the value for the attribute back to its default
value, which is no value. You could also specify the name of another
initial value object:
pdset -x "printer-initial-value-job=IVJob1A" LogPrt5
5. Enable the logical printer. For example:
pdenable LogPrt5