When using PMDF in a Trucluster environment and sharing the PMDF
installation among the nodes using a shared disk service, install PMDF
normally on the master node, as described above. The PMDF installation
will create a script by the name of
/pmdf/bin/clu_pmdf_postinstall which you should then run
on any Trucluster slave nodes to perform PMDF setup on those slave
nodes. This script will perform the following tasks:
pmdf_tailor, to the
/etc directory. If you have your own site-supplied
/etc/pmdf_tailor_site file, copy that also.
/sbin/init.d
directory.
/sbin/rc0.d,
/sbin/rc2.d, and /sbin/rc3.d, directories to
PMDF's startup script. (That is, perform the tasks performed on the
master node by the /pmdf/bin/symlink install command.)
pmdf command in the
/usr/bin directory.
/usr/sbin/sendmail.org file.
Example 1-1
Sampleclu_pmdf_postinstalldialogue
# /pmdf/bin/clu_pmdf_postinstall Under which directory is pmdf installed (e.g. /usr/pmdf) ? /usr/pmdf60 PMDF is installed under '/usr/pmdf60'; correct (y/n) ? y Do you want to copy the pmdf_tailor file to the /etc directory (y/n) ? y Copying pmdf_tailor file to the /etc/directory ... Do you want to copy the pmdf startup script to the /sbin/init.d directory (y/n) ? y Copying pmdf startup script to the /sbin/init.d directory ... Do you want to create the link for the rc0.d, rc2.d and rc3.d directory (y/n) ? y Creating symbolic links in the rc0.d, rc2.d and rc3.d directory ... Do you want to create a symbolic link for the pmdf command (y/n) ? y Creating symbolic link for the pmdf command ... Do you want to create a symbolic link for the sendmail replacement and save the original sendmail as sendmail.org (y/n) ? y Saving /usr/sbin/sendmail as /usr/sbin/sendmail.org Creating symbolic link for the sendmail replacement ... #
If you wish to remove PMDF from a Trucluster slave node, then the
script /pmdf/bin/clu_pmdf_cleanup may be used to remove
the PMDF files and symbolic links created by the
/pmdf/bin/clu_pmdf_postinstall script.