<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Zhao,<br>
You just need a way to pass an IP address to the deef provider... so
might as well do:<br>
<pre wrap="">export GLOBUS_HOSTNAME=182.17.3.16</pre>
and then read the environment variable "GLOBUS_HOSTNAME" in the deef
provider and get the IP address that way.  This is assuming that the
-ip.address option in Swift doesn't work as you expected.<br>
<br>
Ioan<br>
<br>
Ben Clifford wrote:
<blockquote
 cite="mid:Pine.LNX.4.64.0807221639020.30987@dildano.hawaga.org.uk"
 type="cite">
  <pre wrap="">On Tue, 22 Jul 2008, Zhao Zhang wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I have a question about the following parameter of swift.
1. Is this feature enabled in current release of swift?
2. If I specify it as "swift -ip.address 172.17.3.16 first.swift", is that
correct?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I usually set GLOBUS_HOSTNAME in the environment rather than specifying a 
commandline parameter; that works for me regularly.

eg:

  $ export GLOBUS_HOSTNAME=182.17.3.16

If you're adding in non-Swift stuff like provider-deef, I haven't tested 
how that responds to the above configuration.

  </pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">-- 
===================================================
Ioan Raicu
Ph.D. Candidate
===================================================
Distributed Systems Laboratory
Computer Science Department
University of Chicago
1100 E. 58th Street, Ryerson Hall
Chicago, IL 60637
===================================================
Email: <a class="moz-txt-link-abbreviated" href="mailto:iraicu@cs.uchicago.edu">iraicu@cs.uchicago.edu</a>
Web:   <a class="moz-txt-link-freetext" href="http://www.cs.uchicago.edu/~iraicu">http://www.cs.uchicago.edu/~iraicu</a>
<a class="moz-txt-link-freetext" href="http://dev.globus.org/wiki/Incubator/Falkon">http://dev.globus.org/wiki/Incubator/Falkon</a>
<a class="moz-txt-link-freetext" href="http://dsl-wiki.cs.uchicago.edu/index.php/Main_Page">http://dsl-wiki.cs.uchicago.edu/index.php/Main_Page</a>
===================================================
===================================================

</pre>
</body>
</html>