From ri002044 @ se.ritsumei.ac.jp Tue Jun 3 16:16:00 2008 From: ri002044 @ se.ritsumei.ac.jp (=?iso-2022-jp?B?GyRCNTUwZiEhTToycBsoQg==?=) Date: Tue, 03 Jun 2008 16:16:00 +0900 (JST) Subject: [SCore-users-jp] SCore-D:ERROR Unable to open PM ethernet/ethernet Message-ID: <1212477360.11478.ri002044@se.ritsumei.ac.jp> 立命館大学の亀井です。 亀山さん。返信ありがとうございます。 >> 計算ホストPCのブート時に pm_ethernet は実行されていなかったので >> PMテスト手順(Ethernet)の >> # /etc/rc.d/init.d/pm_ethernet start と打つと、 >> Starting PM/Ethernet: NO PM/ethernet device is enables. >> If you want to use PM/Ethernet, please edit /etc/pm_ethernet.conf. >> このようになってしまいました。 >SCore SystemのCompute Hostへのインストール > http://www.pccluster.org/score/dist/score/html/ja/installation/sys-compute.html >の 4. を見てください. ご指摘して頂いた通り、上記のアドレスと、 http://www.pccluster.org/score/dist/score/html/ja/man/man5/pm_ethernet.conf.html こちらを参考に /etc/pm_ethernet.conf を作成しましたが、 エラーが発生し、対処方法に困っています。 エラーの内容は、 $/etc/rc.d/init.d/pm_ethernet start を行うと以下のエラーが出てしまいました。 /etc/pm_ethermet.conf: line 4: unit: command not found /etc/pm_ethermet.conf: line 16: 0: command not found /etc/pm_ethermet.conf: line 17: 1: command not found Starting PM/Ethernet, please edit /etc/pm_ethernet.conf . If you want to use PM/Ethernet, please edit /etc/pm_ethernet.conf . また、 $etherpmctl eth1 -pm on -unit 1 を行うと以下のエラーが出ました。 open_epm(1): open failed: 2 Trying pld style....device: eth1 etherpmctl: ERROR on unit1: "Operation not supported(95) Check dmesg log!!" /etc/pm_ethernet.conf は mkpmethernetconf コマンドを使わず手書きで書いています。 また、クラスタの計算ホストの /etc/pm_ethernet.conf 内における ユニット番号と、ノード番号についてなのですが。 現在、計算ホストが2台なので、1台目はunit番号0、2台目はunit番号1とし、 以下のように記述しています。 /etc/pm_ethernet.conf 内の unit 番号と、 それぞれの計算ホストのnode番号は同じでよろしいでしょうか。 ///////////////1台目の /etc/pm_ethernet.conf ///// PM_ETHERNET_UNIT_ETH0=0 # unit 0 # # Node specification # NodeNumber MAC address Hostname 0 00:1D:09:64:20:4A nycto00.hpc.cs.ritsumei.ac.jp 1 00:1D:09:64:20:1F nycto01.hpc.cs.ritsumei.ac.jp ////////////////////////////////////////////////// ///////////////2台目の /etc/pm_ethernet.conf ///// PM_ETHERNET_UNIT_ETH1=1 //(eth1で正しいです) # unit 1 # # Node specification # NodeNumber MAC address Hostname 0 00:1D:09:64:20:4A nycto00.hpc.cs.ritsumei.ac.jp 1 00:1D:09:64:20:1F nycto01.hpc.cs.ritsumei.ac.jp ////////////////////////////////////////////////// よろしくお願い致します。 From kameyama @ pccluster.org Tue Jun 3 16:59:53 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Tue, 03 Jun 2008 16:59:53 +0900 Subject: [SCore-users-jp] SCore-D:ERROR Unable to open PM ethernet/ethernet In-Reply-To: <1212477360.11478.ri002044@se.ritsumei.ac.jp> References: <1212477360.11478.ri002044@se.ritsumei.ac.jp> Message-ID: <4844F9F9.1000009@pccluster.org> 亀山です. 亀井 雄介 さんは書きました: > >>> 計算ホストPCのブート時に pm_ethernet は実行されていなかったので >>> PMテスト手順(Ethernet)の >>> # /etc/rc.d/init.d/pm_ethernet start と打つと、 >>> Starting PM/Ethernet: NO PM/ethernet device is enables. >>> If you want to use PM/Ethernet, please edit /etc/pm_ethernet.conf. >>> このようになってしまいました。 >> SCore SystemのCompute Hostへのインストール >> http://www.pccluster.org/score/dist/score/html/ja/installation/sys-compute.html >> の 4. を見てください. > > ご指摘して頂いた通り、上記のアドレスと、 > http://www.pccluster.org/score/dist/score/html/ja/man/man5/pm_ethernet.conf.html > こちらを参考に /etc/pm_ethernet.conf を作成しましたが、 > エラーが発生し、対処方法に困っています。 > > エラーの内容は、 > $/etc/rc.d/init.d/pm_ethernet start を行うと以下のエラーが出てしまいました。 > /etc/pm_ethermet.conf: line 4: unit: command not found > /etc/pm_ethermet.conf: line 16: 0: command not found > /etc/pm_ethermet.conf: line 17: 1: command not found compute host の /etc/pm_ethernet.conf と server の /opt/score/etc/pm_ethernet.conf は別のファイルです. compute host の /etc/pm_ethernet.conf はたとえば, PM_ETHERNET_UNIT_ETH1=0 とだけ書くことになります. > また、 > $etherpmctl eth1 -pm on -unit 1 を行うと以下のエラーが出ました。 > open_epm(1): open failed: 2 > Trying pld style....device: eth1 > etherpmctl: ERROR on unit1: "Operation not supported(95) Check dmesg log!!" dmesg の出力はチェックしましたでしょうか? http://www.pccluster.org/score/dist/score/html/ja/installation/pm-testethernet.html より... etherpmctl コマンドが失敗 * ホストのネットワークインターフェースが正しく設定されていない。 * ホストの PM/Ethernet ドライバが正しく設定されていない。dmesg コマンドを用いて カーネルのブートログを確認してください。 (多分, pm_ethernet_dev デバイスが組み込まれていないと思われます. > また、クラスタの計算ホストの /etc/pm_ethernet.conf 内における > ユニット番号と、ノード番号についてなのですが。 > > 現在、計算ホストが2台なので、1台目はunit番号0、2台目はunit番号1とし、 > 以下のように記述しています。 /etc/pm-ethernet.conf で指定する unit 番号は server の /opt/score/etc/pm-ethernet.conf で指定する unit に対応します. 5/29 の mail の pm-ethernet.conf を使用するのでしたら, unit 番号は 0 になります. unit 番号は, PM/Ethernet を複数用意したり, trunk などを行うとき, その ethernet device がどちらの PM/Ethernet で使用するのかを 決定するために使用します. (eth0 だったら unit 0 とかにしないのは, たとえば, 1 台の host だけ NIC が余分に付けてあって番号がずれているというような場合に対処するためです.) Kameyama Toyohisa From pkroeher @ Informatik.TU-Cottbus.DE Wed Jun 4 17:06:52 2008 From: pkroeher @ Informatik.TU-Cottbus.DE (=?ISO-8859-15?Q?Paul_Kr=F6her?=) Date: Wed, 04 Jun 2008 10:06:52 +0200 Subject: [SCore-users-jp] [SCore-users] release schedule & hardware recommendation Message-ID: <48464D1C.9010402@informatik.tu-cottbus.de> Hallo, we are planning a new small cluster with 16 nodes. Which controllers you suggest to use, myrinet or infiniband ? what is the release schdule for score 7 ? -- ----------------------------------------------------- Greetings Paul Kröher ----------------------------------------------------- _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From ri002044 @ se.ritsumei.ac.jp Thu Jun 5 21:31:03 2008 From: ri002044 @ se.ritsumei.ac.jp (=?iso-2022-jp?B?GyRCNTUwZiEhTToycBsoQg==?=) Date: Thu, 05 Jun 2008 21:31:03 +0900 (JST) Subject: [SCore-users-jp] =?iso-2022-jp?b?UE0vRXRoZXJuZXQgGyRCJE4bKEI=?= =?iso-2022-jp?b?GyRCJD8kYSROGyhCIGRldmljZSBkcml2ZXIgGyRCJE4bKEIg?= =?iso-2022-jp?b?bG9hZCAbJEJKfUshGyhC?= Message-ID: <1212669063.12617.ri002044@se.ritsumei.ac.jp> 立命館大学の 亀井です。 亀山さん、ご回答ありがとうございます。 >compute host の /etc/pm_ethernet.conf と server の >/opt/score/etc/pm_ethernet.conf は別のファイルです. >compute host の /etc/pm_ethernet.conf はたとえば, > PM_ETHERNET_UNIT_ETH1=0 >とだけ書くことになります. pm_ethernet.confについてのとても詳しいご説明ありがとうございます。 お陰様で、正しく記述できたと思います。 >> $etherpmctl eth1 -pm on -unit 1 を行うと以下のエラーが出まし た。 >> open_epm(1): open failed: 2 >> Trying pld style....device: eth1 >> etherpmctl: ERROR on unit1: "Operation not supported(95) Check dmesg log!!" > >dmesg の出力はチェックしましたでしょうか? > http://www.pccluster.org/score/dist/score/html/ja/installation/pm- testethernet.html >より... > etherpmctl コマンドが失敗 >(多分, pm_ethernet_dev デバイスが組み込まれていないと思われます. はい、dmesg の出力をチェックしてみましたが、 pmと付くものなど、pm_ethernet関連のものは1つもありませんでした。 # /etc/rc.d/init.d/pm_ethernet start を実行しても Starting PM/Ethernet: open_epm(0): open failed: 2 Trying old style....device: eth0 etherpmctl: ERROR on unit 0: "Operation not supported(95)" Check dmesg log!! 1 PM/ethernet device is enables. このようなエラーが出るので、 やはりpm_ethernetのデバイスが組み込まれていないと思われます。 これより、デバイス組み込みたいと思います。 過去のメーリングリストより、 PM/Ethernet のための device driver を load してから PM/Ethernet を実行する前までに etherpmctl を実行する必要があります. とあるのですが、 どのようにすればdevice driver を load し、デバイスを組み込むことができ るのでしょうか。 色々調べたのですが、分かりませんでした。 私の知識不足な点が多く恐れ入りますが、ご教授お願い致します。 コマンド # /opt/score/install/linux2.6/netdev -a の結果は、 eth0 bnx2 peth1 bnx2 デバイスが入っているであろうディレクトリは、 # cd /lib/modules/2.6.18-8.el5xen/extra # ls -a . .. と、空でした。 亀井 雄介 From kameyama @ pccluster.org Fri Jun 6 10:13:49 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Fri, 06 Jun 2008 10:13:49 +0900 Subject: [SCore-users-jp] PM/Ethernet =?ISO-2022-JP?B?GyRCJE4kPyRhGyhC?= =?ISO-2022-JP?B?GyRCJE4bKEIgZGV2aWNlIGRyaXZlciAbJEIkThsoQiBsb2FkIBskQkp9GyhC?= =?ISO-2022-JP?B?GyRCSyEbKEI=?= In-Reply-To: <1212669063.12617.ri002044@se.ritsumei.ac.jp> References: <1212669063.12617.ri002044@se.ritsumei.ac.jp> Message-ID: <48488F4D.8030508@pccluster.org> 亀山です. 亀井 雄介 さんは書きました: > どのようにすればdevice driver を load し、デバイスを組み込むことができ > るのでしょうか。 > 色々調べたのですが、分かりませんでした。 通常, /etc/init.d/pm_ethernet で組み込むのですが... > コマンド > # /opt/score/install/linux2.6/netdev -a の結果は、 > eth0 bnx2 > peth1 bnx2 残念ながら, SCore6 では PM/Ethernet のドライバは e1000 と tg3 しか 提供していないので, http://www.pccluster.org/score/dist/score/html/ja/hardware/index.html bnx2 で使用するためには, bnx2 ドライバを修正する必要があります. 修正というのは, 基本的には #include を追加して, SCore 環境でコンパイルすることなんですが... > デバイスが入っているであろうディレクトリは、 > # cd /lib/modules/2.6.18-8.el5xen/extra > # ls -a > . .. > と、空でした。 すみません. http://www.pccluster.org/score/dist/score/html/ja/installation/sys-compute-fromsrc.html に足りない点がありました. compute host に /opt/score/*/modules もコピーしてください. ここに kernel module が入っています. それから ./setup -score_comp を実行してください. ちなみに, PM/Ethernet が Xen 上の kernel で動くかどうかは分かりません. Kameyama Toyohisa From ri002044 @ se.ritsumei.ac.jp Wed Jun 11 22:02:57 2008 From: ri002044 @ se.ritsumei.ac.jp (=?iso-2022-jp?B?GyRCNTUwZiEhTToycBsoQg==?=) Date: Wed, 11 Jun 2008 22:02:57 +0900 (JST) Subject: [SCore-users-jp] =?iso-2022-jp?b?UE0vRXRoZXJuZXQgGyRCJE4bKEI=?= =?iso-2022-jp?b?GyRCJD8kYSROGyhCIGRldmljZSBkcml2ZXIgGyRCJE4bKEIg?= =?iso-2022-jp?b?bG9hZCAbJEJKfUshGyhC?= Message-ID: <1213189377.15214.ri002044@se.ritsumei.ac.jp> 立命館大の亀井です。 亀山さん、いつもご回答ありがとうございます。 > bnx2 で使用するためには, bnx2 ドライバを修正する必要があります. > 修正というのは, 基本的には > #include > を追加して, SCore 環境でコンパイルすることなんですが... ドライバの修正の件、理解できました。 どうもありがとうございます。 > すみません. > http://www.pccluster.org/score/dist/score/html/ja/installation/ sys-compute-fromsrc.html > に足りない点がありました. > compute host に > /opt/score/*/modules > もコピーしてください. > ここに kernel module が入っています. > それから > ./setup -score_comp > を実行してください. この kernel module についてなのですが、 サーバからホストへ /opt/score/*/modules をコピーしようと思いましたが、 サーバーに /opt/score/*/modules というディレクトリは存在しませんでした。 他の場所にもそれらしきディレクトリは存在しませんでした。 念のためインストール時に、 #.bininstall -server を2回行いましたが、 インストール時の失敗でしょうか。 よろしくお願い致します。 亀井 雄介 From kameyama @ pccluster.org Thu Jun 12 09:25:04 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Thu, 12 Jun 2008 09:25:04 +0900 Subject: [SCore-users-jp] PM/Ethernet =?ISO-2022-JP?B?GyRCJE4kPyRhGyhC?= =?ISO-2022-JP?B?GyRCJE4bKEIgZGV2aWNlIGRyaXZlciAbJEIkThsoQiBsb2FkIBskQkp9GyhC?= =?ISO-2022-JP?B?GyRCSyEbKEI=?= In-Reply-To: <1213189377.15214.ri002044@se.ritsumei.ac.jp> References: <1213189377.15214.ri002044@se.ritsumei.ac.jp> Message-ID: <48506CE0.10901@pccluster.org> 亀山です. 亀井 雄介 さんは書きました: >> すみません. >> http://www.pccluster.org/score/dist/score/html/ja/installation/ > sys-compute-fromsrc.html >> に足りない点がありました. あ, すみません. rpm から install したのでしたね. source から install したのと勘違いしていました. > 念のためインストール時に、 > #.bininstall -server > を2回行いましたが、 compute host での SCore の install は ./bininstall -compute を使用してください. http://www.pccluster.org/score/dist/score/html/ja/installation/sys-compute.html server と compute host で必要なファイルが違うもので... Kameyama Toyohisa From ri002044 @ se.ritsumei.ac.jp Thu Jun 12 12:52:59 2008 From: ri002044 @ se.ritsumei.ac.jp (=?iso-2022-jp?B?GyRCNTUwZiEhTToycBsoQg==?=) Date: Thu, 12 Jun 2008 12:52:59 +0900 (JST) Subject: =?iso-2022-jp?B?UmU6IFtTQ29yZS11c2Vycy1qcF0gUE0vRXRoZXJu?= =?iso-2022-jp?B?ZXQgGyRCJE4kPyRhJE4bKEIgZGV2aWNlIGRyaXZlciAbJEIkThsoQiBs?= =?iso-2022-jp?B?b2FkIBskQkp9SyEbKEI=?= Message-ID: <1213242779.31649.ri002044@se.ritsumei.ac.jp> 立命館大の亀井です。 亀山さん回答ありがとうございます。 >rpm から install したのでしたね. >source から install したのと勘違いしていました. > >compute host での SCore の install は > ./bininstall -compute >を使用してください. > http://www.pccluster.org/score/dist/score/html/ja/installation/ sys-compute.html >server と compute host で必要なファイルが違うもので... はい、rpmからinstallしました。 また、 serverは ./bininstall -server で、 compute hostは ./bininstall -compute で インストールしたのですが、 >>> compute host に >>> /opt/score/*/modules >>> もコピーしてください. >>> ここに kernel module が入っています. コピーするディレクトリ server の /opt/score/*/modules が 存在しませんでした。 一応、compute host 側にも   /opt/score/*/modules が あるかチェックしましたが、存在しませんでした。 serverの方のインストールを間違っているということでしょうか。 何度も申し訳ないですが、よろしくお願いします。 亀井 雄介。 From kameyama @ pccluster.org Thu Jun 12 13:12:19 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Thu, 12 Jun 2008 13:12:19 +0900 Subject: [SCore-users-jp] PM/Ethernet =?ISO-2022-JP?B?GyRCJE4kPyRhGyhC?= =?ISO-2022-JP?B?GyRCJE4bKEIgZGV2aWNlIGRyaXZlciAbJEIkThsoQiBsb2FkIBskQkp9GyhC?= =?ISO-2022-JP?B?GyRCSyEbKEI=?= In-Reply-To: <1213242779.31649.ri002044@se.ritsumei.ac.jp> References: <1213242779.31649.ri002044@se.ritsumei.ac.jp> Message-ID: <4850A223.6070309@pccluster.org> 亀山です. 亀井 雄介 さんは書きました: > はい、rpmからinstallしました。 > また、 > serverは > ./bininstall -server で、 > compute hostは > ./bininstall -compute で > インストールしたのですが、 > ということは, >>>> compute host に >>>> /opt/score/*/modules >>>> もコピーしてください. >>>> ここに kernel module が入っています. これは間違いでした. compute host にこの directory が無いとおかしいです. > 一応、compute host 側にも >   /opt/score/*/modules が > あるかチェックしましたが、存在しませんでした。 このファイルは score6.0.2-comp に含まれているはずなのですが, compute host で % rpm -q score6.0.2-comp を実行したらどうなるでしょうか? Kameyama Toyohisa From kameyama @ pccluster.org Mon Jun 16 13:54:14 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Mon, 16 Jun 2008 13:54:14 +0900 Subject: [SCore-users-jp] [SCore-users] Re: help me?? In-Reply-To: <47545.118.98.185.27.1213585034.squirrel@student.eepis-its.edu> References: <47545.118.98.185.27.1213585034.squirrel@student.eepis-its.edu> Message-ID: <4855F1F6.2040000@pccluster.org> thole1986 @ student.eepis-its.edu wrote: > help me???? > i have instalation cluster one server and eight client > in the scout test procedure i can't check cluster hosts and give message : > comp0.cluster-pens.org : scping failed > /usr/bin/rsh:comp0.cluster-pens.org failed > seven hosts not responding > pleasee help me??? The scout command use scoutd or rsh to execute scout command on the compute hosts. You must execute scoutd or rshd on the all compute hosts and scoutd or rshd works on all hosts. So you must create /etc/hosts.equiv on the server and the all compute hosts include the server hostname and the all compute host names. and you must execute rshd or scoutd. Please read SCore System Installation on Compute Hosts: http://www.pccluster.org/score/dist/score/html/en/installation/sys-compute.html (Install from rpm) http://www.pccluster.org/score/dist/score/html/en/installation/sys-compute-fromsrc.html (Install from source) Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From thole1986 @ student.eepis-its.edu Mon Jun 16 12:34:15 2008 From: thole1986 @ student.eepis-its.edu (=?iso-2022-jp?b?dGhvbGUxOTg2IBskQiF3GyhCIHN0dWRlbnQuZWVwaXMtaXRzLmVkdQ==?=) Date: Mon, 16 Jun 2008 10:34:15 +0700 (WIT) Subject: [SCore-users-jp] [SCore-users] help me Message-ID: <38147.118.98.185.27.1213587255.squirrel@student.eepis-its.edu> help me ??? i want to compile my parrllel program but i don't now software to look benmark result?? and in address : Linpack Benchmark Result on RWC SCore Cluster III 618.3 GFlops --> i can't get link about?? plese help me??? _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Mon Jun 16 14:29:12 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Mon, 16 Jun 2008 14:29:12 +0900 Subject: [SCore-users-jp] Re: [SCore-users] help me In-Reply-To: <38147.118.98.185.27.1213587255.squirrel@student.eepis-its.edu> References: <38147.118.98.185.27.1213587255.squirrel@student.eepis-its.edu> Message-ID: <4855FA28.30403@pccluster.org> thole1986 @ student.eepis-its.edu wrote: > i want to compile my parrllel program but i don't now software to look > benmark result?? If you want to NAS Parallel Benchmarks, please access the following: http://www.nas.nasa.gov/Resources/Software/npb.html If you want to known linpack, please access the following: http://www.top500.org/project/linpack > and in address : Linpack Benchmark Result on RWC SCore Cluster III > 618.3 GFlops --> i can't get link about?? Sorry, I fix the link now! Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From ri002044 @ se.ritsumei.ac.jp Wed Jun 18 18:10:52 2008 From: ri002044 @ se.ritsumei.ac.jp (=?iso-2022-jp?B?GyRCNTUwZiEhTToycBsoQg==?=) Date: Wed, 18 Jun 2008 18:10:52 +0900 (JST) Subject: [SCore-users-jp] =?iso-2022-jp?b?UE0vRXRoZXJuZXQgGyRCJE4bKEI=?= =?iso-2022-jp?b?GyRCJD8kYSROGyhCIGRldmljZSBkcml2ZXIgGyRCJE4bKEIg?= =?iso-2022-jp?b?bG9hZCAbJEJKfUshGyhC?= Message-ID: <1213780252.27209.ri002044@se.ritsumei.ac.jp> 亀井です。 亀山さん、ご回答ありがとうございます。 >> 一応、compute host 側にも >>   /opt/score/*/modules が >> あるかチェックしましたが、存在しませんでした。 >このファイルは > score6.0.2-comp >に含まれているはずなのですが, >compute host で > % rpm -q score6.0.2-comp >を実行したらどうなるでしょうか? compute host で % rpm -q score6.0.2-comp を実行すると、 score6.0.2-comp-6.0.2-2 となりました。 この状態では、前と同様 /opt/score/*/modules は存在しなかったのですが、 再度、 ./bininstall -compute を行うと、 /opt/score/*/modules が 生成されていました。 この状態で % rpm -q score6.0.2-comp を実行すると、先程と同様に score6.0.2-comp-6.0.2-2 となります。 これでpm_ethernetのドライバが入ったので、 bnx2ドライバを修正し、 pm_ethernetにアタッチさせれば良いのですね。 ただ、以前の回答で仰って頂いた、 > PM/EthernetがXen上のkernelで動くかわからない というのが心配ですが・・・ From kameyama @ pccluster.org Thu Jun 19 09:10:10 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Thu, 19 Jun 2008 09:10:10 +0900 Subject: [SCore-users-jp] [SCore-users] Re: help me??? In-Reply-To: <58045.118.98.185.27.1213785196.squirrel@student.eepis-its.edu> References: <58045.118.98.185.27.1213785196.squirrel@student.eepis-its.edu> Message-ID: <4859A3E2.2000704@pccluster.org> thole1986 @ student.eepis-its.edu wrote: > help me?? > i was to PM/Ethernet Test Procedure > but i can't access computer host > is a list : > [root @ server score.work]# rpmtest comp1 ethernet -reply > connect to address 10.252.9.216: Connection refused > Trying krb4 rsh... > connect to address 10.252.9.216: Connection refused > trying normal rsh (/usr/bin/rsh) > env: /opt/score/6.0.0/deploy/scbpmexec: No such file or directory > what i must do??? Do you install SCore on the compute hosts? If you install SCore by rpm, please read as following: http://www.pccluster.org/score/dist/score/html/en/installation/sys-compute.html If you install SCore by source, please read as following: http://www.pccluster.org/score/dist/score/html/en/installation/sys-compute-fromsrc.html Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Fri Jun 20 09:44:42 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Fri, 20 Jun 2008 09:44:42 +0900 Subject: [SCore-users-jp] [SCore-users] Re: help me ????? In-Reply-To: <60410.118.98.185.27.1213903879.squirrel@student.eepis-its.edu> References: <60410.118.98.185.27.1213903879.squirrel@student.eepis-its.edu> Message-ID: <485AFD7A.3080607@pccluster.org> thole1986 @ student.eepis-its.edu Wrote: > i was instalation compute host with rpm, but the message is: > [root @ server ~]# /etc/rc.d/init.d/pm_ethernet start > Starting PM/Ethernet: epmctl IOCTL failed(16) The error code 16 is EBUSY. Probably ethpmctl is already works. Please check /proc/pm/ethernet/0/info. Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Mon Jun 23 09:46:02 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Mon, 23 Jun 2008 09:46:02 +0900 Subject: [SCore-users-jp] [SCore-users] Re: help me In-Reply-To: <43807.118.98.185.27.1213995445.squirrel@student.eepis-its.edu> References: <43807.118.98.185.27.1213995445.squirrel@student.eepis-its.edu> Message-ID: <485EF24A.8000509@pccluster.org> thole1986 @ student.eepis-its.edu Wrote: > in the PCCC SCore Easy Installation Tool (EIT) Version 2 Guide in the > step 5.EIT i can't read this > > .................................... > Disables automatic the X window system start up at the boot time, please > issue the following command: Sorry, We forget to delete Japanese sentence. Please ignore it. Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Mon Jun 23 10:14:42 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Mon, 23 Jun 2008 10:14:42 +0900 Subject: [SCore-users-jp] [SCore-users] Re: help me In-Reply-To: <35049.118.98.185.27.1213962439.squirrel@student.eepis-its.edu> References: <35049.118.98.185.27.1213962439.squirrel@student.eepis-its.edu> Message-ID: <485EF902.5010407@pccluster.org> thole1986 @ student.eepis-its.edu Wrote: > i have a ethernet chard type Intel(R) PRO/100 VE Network Connection > can i user ethernet this to build a cluster score???? SCore6 include e100 driver for PM/Ethernet, but we don't test this. Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Mon Jun 23 10:24:45 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Mon, 23 Jun 2008 10:24:45 +0900 Subject: [SCore-users-jp] Re: help me In-Reply-To: <55281.118.98.185.27.1213954620.squirrel@student.eepis-its.edu> References: <55281.118.98.185.27.1213954620.squirrel@student.eepis-its.edu> Message-ID: <485EFB5D.6050101@pccluster.org> thole1986 @ student.eepis-its.edu Wrote: > Please Help Me??? > i have a 1 server and 6 host > a server hostname is a server.cluster-pens.org and domainname is a > cluster-pens.org > i have a problem in the step SCore System Installation on Server --> > PMv2 Device Configuration --> Ethernet step > export SCBDSERV server.cluster-pens.org Please try export SCBDSERV=server.cluster.org > i have one error again, > is a teh error message : > Starting Compute Host Lock services: [root @ server ~]# > /etc/rc.d/init.d/pm_ethernet start > Starting PM/Ethernet: epmctl IOCTL failed(16) > Trying old style....device: eth0 > etherpmctl: ERROR on unit 0: "Operation not supported(95)" Check dmesg log!! > [root @ server ~]# rpmtest comp1 ethernet -reply > connect to address 10.252.9.216: Connection refused > Trying krb4 rsh... > connect to address 10.252.9.216: Connection refused > trying normal rsh (/usr/bin/rsh) > pmOpenContext: No such device(19) > [root @ server ~]# Please send output of dmesg on comp1 and output of following command: % PM_DEBUG3 rpmtest comp1 ethernet -reply Kameyama Toyohisa From ae @ Informatik.tu-Cottbus.DE Mon Jun 23 22:51:40 2008 From: ae @ Informatik.tu-Cottbus.DE (Andreas Lagemann) Date: Mon, 23 Jun 2008 15:51:40 +0200 Subject: [SCore-users-jp] [SCore-users] Quad core CPU which brand do you recommend Message-ID: <485FAA6C.3000207@informatik.tu-cottbus.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, we're planning a cluster with 16 boards containing two CPUs each which contain four cores each. As far as I know there are two options: Intel Xeon or AMD Opteron. Does anyone have experiences with one of the two architectures and SCore? Can you recommend a particular model? Regards, Andreas Lagemann -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIX6prNfV8qlW7iaERAietAJ9zGOpHAhpAPZrAcNoacP/qwoSfiQCfVLfq 8NZ/jNto2gpAOEv8+s9L+sU= =AZAP -----END PGP SIGNATURE----- -------------- next part -------------- テキスト形式以外の添付ファイルを保管しました... ファイル名: ae.vcf 型: text/x-vcard サイズ: 413 バイト 説明: 無し URL: -------------- next part -------------- _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From kameyama @ pccluster.org Tue Jun 24 09:52:31 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Tue, 24 Jun 2008 09:52:31 +0900 Subject: [SCore-users-jp] [SCore-users] Re: help me In-Reply-To: <20050.125.164.206.154.1214261359.squirrel@student.eepis-its.edu> References: <20050.125.164.206.154.1214261359.squirrel@student.eepis-its.edu> Message-ID: <4860454F.7010309@pccluster.org> thole1986 @ student.eepis-its.edu Wrote: > i have a centos4.4 for server host, i don't know fedora version for > compute host and in the modul not explain about fedora version to create > compute host??? # If you want to know fedora version, please look at /etc/fedora-release. # If you want to know kernel version, please execute uname -r Probably, you need to install SCore from source. But if you want to run your program on the compute host, you must compile on the Fedora hosts. (If you compile your program on the Centos 4 hosts, you can't run on the Fedora compute hosts.) The SCore system support hetero cluster by "binary type": http://www.pccluster.org/score/dist/score/html/en/glossary/glossary.html#B The SCore system run only much the program's binary type and compute hosts environment. So We recommend you use same distribution and version on server and compute hosts. Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From masa @ soldec-solution.jp Wed Jun 25 19:00:24 2008 From: masa @ soldec-solution.jp (MASA(tm)) Date: Wed, 25 Jun 2008 19:00:24 +0900 Subject: [SCore-users-jp] PM/Ethernet =?iso-2022-jp?b?GyRCJCxGMDpuJDckSiQkGyhC?= Message-ID: <200806251009.m5PA9gg2016944@soldec-solution.jp> 菊池と申します。こんにちは。  以下の環境で PM/Ethernet が動作しません。はまってしまって、 アドバイスをいただきたくメールしました。よろしくお願いいたし ます。 SCoer:6.0.2.1 をソースからビルド ホスト:HP DL160G5 (XeonQuad X5470x2 8node)  dl160g5-1.test.local (サーバホスト、計算ホスト0)   dl160g5-2.test.local (計算ホスト1)   dl160g5-3.test.local (計算ホスト2)  NIC: eth0: NC105i(オンボード、PM/Ethernet 用 tg3_scorepm1) eth1: NC105i(オンボード、その他用 tg3)  eth2: NC110T(増設、その他ネットワーク用、サーバホストのみ e1000) OS:CentOS4.6 x86_64  SCore の導入前に up2date で更新 $ uname -r 2.6.9-67.0.15.ELsmp 1.PM/Ethernet 導入以前   都合があって一台で SCore にし、PM/Shmem で動作を確認しま  した。「PM/Shmem のテスト方法」(*) を正しく終え、  Intel Fortran 10 も導入し、pi3f90 が動作しました。  (*)http://www.pccluster.org/score/dist/score/html/ja/installation/pm-testshmem.html 2.ホスト追加   同等のホストを追加し、サーバホスト用の NIC を追加しまし  た。 1)ネットワーク  ・サーバホストがマルチホーム、計算ホストを兼用  ・計算ホストを DHCP で構成したい  ・eth0 を PM 専用、eth1 で、DHCP、NFS 等提供  などがあって紆余曲折したものの、名前解決や rsh に関連する  エラーは無くなった(はず) 2)サーバホストの追加 NIC   dmesg によると、起動中は期待に反して e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection eth2: Tigon3 [partno(N/A) rev a200 PHY(5722/5756)] (PCI Express) 10/100/1000Base-T Etherne  とデバイス番号が振られる。起動後は正常。  また、   dmesg | grep -i pm  ではエラーらしきものは出ない。 3.PM/Ethernet のテスト   サーバホストにて  ・ターミナル1   $ rpmtest dl160g5-3 ethernet -reply -debug 3 ethernet_open_device(): -config /var/score/scoreboard/dl160g5-1.Eo0:Eo36 pmEthernetOpenDevice: Library version $Id: pm_ethernet.c,v 1.71 2004/11/19 05:20:40 kameyama Exp $ pmEthernetReadConfig(0x5ed710, unit, 0): set unit number "0" (MAX: 4). pmEthernetReadConfig(0x5ed710, intreap, 0): set intreap "0" off. pmEthernetReadConfig(0x5ed710, maxnsend, 16): set maxnsend "16". pmEthernetReadConfig(0x5ed710, backoff, 4800): set backoff "4800" usec. pmEthernetReadConfig(0x5ed710, checksum, 0): set checksum "0" off. pmEthernetOpenDevice("/var/score/scoreboard/dl160g5-1.Eo0:Eo36", 0x7fbfffef10): pmEthernetMapEthernet(0, 0x7fbfffeeb8): 0 self dl160g5-3.test.local n 2 of 3 nodes pm: CPU Clock=2992.39MHz pmEthernetOpenDevice: Driver version $Id: pm_ethernet_dev_nkp.c,v 1.3 2006/12/19 02:32:01 kameyama Exp $ ethernet_open_device(): success [2](0)pmEthernetRegisterProc(): proc 23287(23287), tid 23287 [2](0) pmEthernetAssociateNodes(0x5f12f0, 0x5ed810, 3):ndev=1 [2](0) pmEthernetBindChannel(0x5f12f0, 0, 0): called   (後は変化なし)   ・ターミナル2   $ rpmtest dl160g5-2 ethernet -dest 2 -ping -debug 3 ethernet_open_device(): -config /var/score/scoreboard/dl160g5-1.Eo0:Eo36 pmEthernetOpenDevice: Library version $Id: pm_ethernet.c,v 1.71 2004/11/19 05:20:40 kameyama Exp $ pmEthernetReadConfig(0x5ed710, unit, 0): set unit number "0" (MAX: 4). pmEthernetReadConfig(0x5ed710, intreap, 0): set intreap "0" off. pmEthernetReadConfig(0x5ed710, maxnsend, 16): set maxnsend "16". pmEthernetReadConfig(0x5ed710, backoff, 4800): set backoff "4800" usec. pmEthernetReadConfig(0x5ed710, checksum, 0): set checksum "0" off. pmEthernetOpenDevice("/var/score/scoreboard/dl160g5-1.Eo0:Eo36", 0x7fbfffeef0): pmEthernetMapEthernet(0, 0x7fbfffee98): 0 self dl160g5-2.test.local n 1 of 3 nodes pm: CPU Clock=2992.42MHz pmEthernetOpenDevice: Driver version $Id: pm_ethernet_dev_nkp.c,v 1.3 2006/12/19 02:32:01 kameyama Exp $ ethernet_open_device(): success [1](0)pmEthernetRegisterProc(): proc 22306(22306), tid 22306 [1](0) pmEthernetAssociateNodes(0x5f12f0, 0x5ed810, 3):ndev=1 [1](0) pmEthernetBindChannel(0x5f12f0, 0, 0): called Ethernet PM context #0 information (unit 0) channel 0 descripter information   (略 *** glibc detected *** double free or corruption (out): 0x00000000005f1a00 ***   (しばらくすると、正常な結果を出さずに落ちる -- ---------------------------------- 菊池 匡洋 mailto:masa @ soldec-solution.jp ---------------------------------- From ooyama.eiichi @ gmail.com Wed Jun 25 23:39:37 2008 From: ooyama.eiichi @ gmail.com (eiichi ooyama) Date: Wed, 25 Jun 2008 10:39:37 -0400 Subject: =?ISO-2022-JP?B?UmU6IFtTQ29yZS11c2Vycy1qcA==?= =?ISO-2022-JP?B?XSBQTS9FdGhlcm5ldCAbJEIkLEYwOm4kNyRKJCQbKEI=?= In-Reply-To: <200806251009.m5PA9gg2016944@soldec-solution.jp> References: <200806251009.m5PA9gg2016944@soldec-solution.jp> Message-ID: <68d154a20806250739o5266c642of88b34361d6a8d16@mail.gmail.com> 大山と申します。 横からすいません。先日私が亀山さんに助けてもらった状況とすこし似ているような気がしましたので、、、 私の環境もup2dateはしませんでしたがCentOS4.6(2.6.9-67.ELsmp)で、x86_64です。 同じように下のテストでglibcのエラーで落ちていました。私のケースの結論は、e1000_scorepm1が make出来ておらず、ただのe1000ドライバが使われていたのが原因でしたが。(パッチが必要だった) /opt/score/install/linux2.6/netdev -a などでtg3_scorepm1ドライバが使われているかは確認されてますか? 2008/06/25 6:00 MASA(tm) : > 菊池と申します。こんにちは。 > > 以下の環境で PM/Ethernet が動作しません。はまってしまって、 > アドバイスをいただきたくメールしました。よろしくお願いいたし > ます。 > > SCoer:6.0.2.1 をソースからビルド > > ホスト:HP DL160G5 (XeonQuad X5470x2 8node) > dl160g5-1.test.local (サーバホスト、計算ホスト0) > dl160g5-2.test.local (計算ホスト1) > dl160g5-3.test.local (計算ホスト2) > > NIC: > eth0: NC105i(オンボード、PM/Ethernet 用 tg3_scorepm1) > eth1: NC105i(オンボード、その他用 tg3) > eth2: NC110T(増設、その他ネットワーク用、サーバホストのみ e1000) > > OS:CentOS4.6 x86_64 > SCore の導入前に up2date で更新 > $ uname -r > 2.6.9-67.0.15.ELsmp > > > 1.PM/Ethernet 導入以前 > 都合があって一台で SCore にし、PM/Shmem で動作を確認しま > した。「PM/Shmem のテスト方法」(*) を正しく終え、 > Intel Fortran 10 も導入し、pi3f90 が動作しました。 > (*) > http://www.pccluster.org/score/dist/score/html/ja/installation/pm-testshmem.html > > 2.ホスト追加 > 同等のホストを追加し、サーバホスト用の NIC を追加しまし > た。 > 1)ネットワーク > ・サーバホストがマルチホーム、計算ホストを兼用 > ・計算ホストを DHCP で構成したい > ・eth0 を PM 専用、eth1 で、DHCP、NFS 等提供 > などがあって紆余曲折したものの、名前解決や rsh に関連する > エラーは無くなった(はず) > 2)サーバホストの追加 NIC > dmesg によると、起動中は期待に反して > e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection > eth2: Tigon3 [partno(N/A) rev a200 PHY(5722/5756)] (PCI Express) > 10/100/1000Base-T Etherne > とデバイス番号が振られる。起動後は正常。 > また、 > dmesg | grep -i pm > ではエラーらしきものは出ない。 > > 3.PM/Ethernet のテスト > サーバホストにて > ・ターミナル1 > $ rpmtest dl160g5-3 ethernet -reply -debug 3 > ethernet_open_device(): -config > /var/score/scoreboard/dl160g5-1.Eo0:Eo36 > pmEthernetOpenDevice: Library version > $Id: pm_ethernet.c,v 1.71 2004/11/19 05:20:40 kameyama Exp $ > pmEthernetReadConfig(0x5ed710, unit, 0): set unit number "0" (MAX: > 4). > pmEthernetReadConfig(0x5ed710, intreap, 0): set intreap "0" off. > pmEthernetReadConfig(0x5ed710, maxnsend, 16): set maxnsend "16". > pmEthernetReadConfig(0x5ed710, backoff, 4800): set backoff "4800" > usec. > pmEthernetReadConfig(0x5ed710, checksum, 0): set checksum "0" off. > pmEthernetOpenDevice("/var/score/scoreboard/dl160g5-1.Eo0:Eo36", > 0x7fbfffef10): pmEthernetMapEthernet(0, 0x7fbfffeeb8): 0 > self dl160g5-3.test.local n 2 of 3 nodes > pm: CPU Clock=2992.39MHz > pmEthernetOpenDevice: Driver version > $Id: pm_ethernet_dev_nkp.c,v 1.3 2006/12/19 02:32:01 kameyama Exp > $ > ethernet_open_device(): success > [2](0)pmEthernetRegisterProc(): proc 23287(23287), tid 23287 > [2](0) pmEthernetAssociateNodes(0x5f12f0, 0x5ed810, 3):ndev=1 > [2](0) pmEthernetBindChannel(0x5f12f0, 0, 0): called > (後は変化なし) > > ・ターミナル2 > $ rpmtest dl160g5-2 ethernet -dest 2 -ping -debug 3 > ethernet_open_device(): -config > /var/score/scoreboard/dl160g5-1.Eo0:Eo36 > pmEthernetOpenDevice: Library version > $Id: pm_ethernet.c,v 1.71 2004/11/19 05:20:40 kameyama Exp $ > pmEthernetReadConfig(0x5ed710, unit, 0): set unit number "0" (MAX: > 4). > pmEthernetReadConfig(0x5ed710, intreap, 0): set intreap "0" off. > pmEthernetReadConfig(0x5ed710, maxnsend, 16): set maxnsend "16". > pmEthernetReadConfig(0x5ed710, backoff, 4800): set backoff "4800" > usec. > pmEthernetReadConfig(0x5ed710, checksum, 0): set checksum "0" off. > pmEthernetOpenDevice("/var/score/scoreboard/dl160g5-1.Eo0:Eo36", > 0x7fbfffeef0): pmEthernetMapEthernet(0, 0x7fbfffee98): 0 > self dl160g5-2.test.local n 1 of 3 nodes > pm: CPU Clock=2992.42MHz > pmEthernetOpenDevice: Driver version > $Id: pm_ethernet_dev_nkp.c,v 1.3 2006/12/19 02:32:01 kameyama Exp > $ > ethernet_open_device(): success > [1](0)pmEthernetRegisterProc(): proc 22306(22306), tid 22306 > [1](0) pmEthernetAssociateNodes(0x5f12f0, 0x5ed810, 3):ndev=1 > [1](0) pmEthernetBindChannel(0x5f12f0, 0, 0): called > Ethernet PM context #0 information (unit 0) > channel 0 descripter information > (略 > *** glibc detected *** double free or corruption (out): > 0x00000000005f1a00 *** > (しばらくすると、正常な結果を出さずに落ちる > -- > ---------------------------------- > 菊池 匡洋 > mailto:masa @ soldec-solution.jp > ---------------------------------- > > _______________________________________________ > SCore-users-jp mailing list > SCore-users-jp @ pccluster.org > http://www.pccluster.org/mailman/listinfo/score-users-jp > > -------------- next part -------------- HTMLの添付ファイルを保管しました... URL: From kameyama @ pccluster.org Thu Jun 26 12:22:20 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Thu, 26 Jun 2008 12:22:20 +0900 Subject: [SCore-users-jp] [SCore-users] Re: help me?? In-Reply-To: <1190.118.98.185.27.1214443177.squirrel@student.eepis-its.edu> References: <1190.118.98.185.27.1214443177.squirrel@student.eepis-its.edu> Message-ID: <48630B6C.2050501@pccluster.org> thole1986 @ student.eepis-its.edu Wrote: > i have one error again in my compute server > this is a error message : > ############################################### > scrun-scored=comp0,nodes=1./hello > FEP:ERROR LOGIN protocol error > ############################################### > and how to close address or protocol if it used??? > how way login from server to host with rsh? On SCore-D multi users mode, scrun login from scored. This messages means the login process is failed. Please check scored is running on the comp0. Kameyama Toyohisa _______________________________________________ SCore-users mailing list SCore-users @ pccluster.org http://www.pccluster.org/mailman/listinfo/score-users From masa @ soldec-solution.jp Thu Jun 26 13:58:54 2008 From: masa @ soldec-solution.jp (MASA(tm)) Date: Thu, 26 Jun 2008 13:58:54 +0900 Subject: [SCore-users-jp] PM/Ethernet =?ISO-2022-JP?B?GyRCJCxGMDpuJDckSiQkGyhC?= In-Reply-To: <68d154a20806250739o5266c642of88b34361d6a8d16@mail.gmail.com> References: <200806251009.m5PA9gg2016944@soldec-solution.jp> <68d154a20806250739o5266c642of88b34361d6a8d16@mail.gmail.com> Message-ID: <200806260508.m5Q58Mg4032232@soldec-solution.jp> 菊池です。こんにちは。  ご返答ありがとうございます。 eiichi ooyama wrote in <68d154a20806250739o5266c642of88b34361d6a8d16 @ mail.gmail.com> at Wed, 25 Jun 2008 10:39:37 -0400 > 大山と申します。 > 横からすいません。先日私が亀山さんに助けてもらった状況とすこし似ているような気が > しましたので、、、  拝見してはおったのですが、tg3_scorepm1 がロードされている ので混乱してしまいました。 # scout lsmod \| grep tg3 [dl160g5-1-3]: tg3 115141 0 tg3_scorepm1 104452 0 pm_ethernet_loader 9648 2 pm_ethernet_dev_nkp,tg3_scorepm1 # scout cat /etc/modprobe.conf \| grep tg3 dl160g5-1-3]: alias eth0 tg3_scorepm1 alias eth1 tg3_scorepm1 #alias eth1 tg3 > /opt/score/install/linux2.6/netdev -a > などでtg3_scorepm1ドライバが使われているかは確認されてますか?  してませんでした。おっしゃる通りで、 # /opt/score/install/linux2.6/netdev -a \| grep tg3 [dl160g5-1-3]: eth0 tg3 eth1 tg3 ダメでした。  メーリングリストの投稿を再度見直して確認します。なにかお気 づきのことなどありましたらご指摘ください。 -- ---------------------------------- 菊池 匡洋 mailto:masa @ soldec-solution.jp ---------------------------------- From masa @ soldec-solution.jp Thu Jun 26 17:36:18 2008 From: masa @ soldec-solution.jp (MASA(tm)) Date: Thu, 26 Jun 2008 17:36:18 +0900 Subject: [SCore-users-jp] PM/Ethernet =?ISO-2022-JP?B?GyRCJCxGMDpuJDckSiQkGyhC?= In-Reply-To: <200806260508.m5Q58Mg4032232@soldec-solution.jp> References: <200806251009.m5PA9gg2016944@soldec-solution.jp> <68d154a20806250739o5266c642of88b34361d6a8d16@mail.gmail.com> <200806260508.m5Q58Mg4032232@soldec-solution.jp> Message-ID: <200806260845.m5Q8jng4003322@soldec-solution.jp> 菊池です。こんにちは。 # 先ほどのメールを To: 大山さん、Cc:SCore-Users として送って # しまいました。失礼しました。  いくつかの点を確認しました。tg3_scorepm1 が動作しないよう です。 Kameyama Toyohisa wrote in <4758D801.80004 @ pccluster.org> at Fri, 07 Dec 2007 14:20:01 +0900 > もし, そのホストの console が使用できるのでしたら, 手動で nic を入れ替えて > みてください. > # /sbin/rmmod e1000; /sbin/modprobe e1000_scorepm1  上記のように手でドライバを差し替えてみました。ダメでした。 # /opt/score/install/linux2.6/netdev -a eth0 tg3 eth1 tg3 eth2 e1000 # rmmod -v tg3; echo $? rmmod tg3, wait=no 0 # modprobe -v tg3_scorepm1; echo $? 0 # /opt/score/install/linux2.6/netdev -a eth2 e1000 # modprobe -v tg3; echo $? insmod /lib/modules/2.6.9-67.0.15.ELsmp/kernel/drivers/net/tg3.ko 0 # /opt/score/install/linux2.6/netdev -a eth0 tg3 eth1 tg3 eth2 e1000 # find /lib/modules/`uname -r` -name tg3_scorepm1.ko /lib/modules/2.6.9-67.0.15.ELsmp/extra/score+pm/tg3_scorepm1.ko  また、一連の話題の中で亀山さんが Kameyama Toyohisa wrote in <4758B56B.4010709 @ pccluster.org> at Fri, 07 Dec 2007 11:52:27 +0900 > 1. 現在組み込まれている e1000 の version  : > 2. e1000 の pci device id  : > の値を教えてください. と書かれているので、対応する部分を挙げます。 1.dmesg の tg3 らしい部分 (SCore のそれ(3.52-rh-scorepm1)より新しいですね...) tg3.c:v3.77 (May 31, 2007) ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 169 PCI: Setting latency timer of device 0000:03:00.0 to 64 divert: allocating divert_blk for eth1 eth1: Tigon3 [partno(N/A) rev a200 PHY(5722/5756)] (PCI Express) 10/100/1000Base-T Etherne t 00:1e:0b:6f:b8:fc eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] WireSpeed[1] TSOcap[1] eth1: dma_rwctrl[76180000] dma_mask[64-bit] 2.lspci (長いので端折りました。情報が欠けてなければいいのですが) $ /sbin/lspci | grep NetXtreme 03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5722 Gigabit Ethernet PCI Express 04:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5722 Gigabit Ethernet PCI Express $ /sbin/lspci -n | grep 0[34]:00.0 03:00.0 Class 0200: 14e4:165a 04:00.0 Class 0200: 14e4:165a -- ---------------------------------- 菊池 匡洋 mailto:masa @ soldec-solution.jp ---------------------------------- From kameyama @ pccluster.org Thu Jun 26 18:08:26 2008 From: kameyama @ pccluster.org (Kameyama Toyohisa) Date: Thu, 26 Jun 2008 18:08:26 +0900 Subject: [SCore-users-jp] PM/Ethernet =?ISO-2022-JP?B?GyRCJCxGMDpuGyhC?= =?ISO-2022-JP?B?GyRCJDckSiQkGyhC?= In-Reply-To: <200806260845.m5Q8jng4003322@soldec-solution.jp> References: <200806251009.m5PA9gg2016944@soldec-solution.jp> <68d154a20806250739o5266c642of88b34361d6a8d16@mail.gmail.com> <200806260508.m5Q58Mg4032232@soldec-solution.jp> <200806260845.m5Q8jng4003322@soldec-solution.jp> Message-ID: <48635C8A.8040403@pccluster.org> 亀山です. MASA(tm) さんは書きました: > Kameyama Toyohisa wrote in <4758B56B.4010709 @ pccluster.org> > at Fri, 07 Dec 2007 11:52:27 +0900 >> 1. 現在組み込まれている e1000 の version >  : >> 2. e1000 の pci device id >  : >> の値を教えてください. > > と書かれているので、対応する部分を挙げます。 > > 1.dmesg の tg3 らしい部分 > (SCore のそれ(3.52-rh-scorepm1)より新しいですね...) > tg3.c:v3.77 (May 31, 2007) > ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 17 (level, low) -> IRQ 169 > PCI: Setting latency timer of device 0000:03:00.0 to 64 > divert: allocating divert_blk for eth1 > eth1: Tigon3 [partno(N/A) rev a200 PHY(5722/5756)] (PCI Express) 10/100/1000Base-T Etherne tg3 ドライバが古いようです. SCore に入っているのは 3.66d (2006/9/1) だと思いましたが, 5722 がサポートされたのは 2006/9/28 のようで, この NIC をサポート していないようです. tg3 の新しい driver は http://www.broadcom.com/support/ethernet_nic/downloaddrivers.php から入手できます. ここから最新版を入手し, tg3-3.85l.tar.gz を展開し, その中の tg3.c と tg3.h だけを score6-src/SCore/pm-v2/arch/ethernet/driver/tg3_scorepm/linux2_6 にコピーし, tg3.c の #include が終わったあたりに #include "pm_ethernet_client.h" を挿入し, DRV_MODULE_NAME を tg3_scorepm1 に置き換えて, その directory で % smake % smake install すれば, PM/Ethernet 用の最新ドライバがコンパイルできると思います. Kameyama Toyohisa From masa @ soldec-solution.jp Thu Jun 26 21:54:08 2008 From: masa @ soldec-solution.jp (MASA(tm)) Date: Thu, 26 Jun 2008 21:54:08 +0900 Subject: [SCore-users-jp] PM/Ethernet =?ISO-2022-JP?B?GyRCJCxGMDpuJDckSiQkGyhC?= In-Reply-To: <48635C8A.8040403@pccluster.org> References: <200806251009.m5PA9gg2016944@soldec-solution.jp> <68d154a20806250739o5266c642of88b34361d6a8d16@mail.gmail.com> <200806260508.m5Q58Mg4032232@soldec-solution.jp> <200806260845.m5Q8jng4003322@soldec-solution.jp> <48635C8A.8040403@pccluster.org> Message-ID: <200806261303.m5QD3fg4007230@soldec-solution.jp> 菊池です。こんにちは。  結論からら先に。  正しく動作しました。亀山さん、大山さん、メーリングリストの 皆さんありがとうございました。 Kameyama Toyohisa wrote in <48635C8A.8040403 @ pccluster.org> at Thu, 26 Jun 2008 18:08:26 +0900 > SCore に入っているのは 3.66d (2006/9/1) だと思いましたが, > 5722 がサポートされたのは 2006/9/28 のようで, この NIC をサポート > していないようです.  : > ここから最新版を入手し, tg3-3.85l.tar.gz を展開し, その中の > tg3.c と tg3.h だけを > score6-src/SCore/pm-v2/arch/ethernet/driver/tg3_scorepm/linux2_6 > にコピーし, tg3.c の #include が終わったあたりに > #include "pm_ethernet_client.h" > を挿入し, DRV_MODULE_NAME を tg3_scorepm1 に置き換えて, その directory で > % smake > % smake install > すれば, PM/Ethernet 用の最新ドライバがコンパイルできると思います.  手順に従ってドライバを再構成し、正しく動作するようになりま した。 ・tg3.c の変更 $ diff linux2_6/tg3.c ~/tmp/Server/Linux/Driver/tg3-3.85l/tg3.c 87,89c87 < #include "pm_ethernet_client.h" < < #define DRV_MODULE_NAME "tg3_scorepm1" --- > #define DRV_MODULE_NAME "tg3"  結果、 $ scrun ./pi3f90 SCore-D 6.0.2 connected (jid=1,reconnect=33075). (略 <0:0> SCORE: 24 nodes (3x8) ready. (略 と、(ビルド時の手違いを除いて)あっけなく動作しました。あり がとうございました。 -- ---------------------------------- 菊池 匡洋 mailto:masa @ soldec-solution.jp ----------------------------------