Hello,<div><br></div><div>I am kind of new to this.</div><div><br></div><div>I was trying to use the starcluster with the new cg1.4xlarge instances but I found out that the images that are provided as example (ami-a5c42dcc and ami-d1c42db8) are both paravirtual while the cluster instances require hvm, hardware virtualization. not that I understand fully all this yet but is there anyone that had this problem? and is there an ami available to use for the cluster instances that is at the same time configured like the available amis?</div>
<div><br></div><div>Thank you,</div><div><br></div><div>Moussa <br><br><div class="gmail_quote">On Sat, Nov 27, 2010 at 12:21 PM,  <span dir="ltr">&lt;<a href="mailto:starcluster-request@mit.edu">starcluster-request@mit.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Send StarCluster mailing list submissions to<br>
        <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mailman.mit.edu/mailman/listinfo/starcluster" target="_blank">http://mailman.mit.edu/mailman/listinfo/starcluster</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:starcluster-request@mit.edu">starcluster-request@mit.edu</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:starcluster-owner@mit.edu">starcluster-owner@mit.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of StarCluster digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. access cluster object from plugin (Dan Yamins)<br>
   2. Re: access cluster object from plugin (Justin Riley)<br>
   3. Re: access cluster object from plugin (Dan Yamins)<br>
   4. Re: access cluster object from plugin (Justin Riley)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 26 Nov 2010 18:19:51 -0500<br>
From: Dan Yamins &lt;<a href="mailto:dyamins@gmail.com">dyamins@gmail.com</a>&gt;<br>
Subject: [StarCluster] access cluster object from plugin<br>
To: starcluster &lt;<a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:AANLkTimC6Ox57-Pq%2B_FgGpaQyOary50MW4H7Fi_TDCSp@mail.gmail.com">AANLkTimC6Ox57-Pq+_FgGpaQyOary50MW4H7Fi_TDCSp@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi Justin:<br>
<br>
Is there any way to access to the cluster object (and in particular the<br>
cluster object&#39;s .ec2 attribute) from within the plugin?<br>
<br>
What I want to be able to do is modify the cluster permissions (e.g. to open<br>
a specific port) in the plugin logic ... I could do it via boto with the<br>
cluster.ec2 object if that object is available ... or what is the right<br>
way?<br>
<br>
Dan<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mailman.mit.edu/pipermail/starcluster/attachments/20101126/c15fd033/attachment-0001.htm" target="_blank">http://mailman.mit.edu/pipermail/starcluster/attachments/20101126/c15fd033/attachment-0001.htm</a><br>

<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 26 Nov 2010 18:27:14 -0500<br>
From: Justin Riley &lt;<a href="mailto:jtriley@MIT.EDU">jtriley@MIT.EDU</a>&gt;<br>
Subject: Re: [StarCluster] access cluster object from plugin<br>
To: <a href="mailto:starcluster@MIT.EDU">starcluster@MIT.EDU</a><br>
Message-ID: &lt;<a href="mailto:4CF04252.9040304@mit.edu">4CF04252.9040304@mit.edu</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
On 11/26/10 6:19 PM, Dan Yamins wrote:<br>
&gt; Is there any way to access to the cluster object (and in particular<br>
&gt; the cluster object&#39;s .ec2 attribute) from within the plugin?<br>
&gt;<br>
&gt; What I want to be able to do is modify the cluster permissions (e.g.<br>
&gt; to open a specific port) in the plugin logic ... I could do it via<br>
&gt; boto with the cluster.ec2 object if that object is available ... or<br>
&gt; what is the right way?<br>
<br>
Assuming you&#39;re using the latest github code, each Node instance now has<br>
an &#39;ec2&#39; attribute the same as the Cluster class. So you could use<br>
master.ec2.* in a plugin.<br>
<br>
~Justin<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 26 Nov 2010 18:30:28 -0500<br>
From: Dan Yamins &lt;<a href="mailto:dyamins@gmail.com">dyamins@gmail.com</a>&gt;<br>
Subject: Re: [StarCluster] access cluster object from plugin<br>
To: <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><br>
Message-ID:<br>
        &lt;AANLkTin8698PjstJS7iLi-Zg4=<a href="mailto:64aT65zAyUPDB1v232@mail.gmail.com">64aT65zAyUPDB1v232@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Great thanks.<br>
<br>
Hope you (and all on this list) had a great Thanksgiving!<br>
<br>
Dan<br>
<br>
On Fri, Nov 26, 2010 at 6:27 PM, Justin Riley &lt;<a href="mailto:jtriley@mit.edu">jtriley@mit.edu</a>&gt; wrote:<br>
<br>
&gt; On 11/26/10 6:19 PM, Dan Yamins wrote:<br>
&gt; &gt; Is there any way to access to the cluster object (and in particular<br>
&gt; &gt; the cluster object&#39;s .ec2 attribute) from within the plugin?<br>
&gt; &gt;<br>
&gt; &gt; What I want to be able to do is modify the cluster permissions (e.g.<br>
&gt; &gt; to open a specific port) in the plugin logic ... I could do it via<br>
&gt; &gt; boto with the cluster.ec2 object if that object is available ... or<br>
&gt; &gt; what is the right way?<br>
&gt;<br>
&gt; Assuming you&#39;re using the latest github code, each Node instance now has<br>
&gt; an &#39;ec2&#39; attribute the same as the Cluster class. So you could use<br>
&gt; master.ec2.* in a plugin.<br>
&gt;<br>
&gt; ~Justin<br>
&gt; _______________________________________________<br>
&gt; StarCluster mailing list<br>
&gt; <a href="mailto:StarCluster@mit.edu">StarCluster@mit.edu</a><br>
&gt; <a href="http://mailman.mit.edu/mailman/listinfo/starcluster" target="_blank">http://mailman.mit.edu/mailman/listinfo/starcluster</a><br>
&gt;<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mailman.mit.edu/pipermail/starcluster/attachments/20101126/a30a27fc/attachment-0001.htm" target="_blank">http://mailman.mit.edu/pipermail/starcluster/attachments/20101126/a30a27fc/attachment-0001.htm</a><br>

<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 26 Nov 2010 18:32:02 -0500<br>
From: Justin Riley &lt;<a href="mailto:jtriley@MIT.EDU">jtriley@MIT.EDU</a>&gt;<br>
Subject: Re: [StarCluster] access cluster object from plugin<br>
To: <a href="mailto:starcluster@MIT.EDU">starcluster@MIT.EDU</a><br>
Message-ID: &lt;<a href="mailto:4CF04372.3040106@mit.edu">4CF04372.3040106@mit.edu</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
On 11/26/10 6:19 PM, Dan Yamins wrote:<br>
&gt;<br>
&gt; What I want to be able to do is modify the cluster permissions (e.g.<br>
&gt; to open a specific port) in the plugin logic ... I could do it via<br>
&gt; boto with the cluster.ec2 object if that object is available ... or<br>
&gt; what is the right way?<br>
I assume you don&#39;t know the permissions you need before runtime and this<br>
is why you&#39;re needing to modify security group permission settings in a<br>
plugin. Just as a reminder, if you *do* know the permissions you can use<br>
the new [permission] config settings.<br>
<br>
~Justin<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
StarCluster mailing list<br>
<a href="mailto:StarCluster@mit.edu">StarCluster@mit.edu</a><br>
<a href="http://mailman.mit.edu/mailman/listinfo/starcluster" target="_blank">http://mailman.mit.edu/mailman/listinfo/starcluster</a><br>
<br>
<br>
End of StarCluster Digest, Vol 15, Issue 10<br>
*******************************************<br>
</blockquote></div><br></div>