HP Distributed Print Service Administration Guide

118 Chapter6
Configuring Spoolers, Queues, and Logical Printers
Creating and Configuring Initial-Value-Job and Initial-Value-Document
Objects
Creating an Initial Value Object
Use the following commands to create an initial value object:
To create an initial-value-document object named LP3ivd that is
contained in spooler Spool1, enter:
pdcreate -c initial-value-document -x "copy-count=1 \
sides=1 descriptor='IVD for LogPrt3'" Spool1:LP3ivd
To create an initial-value-job object named Smith_ivj2 that is
contained in spooler Spool1, enter:
pdcreate -c initial-value-job \
-x "printer-locations-requested='1st Floor/South' \
job-retention-period=2:00 \
results-profile=:'Hold for Jack Smith'::1" \
Spool1:Smith_ivj2
Associating an Initial Value Object with a Logical
Printer
Use the followingcommands to associate initial valueobjects with logical
printers:
To associate the initial-value-document object LP3ivd with the logical
printer LogPrt3, enter:
pdset -x "printer-initial-value-document=LP3ivd" LogPrt3
To associate the initial-value-job object Smith_ivj2 with the logical
printer LogPrt3, enter:
pdset -x "printer-initial-value-job=Smith_ivj2" LogPrt3