PMDF System Manager's Guide


Previous Next Contents Index


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-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-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-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.

On UNIX, pmdf shutdown force can be used to shut down all PMDF processes forcefully, and pmdf shutdown wait can be used to wait until all PMDF processes have terminated on their own. Both of these commands must be used with caution because normally server processes like IMAP will stay up as long as there are active connections.


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 Index