[Beowulf] Re: probs with mpdboot for 4 nodes
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Fabrice Pardo fabrice.pardo at lpn.cnrs.frTue Dec 14 07:02:30 PST 2004
- Previous message: [Beowulf] Opteron with PCI Express
- Next message: [Beowulf] Re: Beowulf Digest, Vol 10, Issue 16
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Your problem comes from the fact that "beomaster" initiate only 2 ssh
connections,
the lchild one and the rchild one, to beoslave and beoslave1 nodes.
The subsequent connections are initiated in the same left-right childs
schema
from one of these slaves.
Then you need to be able to do a ssh from beoslave to beoslave2
or from beoslave1 to beoslave2 without password.
A way is to suppress your passphrase.
beomaster$ ssh-keygen -p
(empty for no passphrase)
Warning, your secret key .ssh/id_Xsa is now unencrypted.
Now, try
beomaster$ ssh beoslave
beslave$ ssh beolslave2
beomaster$ ssh beoslave1
beslave1$ ssh beolslave2
This is not documented in mpich2-1.0/README, but the --debug
listing is a little bit more explicit (the name of the ssh initiator is
written)
Regards.
--
Fabrice
- Previous message: [Beowulf] Opteron with PCI Express
- Next message: [Beowulf] Re: Beowulf Digest, Vol 10, Issue 16
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
