I'm attempting to build a beowulf cluster. After reading various docs and
HOWTOs, I've decided that it would be best if the client nodes did a remote
boot off of the server node. I downloaded <a href="ltsp.org">LTSP</a> and
it works fine (ie the clients boot fine). The parallel libraries I am
using (MPI and <a href="lindaspaces.com">LINDA</a>) require rsh access to
the clients without a password. I can RSH to the clients using a password
at the present, but I can't quite do it without a pw. I tried to RTFM on
hosts.equiv, but however I did it, it wasn't right. Here's how the system
looks:
Server
------
hostname: fw
IP: 192.168.0.254
Clients
-------
hostname: node1 hostname: node2 hostname: node3 hostname: node4
IP: 192.168.0.1 IP: 192.168.0.2 IP: 192.168.0.3 IP: 192.168.0.4
/etc/hosts.equiv looks like this:
node1 *
node2 *
node3 *
node4 *
Any ideas?