Previous | Contents | Index |
The pmdf cnbuild
utility on OpenVMS is used to compile a
PMDF configuration (configuration file, alias file, PMDF option file,
mapping file, conversion file, security configuration file, and system
wide filter file). After you are satisfied with your configuration
file, alias file, option file, mapping file, conversion file, security
configuration file, and system wide filter file, issue the OpenVMS
command
$ PMDF CNBUILD |
When CNBUILD is run, a shareable image is created that is suitable for
use on the architecture that you ran cnbuild
on (VAX,
Alpha, or I64). To generate shareable images for the other
architectures, you must run cnbuild
on systems of each of
those other architectures.
Once the image has been produced it must be installed for proper operation:
$ INSTALL CREATE PMDF_CONFIG_DATA/OPEN/SHARED/HEADER |
$ INSTALL REPLACE PMDF_CONFIG_DATA |
PMDF_EXE:
, since the files are fairly large.
At system startup, the PMDF startup procedure will install the PMDF_CONFIG_DATA image if one exists. There is no need to add the INSTALL command shown above to your system startup procedure.
Refer to Chapter 29 for complete details on the use of the CNBUILD utility.
As always when there is a change to the PMDF configuration, e.g., a new compiled configuration, any resident PMDF processes such as the multithreaded SMTP server, POP3 server, IMAP server, BN_SLAVE, or FAX_RECEIVE should be restarted with the PMDF RESTART command. |
Previous | Next | Contents | Index |