Restart PMDF components.
pmdf restart [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 restarted. On UNIX, the components which may be restarted with this utility arejob_controller,dispatcher,smtp,pop3,imap,http,poppassd, orx400, or the names of PMDF-XGS, or PMDF-LAN Lotus Notes, or PMDF-DIRSYNC Lotus Notes servers. On NT, the components which may be restarted with this utility arejob_controllerordispatcher. Note that restarting the PMDF Service Dispatcher, i.e., thedispatchercomponent, effectively restarts all the service components it handles, which may includesmtp,pop3(the system mailbox POP server),pop_server(the PMDF MessageStore POP server),imap(the system mailbox IMAP server),imap_server(the PMDF MessageStore IMAP server),http, andpoppassd, and PMDF-XGS channel servers, PMDF-LAN Lotus Notes channel servers, and PMDF-DIRSYNC Lotus Notes directory agent servers. If no component name is given, then all active components will be restarted.
Detached PMDF processes should be restarted whenever the PMDF configuration is altered---these processes load information from the configuration once only and need to be restarted in order for configuration changes to become visible to them. In addition to general PMDF configuration files such as the
pmdf.cnffile, note that components such as the Service Dispatcher have their own specific configuration files, e.g.,dispatcher.cnf, and should be restarted after changes to any of these files.If no component name is specified, then the
pmdf restartutility stops any old PMDF Job Controller or PMDF Service Dispatcher jobs that might be running, and restarts the PMDF Job Controller and PMDF Service Dispatcher. If a component parameter is specified, then only detached processes associated with that component will be restarted.On UNIX, the standard component names are:
In addition, PMDF-XGS, PMDF-LAN Lotus Notes, and PMDF-DIRSYNC Lotus Notes servers may be restarted with this utility by specifying the name of the particular service (as defined in the Dispatcher configuration file).
Component Description circuit_checkDetached process that monitors loopback message delivery. dispatcherPMDF multithreaded Service Dispatcher handling services such as SMTP, POP, IMAP, and HTTP servers. httpHTTP server processes. imapThis restarts IMAP server processes serving out PMDF MessageStore mailboxes, and restarts IMAP server processes serving out system mailboxes. imap_serverIMAP server processes serving out PMDF MessageStores mailboxes. job_controllerPMDF Job Controller. pop_serverPMDF MessageStore POP server processes (serving out PMDF MessageStore mailboxes and PMDF popstore mailboxes). pop3This restarts PMDF MessageStore POP server processes (serving out PMDF MessageStore mailboxes and PMDF popstore mailboxes), and also restarts POP server processes serving out system mailboxes. poppassdPOPPASSD server processes. smtpSMTP server processes. x400PMDF-X400 TSAPD listener process. On NT, the components that may be restarted with this utility are:
Component Description circuit_checkDetached process that monitors loopback message delivery. dispatcherPMDF multithreaded Service Dispatcher handling services such as SMTP, POP, IMAP, and HTTP servers. job_controllerPMDF Job Controller.
# pmdf restart
The above UNIX command restarts the PMDF jobs.
C:\> pmdf restart
The above NT command restarts the PMDF jobs.