<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Irfan's Corner on the Web &#187; cluster computing</title>
	<atom:link href="http://irfanhabib.com/blog/category/cluster-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://irfanhabib.com/blog</link>
	<description>On Mac, Linux, Grid, Virtualization and Software Technology</description>
	<lastBuildDate>Sat, 18 Jun 2011 07:07:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Useful tutorial to Condor BirdBath SOAP API</title>
		<link>http://irfanhabib.com/blog/2009/03/17/useful-tutorial-to-condor-birdbath-soap-api/</link>
		<comments>http://irfanhabib.com/blog/2009/03/17/useful-tutorial-to-condor-birdbath-soap-api/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 16:46:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cluster computing]]></category>
		<category><![CDATA[clusters]]></category>

		<guid isPermaLink="false">http://irfanhabib.com/blog/2009/03/17/useful-tutorial-to-condor-birdbath-soap-api/</guid>
		<description><![CDATA[
			
				
			
		
One of the most useful and comprehensive tutorials on Condor BirdBath I've found is located at http://communitygrids.blogspot.com/2006/09/submitting-globus-job-through-condor.html.
The only addition I would make is the following:
If you want to find out the port of the condor_schedd process, you can find that out via the condor_status process.
$ condor_status -schedd -constraint "HasSOAPInterface=?=TRUE" -l &#124; grep YOURADDRESS
In my case [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Firfanhabib.com%2Fblog%2F2009%2F03%2F17%2Fuseful-tutorial-to-condor-birdbath-soap-api%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Firfanhabib.com%2Fblog%2F2009%2F03%2F17%2Fuseful-tutorial-to-condor-birdbath-soap-api%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the most useful and comprehensive tutorials on Condor BirdBath I've found is located at <a href="http://communitygrids.blogspot.com/2006/09/submitting-globus-job-through-condor.html">http://communitygrids.blogspot.com/2006/09/submitting-globus-job-through-condor.html</a>.</p>
<p>The only addition I would make is the following:</p>
<p>If you want to find out the port of the condor_schedd process, you can find that out via the condor_status process.</p>
<p>$ condor_status -schedd -constraint "HasSOAPInterface=?=TRUE" -l | grep <span style="font-style: italic;">YOURADDRESS</span></p>
<p>In my case I got this reply:</p>
<p>ScheddIpAddr = "&lt;192.168.1.110:48407&gt;</p>
<p>&lt;"MyAddress = "&lt;192.168.1.110:48407&gt;"</p>
<p>PublicNetworkIpAddr = "&lt;192.168.1.110:48407&gt;"</p>
<p>so I would pass http://192.168.1.110:48407 to argument[0] of the program, and submit my condor job.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://irfanhabib.com/blog/2009/03/17/useful-tutorial-to-condor-birdbath-soap-api/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

