Hi Don,<div><br></div><div>Thanks for the info and what a relief! It´s been done a lot of job on the cluster itself and losing everything would be a waste of precious time. I was afraid of StarCluster restriction on that based on somebody´s blog that tells you should start fresh (not in my case).</div>
<div><br></div><div>best regards,</div><div><br></div><div>Sergio</div><div><br></div><div>Extract from the blog...</div><div><br></div><div><h2 style="margin-top:15.6pt;margin-right:0cm;margin-bottom:2.4pt;margin-left:0cm;line-height:15.75pt;background:white">
<span lang="EN-US" style="font-size:14pt;font-family:&#39;Lucida Sans Unicode&#39;,sans-serif">Start up an instance of the type you want to customize</span></h2>

<p style="margin-top:9.6pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;line-height:15.75pt;background:white"><span lang="EN-US" style="font-size:10.5pt;font-family:&#39;Lucida Sans Unicode&#39;,sans-serif">For large instances, I start with the x86_64 AMI on the StarCluster home
page. That’s currently ami-999d49f0. I start it using the starcluster command
line, from my local machine:</span></p>

<div style="border:solid #cccccc 1.0pt;padding:6.0pt 6.0pt 6.0pt 6.0pt;background:#f8f8f8"><pre style="line-height:11.25pt;border:none;padding:0cm;background-repeat:initial initial"><span lang="EN-US" style="font-family:Consolas;letter-spacing:0.2pt">%% starcluster start -o -s 1 -i m1.large -n ami-999d49f0 customize_me</span></pre>
</div>

<p style="margin-top:9.6pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;line-height:15.75pt;background:white"><span lang="EN-US" style="font-size:10.5pt;font-family:&#39;Lucida Sans Unicode&#39;,sans-serif">Then, once it’s started, I log in and install software, configure boot,
etc. (See<span class="apple-converted-space"> </span><a href="http://ged.msu.edu/angus/tutorials-2012/reusing-course-materials.html"><em><span style="color:rgb(202,121,0)">Reusing
course materials</span></em></a><span class="apple-converted-space"> </span>for
an example.) A few notes –</span></p>

<ul type="disc">
 <li class="MsoNormal" style="line-height:15.75pt;background-color:white;background-repeat:initial initial"><span lang="EN-US" style="font-size:10.5pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;">don’t put
     anything in /root that’s not in a hidden (dot) directory; the script for
     building a new AMI will erase everything in that directory.</span></li>
 <li class="MsoNormal" style="line-height:15.75pt;background-color:white;background-repeat:initial initial"><span lang="EN-US" style="font-size:10.5pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;">don’t put
     anything under /mnt if you want it saved as part of the AMI, as this will<span class="apple-converted-space"> </span><em>not</em><span class="apple-converted-space"> </span>get
     baked into the new AMI.</span></li>
 <li class="MsoNormal" style="line-height:15.75pt;background-color:white;background-repeat:initial initial"><span lang="EN-US" style="font-size:10.5pt;font-family:&quot;Lucida Sans Unicode&quot;,&quot;sans-serif&quot;">don’t mount
     any EBS volumes as they, too, will get baked into the new AMI.</span></li>
</ul>

<p style="margin-top:9.6pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;line-height:15.75pt;background:white"><span lang="EN-US" style="font-size:10.5pt;font-family:&#39;Lucida Sans Unicode&#39;,sans-serif">Generally I put things under /usr/local/src (if it’s a program) or
elsewhere under /usr if not. These will get saved as part of the new AMI.</span></p>

<p style="margin-top:9.6pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;line-height:15.75pt;background:white"><span lang="EN-US" style="font-size:10.5pt;font-family:&#39;Lucida Sans Unicode&#39;,sans-serif">Once you’ve customized things so that everything starts up on boot as
you want – TEST THIS!! – tell starcluster to make a new EBS image:</span></p>

<div style="border:solid #cccccc 1.0pt;padding:6.0pt 6.0pt 6.0pt 6.0pt;background:#f8f8f8"><pre style="line-height:11.25pt;border:none;padding:0cm;background-repeat:initial initial"><span lang="EN-US" style="font-family:Consolas;letter-spacing:0.2pt">%% starcluster ebsimage i-9999999 my-new-image</span></pre>
</div>

<p style="margin-top:9.6pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;line-height:15.75pt;background:white"><span lang="EN-US" style="font-size:10.5pt;font-family:&#39;Lucida Sans Unicode&#39;,sans-serif">Here you should name it something other than ‘my-new-image’. You can
figure out the correct instance ID by logging into the AWS console and looking,
or by doing</span></p>

<div style="border:solid #cccccc 1.0pt;padding:6.0pt 6.0pt 6.0pt 6.0pt;background:#f8f8f8"><pre style="line-height:11.25pt;border:none;padding:0cm;background-repeat:initial initial"><span lang="EN-US" style="font-family:Consolas;letter-spacing:0.2pt">%% starcluster listclusters</span></pre>
</div>

<p style="margin-top:9.6pt;margin-right:0cm;margin-bottom:6.0pt;margin-left:0cm;line-height:15.75pt;background:white"><span lang="EN-US" style="font-size:10.5pt;font-family:&#39;Lucida Sans Unicode&#39;,sans-serif">and voila, it will show up under your AMIs!</span></p>
<br><div class="gmail_quote">On Mon, Jun 25, 2012 at 10:15 PM, Don MacMillen <span dir="ltr">&lt;<a href="mailto:macd@nimbic.com" target="_blank">macd@nimbic.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
HI Sergio,<br>
<br>
Yes, of course that should work just fine.  In fact you can if you wish, build<br>
from the bare Ubuntu server images based on the recipe posted on the<br>
starcluster site along with your own software, but taking a snapshot is<br>
much easier.  We build from the bare server images so I can look customer&#39;s<br>
in the eye and tell them we know _exactly_ what is on the image but we<br>
started out taking snapshots of the images provided by Justin.<br>
<br>
Regards,<br>
<br>
Don<br>
<div class="HOEnZb"><div class="h5"><br>
On Mon, Jun 25, 2012 at 5:21 PM, Sergio Mafra &lt;<a href="mailto:sergiohmafra@gmail.com">sergiohmafra@gmail.com</a>&gt; wrote:<br>
&gt; C&#39;mon friends.<br>
&gt;<br>
&gt; Need some help here.<br>
&gt; Simple question: Building an image from the current instance that I&#39;m using<br>
&gt; in the StarCluster will work or not as a golden image for next clusters<br>
&gt; configuration?<br>
&gt;<br>
&gt; Best Regards,<br>
&gt;<br>
&gt; Sergio<br>
&gt;<br>
&gt;<br>
&gt; Em quarta-feira, 13 de junho de 2012, Sergio Mafra escreveu:<br>
&gt;&gt;<br>
&gt;&gt; Hi fellows,<br>
&gt;&gt;<br>
&gt;&gt; After lauching the cluster using StarCluster, we did some custom<br>
&gt;&gt; installation on that. Now we want to make it our customized AMI since we<br>
&gt;&gt; will need it as base for adding and removing nodes as the load of cluster<br>
&gt;&gt; asks for.<br>
&gt;&gt; If I build an image of this current AMI using AWS Console, terminate the<br>
&gt;&gt; current cluster and relaunch it using the new customized AMI... will it<br>
&gt;&gt; work?<br>
&gt;&gt;<br>
&gt;&gt; All the best and sorry for this newbie questions..<br>
&gt;&gt;<br>
&gt;&gt; Sergio<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Jun 12, 2012 at 9:29 AM, Sergio Mafra &lt;<a href="mailto:sergiohmafra@gmail.com">sergiohmafra@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Thanks.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Em segunda-feira, 11 de junho de 2012, Ron Chen escreveu:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Basically, I think the idea is that StarCluster users can do everything<br>
&gt;&gt;&gt;&gt; with the StarCluster command line, with no dependencies on the AWS Console.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;  -Ron<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; ----- Original Message -----<br>
&gt;&gt;&gt;&gt; From: Dustin Machi &lt;<a href="mailto:dmachi@vbi.vt.edu">dmachi@vbi.vt.edu</a>&gt;<br>
&gt;&gt;&gt;&gt; To: Sergio Mafra &lt;<a href="mailto:sergiohmafra@gmail.com">sergiohmafra@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt; Cc: <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><br>
&gt;&gt;&gt;&gt; Sent: Monday, June 11, 2012 2:39 PM<br>
&gt;&gt;&gt;&gt; Subject: Re: [StarCluster] Little question<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; It is a multistep process, so the star cluster command just makes it<br>
&gt;&gt;&gt;&gt; convenient.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Dustin<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Jun 11, 2012, at 1:12 PM, Sergio Mafra wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt; Dear Friends,<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; We will need to have a AMI customized for our particular needs.<br>
&gt;&gt;&gt;&gt; &gt; Reading the StarCluster docs a doubt arises...What is the difference of<br>
&gt;&gt;&gt;&gt; &gt; preparing a customized AMI using command &quot;starcluster ebsimage i-999999<br>
&gt;&gt;&gt;&gt; &gt; mynewAMI&quot; or create image from AWS Console?<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; All the best,<br>
&gt;&gt;&gt;&gt; &gt; Sergio<br>
&gt;&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; &gt; StarCluster mailing list<br>
&gt;&gt;&gt;&gt; &gt; <a href="mailto:StarCluster@mit.edu">StarCluster@mit.edu</a><br>
&gt;&gt;&gt;&gt; &gt; <a href="http://mailman.mit.edu/mailman/listinfo/starcluster" target="_blank">http://mailman.mit.edu/mailman/listinfo/starcluster</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; StarCluster mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:StarCluster@mit.edu">StarCluster@mit.edu</a><br>
&gt;&gt;&gt;&gt; <a href="http://mailman.mit.edu/mailman/listinfo/starcluster" target="_blank">http://mailman.mit.edu/mailman/listinfo/starcluster</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<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>
</div></div></blockquote></div><br></div>