<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.6944.0">
<TITLE>Problems with MPI(boot)</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>What's rhs?<BR>
(on master)<BR>
-bash-3.00# mpd -h slave -p 34706<BR>
^[[A<BR>
master_32934: conn error in connect_rhs: Connection refused<BR>
master_32934 (connect_rhs 602): failed to connect to rhs at 127.0.0.1 34706<BR>
master_32934 (enter_ring 513): rhs connect failed<BR>
master_32934 (run 215): failed to enter ring<BR>
<BR>
<BR>
(on slave)<BR>
bash-3.00# slave_34706 (handle_rhs_input 899): lost rhs; re-entering ring<BR>
slave_34706 (handle_rhs_input 899): lost rhs; re-entering ring<BR>
<BR>
-----<BR>
<BR>
Following the install.pdf I am able to do the mpdcheck -s, and mpdcheck -c host port. However I can't seem to get mpdboot to work, or mpdcheck -f mpd.hosts -ssh. It says connection refused. Even though both rsh and ssh work fine passwordless:<BR>
<BR>
bash-3.00# mpdcheck -f ~/mpd.hosts -ssh<BR>
*** the fq hostname seems to be localhost<BR>
*** first ipaddr for this host (via slave) is: 127.0.0.1<BR>
** timed out waiting for client on master to produce output<BR>
client on master failed to access the server<BR>
here is the output:<BR>
Traceback (most recent call last):<BR>
  File "/usr/local/bin/mpdcheck.py", line 102, in ?<BR>
    sock.connect((argv[argidx+1],int(argv[argidx+2])))  # note double parens<BR>
  File "<string>", line 1, in connect<BR>
socket.error: (111, 'Connection refused')<BR>
</FONT>
</P>

</BODY>
</HTML>