Newsgroups: comp.parallel.pvm
From: ds@ulrik.uio.no (Demosthenes Skipitaris)
Subject: Re: Problem adding a host
Organization: University of Oslo, Norway
Date: 22 Aug 1995 07:37:48 GMT
Message-ID: <41c1gc$ek@hermod.uio.no>

> We have three mashines: pukrs3, pukrs8 & pukrs9.
> pukrs3: RS/6000 Model 520 running AIX 3.x
> pukrs8 & pukrs9: RS/6000 Model 40P running AIX 4.1.1
>
> We can get pukrs3 & pukrs9 to act as a master & slave.
> The problem is that we only can get pukrs8 to act as a slave and
> we like get it work as a master too.

The problem is that rsh has moved from /usr/ucb to /usr/bin under AIX 4.
And /usr/ucb/rsh is a hardcoded path in PVM.  Just make a symbolic link
from /usr/bin/rsh to /usr/ucb/rsh, and PVM will work.

--
Demosthenes Skipitaris
University of Oslo
P.O.Box 1059, Blindern, Oslo, Norway
Phone: +47 22 85 27 71, Fax: +47 22 85 27 30

