/sys$common/syshlp/HELPLIB.HLB  —  PMDF  STARTUP
    Start up detached PMDF processes.

    Syntax

      PMDF STARTUP  component

    Command Qualifiers    Defaults

    None.                 None.

1  –  Restrictions

    SYSLCK privilege is required to start up detached PMDF processes.

2  –  Prompts

    Comcomponent

3  –  Parameters

 component

    Required parameter which specifies a specific PMDF component to
    be started: DISPATCHER (which effectively starts all components
    handled by the PMDF Service Dispatcher), CIRCUIT_CHECK, COUNTERS,
    FAX_RECEIVE.

4  –  Description

    The STARTUP utility is used to start up detached PMDF processes
    such as the PMDF Service Dispatcher, or specific service
    processes such as FAX_RECEIVE. The standard component names are

    Component  Description

    CIRCUIT_   Detached process which monitors loopback message
    CHECK      timings.
    COUNTERS   Detached processes which synchronize the channel
               counters.
    DISPATCHER Multithreaded Service Dispatcher.
    FAX_       Detached processes which process incoming FAXes.
    RECEIVE

    Note the services handled by the PMDF multithreaded Service
    Dispatcher must be started by starting the PMDF Service
    Dispatcher; only services not being handled by the PMDF Service
    Dispatcher can be individually started via the PMDF STARTUP
    utility. The Service Dispatcher may be configured to handle
    various services, e.g., and the multithreaded HTTP, IMAP (the
    system mailbox IMAP server), IMAP_SERVER (the PMDF MessageStore
    mailbox server), POP_SERVER (the PMDF MessageStore mailbox
    server), POP3 (the system mailbox POP server), POPPASSD, and
    SMTP servers. See the PMDF System Manager's Guide for details.

5  –  Examples

      The following command starts the PMDF Service Dispatcher:

        $ PMDF STARTUP DISPATCHER
Close Help