HP Distributed Print Service Administration Guide
208 Chapter7
Using Notification
Creating a Notification Profile Attributes File
Queue1:notification-profile=
{event-identifiers=object-deleted object-cleaned
delivery-method=message delivery-address="lisah" locale=C}
{event-identifiers=queue-backlogged class-queue-status
close-to-discard-time delivery-method=electronic-mail
delivery-address="kathyw@sys1.com" locale=C}
Setting Notification Profile Values Using an
Attributes File
Use the -c and -X flags with the pdset command to modify the
notification profile for a specific HPDPS object using values contained in
an attributes file. You must specify the class of the object (unless it is a
printer) and the object name.
For example, to modify the notification profile for the queue Queue1 and
to use the values specified in the attributes file Queue1.notif, enter:
pdset -c queue -X Queue1.notif Queue1
Resetting a Notification Profile to the Original
Default Values
Use the -c flag and -x notification-profile== to return the
notification profile for a specific HPDPS object to the values it contained
when the object was created. After you have modified a notification
profile, you might find that you no longer need the modifications you
made. But remember, if you did not create the object, the
delivery-address value is reset to the address of the person that did
create the object.
Assume that you created and are responsible for some spoolers and
queues. You have returned from vacation but before you left you changed
the notification profiles so another person received the messages. You
now want to reset the profiles so you will receive the messages.
To reset the notification-profile values for the queue Queue1
contained in spooler Spool1 to the default values, enter the command:
pdset -c queue -x "notification-profile==" Queue1
You will have to do the same with the other notification profiles you
changed.