Previous Next Contents Index Top

2.2 Loading the PVM Software

This section describes how to load the PVM software onto each PVM cluster member.

2.2.1 Deleting Existing PVM Software Subsets

Before loading a new version of the PVM software, any previous versions of the software must be deleted.

If you are upgrading from a previous version of PVM, Digital recommends you follow the upgrading procedure detailed in the release notes.

To delete PVM software, you must be superuser (username root ). Make sure there are no PVM applications currently running. The command for deleting PVM software is:

# cd /
# setld -d PVMBASEnnn PVMSUPPnnn

Replace nnn with the PVM version number (e.g. 180 for version 1.8).

For More Information:

2.2.1.1 PVM Installation Summary

This section contains a brief summary of the PVM software installation procedure. The procedure is explained in detail in Chapter 4.

To load the PVM software kit onto a host, follow these steps:

For More Information:

2.2.2 Running the Installation Verification Procedure


Note
The installation steps detailed in the preceding sections must successfully complete before attempting to execute the IVP for PVM.

After installing PVM, you can run the (IVP) independently to verify that the software is available on your system. You might also want to run the IVP after a system failure to be sure that users can access PVM. The PVM IVP verifies the installation as shown in Example 2-1.

Example 2-1 Sample PVM IVP Log

# setld -v PVMBASE190

Digital PVM V1.9 Base (Software Development) (PVMBASE190)

Copyright (c) Digital Equipment Corporation, 1995, 1999.  All Rights Reserved.
Starting the verification of
Digital PVM V1.9 Base (PVMBASE190)

Compiling a PVM test program ... Done.
Linking a test program with the Digital PVM library ...
Link succeeded.

*** The program however cannot be executed as root.
*** To test that the compiled PVM program runs successfully
*** (and prints an approximation of 'pi'),
*** you may, as a non-privileged user:
    % dpvm
    dpvm> quit

    %/tmp/mb_pi.dpvm -numprocs 4
    %dpvm
    dpvm> halt

*** It should print the value of 'pi' to a few dozen places.

PVMBASE190 IVP passed.

# exit

% dpvm
Digital V1.9.0
dpvm> quit

DPVM daemon still running.
> /tmp/mb_pi.dpvm -numprocs 4
3.1415926535897932384626433832795028
> dpvm
Digital V1.9.0
dpvm> halt
>


Previous Next Contents Index Top