<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div><span>Thank you very much Mike. I agree with you suggestion. I can do that in worker.pl.</span></div><div><br><span></span></div><div><span>Thank you</span></div><div><span>Emalayan<br></span></div><div><br></div>  <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font size="2" face="Arial"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Michael Wilde <wilde@mcs.anl.gov><br> <b><span style="font-weight: bold;">To:</span></b> emalayan@ece.ubc.ca <br><b><span style="font-weight: bold;">Cc:</span></b> swift-devel <swift-devel@ci.uchicago.edu> <br> <b><span style="font-weight: bold;">Sent:</span></b> Saturday, 3 March 2012 7:39 PM<br> <b><span style="font-weight:
 bold;">Subject:</span></b> Re: [Swift-devel] [ZeptoOS] hostname  returns none in Surveyor<br> </font> </div> <br>Emalayan,<br><br>I wasnt paying much attention to the actual IP address returned by hostname in the zeptoos profile.<br><br>Since these are the addresses that Mosa will communicate over, I think you *do* want them to be the 192.168.1.* addresses of the nodes on the torus network (in other words tun0).<br><br>So, since both profiles return 192.168.1.64 for the tun0 IP, I think thats what you should use. So try replacing `hostname` in worker.pl with something like:<br><br>  `ifconfig | grep 192.168 | sed -e 's/^inet addr://' -e 's/ .*//'`<br><br>You may have to adapt this a bit to meet your needs. Im assuming that the only code that will uses these IPs is MosaStore.<br><br>- Mike<br><br><br>----- Original Message -----<br>> From: "Kazutomo Yoshii" <<a ymailto="mailto:kazutomo@mcs.anl.gov"
 href="mailto:kazutomo@mcs.anl.gov">kazutomo@mcs.anl.gov</a>><br>> To: <a ymailto="mailto:zeptoos@lists.mcs.anl.gov" href="mailto:zeptoos@lists.mcs.anl.gov">zeptoos@lists.mcs.anl.gov</a><br>> Sent: Saturday, March 3, 2012 8:52:00 PM<br>> Subject: Re: [ZeptoOS] hostname returns none in Surveyor<br>> Hi Emalayan,<br>> <br>> The zeptoos profile returns the IP address of associated I/O node,<br>> which is kind of wrong in my opinion (influence of IBM CNK).<br>> ifconfig on compute nodes returns CN's IP address, which is correct.<br>> e.g. tun0 192.168.1.64<br>> <br>> If you want to find associated ION's IP address from CNs,<br>> do something like this.<br>> <br>> $ grep BG_IP= /proc/personality.sh<br>> <br>> - kaz<br>> <br>> On 03/03/2012 08:25 PM, Emalayan Vairavanathan wrote:<br>> > Hi All,<br>> ><br>> > I am trying to run some experiments in Surveyor. The software I am<br>> >
 using<br>> > gets the IP-address of compute-nodes using hostname command.<br>> ><br>> > With zepto-vn-eval/mosatest profile hostname command returns none.<br>> > But with zeptoos profile hostname returns the correct IP address.<br>> ><br>> > Is this due to some configuration issues in zepto-vn-eval/mosatest<br>> > profile?As a workaround I tired to use ifconfig with both profiles,<br>> > but<br>> > it seems ifconfig is not returning the correct IP address.<br>> ><br>> > Is there any command / files which I can used to retrieve the<br>> > hostname<br>> > on compute nodes? I have pasted the console output with both<br>> > profiles<br>> > below. Please let me know if you need more details.<br>> ><br>> > Thank you<br>> > Emalayan<br>> ><br>> ><br>> > =======================With zeptoos profile<br>> >
 ===============================<br>> ><br>> > / # hostname<br>> > 172.18.3.19<br>> > / #<br>> > / # cat /proc/sys/kernel/hostname<br>> > 172.18.3.19<br>> > / #<br>> > / #<br>> > / # ifconfig -a<br>> > lo Link encap:Local Loopback<br>> > inet addr:127.0.0.1 Mask:255.0.0.0<br>> > UP LOOPBACK RUNNING MTU:16436 Metric:1<br>> > RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>> > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br>> > collisions:0 txqueuelen:0<br>> > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>> ><br>> > tun0 Link encap:UNSPEC HWaddr<br>> > 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00<br>> > inet addr:192.168.1.64 P-t-P:192.168.1.254 Mask:255.255.255.255<br>> > UP POINTOPOINT RUNNING NOARP MULTICAST MTU:65535 Metric:1<br>> > RX packets:2662 errors:0 dropped:0 overruns:0 frame:0<br>> > TX
 packets:1772 errors:0 dropped:0 overruns:0 carrier:0<br>> > collisions:0 txqueuelen:500<br>> > RX bytes:140206 (136.9 KiB) TX bytes:125412 (122.4 KiB)<br>> ><br>> ><br>> ><br>> > =======================With zepto-vn-eval/mosatest profile<br>> > ===============================<br>> ><br>> > /etc # hostname<br>> > (none)<br>> > /etc #<br>> > /etc # cat /proc/sys/kernel/hostname<br>> > (none)<br>> > /etc #<br>> > /etc # ifconfig -a<br>> > eth0 Link encap:Ethernet HWaddr 00:80:46:00:00:00<br>> > BROADCAST MULTICAST MTU:1500 Metric:1<br>> > RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>> > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br>> > collisions:0 txqueuelen:1000<br>> > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>> ><br>> > eth1 Link encap:Ethernet HWaddr 00:80:47:00:00:00<br>> > BROADCAST
 MULTICAST MTU:1500 Metric:1<br>> > RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>> > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br>> > collisions:0 txqueuelen:1000<br>> > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>> ><br>> > lo Link encap:Local Loopback<br>> > inet addr:127.0.0.1 Mask:255.0.0.0<br>> > inet6 addr: ::1/128 Scope:Host<br>> > UP LOOPBACK RUNNING MTU:16436 Metric:1<br>> > RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>> > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br>> > collisions:0 txqueuelen:0<br>> > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)<br>> ><br>> > sit0 Link encap:IPv6-in-IPv4<br>> > NOARP MTU:1480 Metric:1<br>> > RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>> > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0<br>> > collisions:0 txqueuelen:0<br>> > RX bytes:0 (0.0 B) TX
 bytes:0 (0.0 B)<br>> ><br>> > tun0 Link encap:UNSPEC HWaddr<br>> > 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00<br>> > inet addr:192.168.1.64 P-t-P:192.168.1.254 Mask:255.255.255.255<br>> > UP POINTOPOINT RUNNING NOARP MULTICAST MTU:65535 Metric:1<br>> > RX packets:965 errors:0 dropped:0 overruns:0 frame:0<br>> > TX packets:627 errors:0 dropped:0 overruns:0 carrier:0<br>> > collisions:0 txqueuelen:500<br>> > RX bytes:50984 (49.7 KiB) TX bytes:50530 (49.3 KiB)<br>> ><br><br>-- <br>Michael Wilde<br>Computation Institute, University of Chicago<br>Mathematics and Computer Science Division<br>Argonne National Laboratory<br><br>_______________________________________________<br>Swift-devel mailing list<br><a ymailto="mailto:Swift-devel@ci.uchicago.edu" href="mailto:Swift-devel@ci.uchicago.edu">Swift-devel@ci.uchicago.edu</a><br><a
 href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel" target="_blank">https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel</a><br><br><br> </div> </div>  </div></body></html>