PMDF Installation Guide
Tru64 UNIX Edition
PMDF-INST-DUX-60


Previous | Contents

1.7 Post-installation tasks for a Trucluster slave node

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:

A sample dialogue with this script would appear as shown in Example 1-1 .

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.


Previous | Next | Contents