Previous | Contents | Index |
The following is a list of tasks which must be completed following an upgrade installation of PMDF, PMDF-MTA, PMDF-MSGSTORE, PMDF-POPSTORE, and PMDF-TLS.
post_install.com
: If you are installing PMDF on multiple systems in a cluster with systems on different system disks (for example a mixed-architecture cluster), you should execute the pmdf_com:post_install.com
procedure on one system for each distinct system disk, other than the
one on which you installed PMDF.
dcltables.exe
: For any other systems in the cluster, other than those that you did the installation on or you ran post_install.com
on, the image sys$library:dcltables.exe
must be reinstalled manually using the command:
$ INSTALL REPLACE SYS$LIBRARY:DCLTABLES.EXE |
pmdf_startup.com
: The installation procedure replaces the old version of the file pmdf_startup.com
in the SYS$STARTUP directory with a new version. (This is the procedure normally executed during system startup to define PMDF logicals and install PMDF images.) If PMDF is running in a cluster, you should execute pmdf_startup.com
on any other cluster members sharing this PMDF configuration to ensure
that all such systems have current logical name definitions.
pmdf_startup.com
itself, which will be replaced when you upgrade PMDF, you can create a
PMDF_COM:pmdf_site_startup.com
procedure and put your site specific PMDF definitions in that file. When pmdf_startup.com
executes, it checks for the existence of such a site-supplied pmdf_site_startup.com
procedure and executes it, if it exists. pmdf cnbuild
: If you use a compiled PMDF configuration, you must recompile and
reinstall your PMDF configuration; e.g.:
$ PMDF CNBUILD $ INSTALL REPLACE PMDF_CONFIG_DATA |
$ PMDF CACHE/REBUILD |
pmdf_submit_jobs.com
:
The pmdf_submit_jobs.com
command file created during the installation is used to resubmit PMDF
service jobs after a system queue failure or initialization, or after
the jobs have been deleted, as during the pre-installation steps. You
must resubmit the PMDF periodic jobs now by issuing the command
$ @SYS$STARTUP:PMDF_SUBMIT_JOBS.COM |
pmdf_startup.com
installs a number of images using the OpenVMS INSTALL utility. These images are listed in the file pmdfimage.dat
in the PMDF_COM:
directory. The pmdfimage.dat
file is reserved for PMDF use and should not be modified.
Site-specific images can be installed by using the file siteimage.dat
in the PMDF_COM:
directory. pmdf_startup.com
checks to see if this file exists and installs the images listed in it if it does exist. The siteimage.dat
file has the same format as pmdfimage.dat
. This format is simple---a file name is specified followed by the appropriate qualifiers for OpenVMS INSTALL. The file name must be separated from the qualifiers by at least one space or tab character. The siteimage.dat
file is not provided by the installation process; it must be created manually. If you have installed a new version of PMDF in a different location you should copy over any old siteimage.dat
file you have previously built. Once you have built or copied over this file you can either re-run pmdf_startup.com
to install the additional images it specifies or use this command:
$ PMDF INSTALL CREATE |
pmdfimage.dat
are reinstalled. This will not hurt anything. pasrtl.exe
(VAX) or pas$rtl.exe
(Alpha), if your system is running OpenVMS 6.1 or later and is using an
older version of the RTL. This new version of the Pascal RTL will be
included in the next releases of OpenVMS and HP Pascal for OpenVMS.
If you are running a shared PMDF configuration on a cluster, then note that the PMDF installation will only update the Pascal RTL on the node on which you perform the installation; you must separately update the Pascal RTL on any other system disks. (Sites running PMDF on a mixed architecture cluster or on a cluster with multiple system disks should note that post_install.com
does not update the Pascal RTL; you must still update the
Pascal RTL separately.) See Appendix A for details.
$ PMDF POPSTORE UPGRADE |
mailserv_help.sample
and mailserv_index.sample
, respectively, in the PMDF_TABLE:
directory. These files should be compared against their site-specific equivalents help.txt
and index.txt
, both located in the PMDF_MAILSERV_FILES_DIR:[000000]
directory, and the site-specific files updated appropriately.
$ PMDF STARTUP DISPATCHER |
$ @SYS$STARTUP:PMDF_INIT_QUEUES.COM $ @SYS$STARTUP:PMDF_START_QUEUES.COM |
Previous | Next | Contents | Index |