HP Distributed Print Service Administration Guide
206 Chapter7
Using Notification
Creating a Notification Profile
Using Just the delivery-address Component
If you just use the component delivery-address, you can add or remove
values that have a delivery-method of e-mail for a specific HPDPS
object. You can also use it to replace an existing value with one that
contains the default values for the components of the specified object.
The person you specify will receive notification messages for the default
class of events for the object; you do not have to include any of the other
components unless you want items other than the default values. For
example:
• To add the user kathyw@sys1.com, to the notification profile for the
queue Queue1, enter the command:
pdset -c queue -x "notification-profile+= \
{delivery-address=kathyw@sys1.com}" Queue1
This adds a value to the notification profile for user kathyw with the
other component values set to the defaults values for a queue. If a
value already exists for this user with a delivery-method of e-mail,
this will replace the existing value.
• To delete the user kathyw@sys1.com from the notification profile for
the queue Queue1, enter:
pdset -c queue -x "notification-profile-= \
{delivery-address=kathyw@sys1.com}" Queue1
This will delete the notification profile value for user kathyw with a
delivery-method of e-mail. If there was another value for the same
user but with a delivery-method of message, that value would not
be deleted.