PMDF System Manager's Guide
PMDF-REF-6.0


Previous | Contents

shutdown

Shut down PMDF components.

Syntax

pmdf shutdown [component]

Command Qualifiers Defaults
None. None.

restrictions

On UNIX, must have superuser privileges in order to use this utility.

PARAMETERS

component

Optional parameter which specifies a specific PMDF component to be shut down. On UNIX, the components that may be specified are job_controller, dispatcher, smtp, pop_server (the PMDF MessageStore POP server), pop3 (the system mailbox POP server), imap (the system mailbox IMAP server), imap_server (the PMDF MessageStore IMAP server), http, poppassd, circuit_check, or x400, or indeed any specific Dispatcher service by name (as defined in the Dispatcher configuration file) such as PMDF-XGS, or PMDF-LAN Lotus Notes, or PMDF-DIRSYNC Lotus Notes servers. On NT, the components that may be specified are job_controller, dispatcher, or circuit_check. Note that shutting down the PMDF Service Dispatcher, i.e., the dispatcher component, shuts down all the service components it handles, which may include smtp, pop3, imap, http, and poppassd, and any other Dispatcher services such as PMDF-XGS, PMDF-LAN Lotus Notes, and PMDF-DIRSYNC Lotus Notes servers. If no component name is given then all active components will be shutdown.

DESCRIPTION

The pmdf shutdown utility shuts down the PMDF Job Controller and the PMDF Service Dispatcher. Note that shutting down the PMDF Service Dispatcher shuts down all services (e.g., SMTP, POP3, POPPASSD, IMAP, HTTP, PMDF-XGS, PMDF-LAN Lotus Notes, and PMDF-DIRSYNC Lotus Notes servers) being handled by the Service Dispatcher.

Note that on NT, an alternate way of shutting down the Dispatcher and Job Controller is to go to the Services icon under the Control Panel, and then stop them.


EXAMPLES

# pmdf shutdown

The above UNIX command shuts down the PMDF jobs.

C:\> pmdf shutdown

The above NT command shuts down the PMDF jobs.


Previous | Next | Contents