Previous | Next | Contents | Index |
Shut down PMDF components.
pmdf shutdown [component]
Command Qualifiers Defaults None. None.
On UNIX, must have superuser privileges in order to use this utility.
component
Optional parameter which specifies a specific PMDF component to be shut down. On UNIX, the components that may be specified arejob_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
, orx400
, 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 arejob_controller
,dispatcher
, orcircuit_check
. Note that shutting down the PMDF Service Dispatcher, i.e., thedispatcher
component, shuts down all the service components it handles, which may includesmtp
,pop3
,imap
,http
, andpoppassd
, 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.
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, andpmdf 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.
# 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 |