While diagnosing a PMDF delivery problem it may be useful to run a PMDF delivery job by hand, particularly after enabling debugging output for one or more channels. The command
# pmdf submit channel-namewill notify the PMDF Job Controller to run the channel. If debugging is enabled for the channel in question,
pmdf submit
will
create a log file in /pmdf/log
as described in
Table 35-1 .
# pmdf run channel-namewill perform outbound delivery for the channel
channel-name
under the currently active process,
with output directed to your terminal. This may be more convenient than
submitting a job, particularly if you suspect problems with job
submission itself.