<?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>ActiveEon &#187; Tips &amp; Tricks</title>
	<atom:link href="http://www.activeeon.com/blog/category/tipsandtricks/feed" rel="self" type="application/rss+xml" />
	<link>http://www.activeeon.com</link>
	<description>ActiveEon is your dedicated technology partner for accelerating and scaling up your enterprise applications.</description>
	<lastBuildDate>Mon, 16 Jan 2012 14:37:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>ProActive Workflow Studio &#8211; Video Tutorial</title>
		<link>http://www.activeeon.com/blog/all/tipsandtricks/workflow-studio-video-tutorial</link>
		<comments>http://www.activeeon.com/blog/all/tipsandtricks/workflow-studio-video-tutorial#comments</comments>
		<pubDate>Tue, 26 Jul 2011 08:50:55 +0000</pubDate>
		<dc:creator>jmorino</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[workflow studio]]></category>

		<guid isPermaLink="false">http://www.activeeon.com/?p=2155</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/a7dDwJvo_Uo?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/a7dDwJvo_Uo?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.activeeon.com/blog/all/tipsandtricks/workflow-studio-video-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Struggling with the network configuration?</title>
		<link>http://www.activeeon.com/blog/all/tipsandtricks/struggling-with-the-network-configuration</link>
		<comments>http://www.activeeon.com/blog/all/tipsandtricks/struggling-with-the-network-configuration#comments</comments>
		<pubDate>Tue, 26 May 2009 10:48:50 +0000</pubDate>
		<dc:creator>cdespoix</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://exp.activeeon.com/?p=423</guid>
		<description><![CDATA[Set the parameters proactive.net.* to limit the possible addresses ProActive runtime can bind to. A ProActive runtime is only able to bind to one and only one InetAddress. Usually, this limitation is not seen by the user and no special configuration is required. ProActive tries to use the most suitable network address available. But sometimes, [...]]]></description>
			<content:encoded><![CDATA[<p>Set <strong>the parameters proactive.net.*</strong> to limit the possible addresses ProActive runtime can bind to.</p>
<p>A ProActive runtime is only able to bind to one and only one InetAddress. Usually, this limitation is not seen by the user and no special configuration is required. ProActive tries to use the most suitable network address available. But sometimes, <strong>the right IP address cannot be elected or the user wants to use a given IP address</strong>. In such case, you can specify the IP address to use by using theses properties: proactive.hostname, proactive.net.interface, proactive.net.netmask, proactive.net.nolocal, proactive.net.noprivate.<br />
IPv6 can be enabled by setting the proactive.net.disableIPv6 property to false. By default ProActive will not use IPv6 addresses.<br />
If none of the proactive.hostname, proactive.net.interface, proactive.net.netmask, proactive.net.nolocal, proactive.net.noprivate properties is defined, then the following algorithm is used to elect an IP address:<br />
• If a public IP address is available use it. If several ones are available, one is chosen randomly.<br />
• If a private IP address is available use it. If several ones are available, one is chosen randomly.<br />
• If a loopback IP address is available use it. If several ones are available, one is chosen randomly.<br />
• If no IP address is available at all. Then the runtime exits with an error message.<br />
If proactive.hostname is set, then the value returned by InetAddress.getByName(proactive.hostname) is elected. If no IP address is found, then the runtime exits with an error message.<br />
If proactive.hostname is not set, and at least one of the proactive.net.interface, proactive.net.netmask, proactive.net.nolocal, proactive.net.noprivate is set, then one of the addresses matching all the requirements is elected. Requirements are:<br />
• If proactive.net.interface is set, then the IP address must be bound to the given network interface.<br />
• If proactive.net.netmask is set, then the IP address must match the given netmask.<br />
• If proactive.net.nolocal is set, then the IP address must not be a loopback address.<br />
• If proactive.net.noprivate is set, then the IP address must not be a private address.<br />
If no address matches theses criteria, the runtime exits with an error message.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activeeon.com/blog/all/tipsandtricks/struggling-with-the-network-configuration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need to adapt the number of resources made available to users based on workload?</title>
		<link>http://www.activeeon.com/blog/all/tipsandtricks/need-to-adapt-the-number-of-resources-made-available-to-users-based-on-workload</link>
		<comments>http://www.activeeon.com/blog/all/tipsandtricks/need-to-adapt-the-number-of-resources-made-available-to-users-based-on-workload#comments</comments>
		<pubDate>Tue, 26 May 2009 10:48:10 +0000</pubDate>
		<dc:creator>cdespoix</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://exp.activeeon.com/?p=419</guid>
		<description><![CDATA[Need to adapt the number of resources made available to users based on workload?]]></description>
			<content:encoded><![CDATA[<p>Use the <strong>dynamic and Scheduler state-aware node sources</strong>:</p>
<p>&#8220;Scheduler loading&#8221; policy &#8211; <strong>acquires/releases nodes according to the scheduler load</strong>, which can be characterized for example by the number of nodes per task.<br />
For example, if the policy is configured to &#8220;1 node per task&#8221; and if a job with 10 tasks is submitted, then 10 nodes will be dynamically acquired from the infrastructure.</p>
<p>This policy allows to configure the number of resources which will be always enough for the scheduler. Nodes are acquired and released according to scheduler loading factor which is a number of tasks per node. This policy requires scheduler URL, user name and password. It is important to correctly configure maximum and minimum nodes that this policy will try to hold.<br />
Maximum number should not be greater than potential nodes number which is possible to deploy to underlying infrastructure.<br />
If there are more currently acquired nodes than necessary, policy will release them one by one after having waited for a &#8220;release period&#8221; delay. This smooth release procedure is implemented because deployment time is greater than release one. Thus, this waiting time deters policy from spending all its time trying to deploy nodes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activeeon.com/blog/all/tipsandtricks/need-to-adapt-the-number-of-resources-made-available-to-users-based-on-workload/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

