[SCore-users-jp] ご返答ありがとうございます。またまた質問があります。

s043514 @ yahoo.co.jp s043514 @ yahoo.co.jp
2007年 11月 19日 (月) 18:14:23 JST


> 研究の参考資料として「Linuxで並列処理をしよう-SCore Version 6 で作るス
ー
> パーコンピュータ-」の第2版を使用して実験を進めています。
> インストールを行う経過にあたり、所々疑問点や不明な点が出てきたので、ご
質
> 問させていただきたくメールを出させていただきました。
>
> まず、資料にEIT、RPM、ソース、この3つのインストール方法が書いてあった
の
> で、私たちはEITでのインストールの仕方でインストールを進めていったのです
> が、PMネットワークの設定の所で、PM/Ethernetは各ホストのMACアドレスをネ
ッ
> トワーク情報ファイルに書く必要がありますが、このファイルを作成するため
に
> 以下のコマンドを実行しました。
> ・・・実行したコマンド・・・
>       ↓
> # cd /opt/score/etc
> # mkpmethernetconf -group pcc -speed 1000 > pm-ethernet.conf
>
> ・・・実行結果・・・
>> SCBD:Retrying to connect scoreboard server (server.pccluster.org :9950)
> SCBD:Still retrying・・・
> SCBD:Still retrying・・・
> SCBD:Still retrying・・・
> SCBD:Still retrying・・・
> SCBD:Still retrying・・・
> SCBD:Unable to connect server (server.pccluster.org:9950.errno=111)
>
> となってしまい、この原因がなんなのか分かりません。

>mkpmethernetconf は pcc group に属する host を知るために,
>scoreboard に問い合わせに行きます.
>このメッセージは scoreboard に問い合わせに行ったけれど, scoreboard が
>応答しなかったことを示しています.

>scoreboard の設定に関しましては,
>    7.6 PM ネットワークの設定
>の一つ前の節に
>   7.5 SCore データベースの設定
>で説明しているのですが, ここは実行しましたでしょうか?

   
  おっしゃられたように7.5SCoreデータベースの設定を確認し、少し変更しました。
  7.5 SCoreデータベースの設定は以下のようにしました。
                 
  scorehosts.dbファイルの中身
          ↓     
  /*
   *   SCore 5.0 socrehosts.db
   *                generated by PCCC EIT 6.0 
   */
  /*PM/myrinet*/
  myrinet         type=myrinet \
                     -firmware:file=/opt/score/share/lanai/lanaixp.mcp \
                     -config:file=/opt/score/etc/pm-myrinet.conf
  /*/
  ethernet       type=ethernet \
                    -config:file=/opt/score/etc/pm-ehternet.conf \
  shmem0       type=shmem -node=0
  shmem1       type=shmem -node=1
  shmem2       type=shmem -node=2
  shmem3       type=shmem -node=3
  #define MSGB  msgbserv=server.pccluster.org
  #define HOST  spugen=Xeon speed=2800 smp=4 nickname=i386-centos4-linux2_6
  #define NETWORK network=myrinet,ethernet,shmem0,shmem1,shmem2,shmem3
  comp0.pccluster.org HOST NETWORK MSGB group=pcc
   
  このように設定し、下記のコマンドを実行しました。実行結果は以下のようになりました。
  #chkconfig msgbserv on
  #service scoreboard restart
   Shutting down scoreboard services :                           [OK]
   Starting scoreboard services :                                   [OK]
  #service msgbserv restart
   Host Lock services : ces :                                         [OK]
  #cd /opt/score/etc
  #mkpmethernetconf -group pcc speed 1000 > pm-ethernet.conf
   connect to address 192.168.0.12 port 544: Connection refused
   Trying krb4 rsh.....
   connect to address 192.168.0.12 port 544: Connection refused
   trying normal rsh (/usr/bin/rsh)
  (192.168.0.12は計算ホストcomp0.pccluster.orgのIPアドレスです)
   
   
  上記のようにコマンドmkpmethernetconf -group pcc speed 1000 > pm-ethernet.confを実行した時、今度はこのように結果が出てしまいうまく実行されません。rshが原因なのか、他にも問題があるのか、分かりません。
   
 

 
---------------------------------
New Design Yahoo! JAPAN  2008/01/01

-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://new1.pccluster.org/pipermail/score-users-jp/attachments/20071119/4596ff53/attachment.html>


SCore-users-jp メーリングリストの案内