Hui...<br><br>I had no problem getting it to work for me when I tried to follow the instructions.<br>I&#39;m not sure if it matters but I removed the dashes &quot;-&quot; from my AWS User ID number ?<br><br>For the keypair I just used one of my existing AWS keypair&#39;s.<br>
<br>Brian<br><br>= = = = = = = = = = =<br><div class="gmail_quote">
<br>
Today&#39;s Topics:<br>
<br>
   1. starcluster start error (Hui Zhao)<br>
   2. Re: starcluster start error (Justin Riley)<br>
   3. Re: starcluster start error (Hui Zhao)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Thu, 4 Nov 2010 13:04:56 -0400<br>
From: &quot;Hui Zhao&quot; &lt;<a href="mailto:zhaoh@cbio.mskcc.org">zhaoh@cbio.mskcc.org</a>&gt;<br>
Subject: [StarCluster] starcluster start error<br>
To: <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><br>
Message-ID: &lt;<a href="mailto:4C6285D8-8C04-4A04-9F40-C25CF82A4EFD@cbio.mskcc.org">4C6285D8-8C04-4A04-9F40-C25CF82A4EFD@cbio.mskcc.org</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes<br>
<br>
Hi,<br>
What is the minimal parameters needed for the starcluster config file?<br>
I only edited the uncommented ones in the template config before the<br>
section of &quot;configure EBS Volumes&quot;. I got error shown as below. I<br>
copied AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY from my aws account<br>
including the 12 digits AWS_USER_ID. Why does it complain it&#39;s<br>
invalid? For the keypair, that is the one with .pem extension, right?<br>
I cannot fine the file cluster.py either. Please advise.<br>
Thanks,<br>
Julia<br>
<br>
-bash-3.2$ starcluster start smallcluster<br>
StarCluster - (<a href="http://web.mit.edu/starcluster" target="_blank">http://web.mit.edu/starcluster</a>)<br>
Software Tools for Academics and Researchers (STAR)<br>
Please submit bug reports to <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><br>
<br>
 &gt;&gt;&gt; Using default cluster template: smallcluster<br>
 &gt;&gt;&gt; Validating cluster template settings...<br>
cluster.py:766 - ERROR - Invalid AWS_ACCESS_KEY_ID/<br>
AWS_SECRET_ACCESS_KEY combination.<br>
cli.py:243 - ERROR - settings for cluster template &quot;smallcluster&quot; are<br>
not valid<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 04 Nov 2010 13:19:15 -0400<br>
From: Justin Riley &lt;<a href="mailto:jtriley@MIT.EDU">jtriley@MIT.EDU</a>&gt;<br>
Subject: Re: [StarCluster] starcluster start error<br>
To: <a href="mailto:starcluster@MIT.EDU">starcluster@MIT.EDU</a><br>
Message-ID: &lt;<a href="mailto:4CD2EB13.60607@mit.edu">4CD2EB13.60607@mit.edu</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
<br>
  On 11/4/10 1:04 PM, Hui Zhao wrote:<br>
&gt; Why does it complain it&#39;s<br>
&gt; invalid?<br>
Hmmm, do yo have quotes around the settings (ie AWS_ACCESS_KEY=&quot;myid&quot;) ?<br>
If so, remove them. Also, are you sure you haven&#39;t mixed up your access<br>
key and secret access key in the config? Perhaps you need to swap them.<br>
&gt; For the keypair, that is the one with .pem extension, right?<br>
Well, maybe. Do you recall explicitly creating a new keypair? You do not<br>
automatically get a keypair when you first create an AWS/EC2 account.<br>
You must explicitly create a new keypair either using the AWS Management<br>
Console or running the EC2 command line tool &quot;ec2-add-keypair&quot;. The EC2<br>
Getting Started Guide runs you through this. If you don&#39;t recall doing<br>
this at some point then the *.pem file(s) you are referring to are<br>
likely your EC2 certificate and private certificate files for your AWS<br>
account which are not the same.<br>
<br>
I would recommend logging into the AWS Management Console and checking<br>
to see if you have any keypairs listed. I believe you can download your<br>
existing keys (if any) from the management console as well. If you don&#39;t<br>
have any keypairs, it&#39;s easy to create a new one and the management<br>
console will prompt you to download the key file. You should then use<br>
the location you download the keypair file to as key_location in a [key]<br>
section. Does that make sense?<br>
<br>
~Justin<br>
<br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Thu, 4 Nov 2010 14:06:00 -0400<br>
From: &quot;Hui Zhao&quot; &lt;<a href="mailto:zhaoh@cbio.mskcc.org">zhaoh@cbio.mskcc.org</a>&gt;<br>
Subject: Re: [StarCluster] starcluster start error<br>
To: &quot;Justin Riley&quot; &lt;<a href="mailto:jtriley@mit.edu">jtriley@mit.edu</a>&gt;<br>
Cc: <a href="mailto:starcluster@mit.edu">starcluster@mit.edu</a><br>
Message-ID: &lt;<a href="mailto:53475FBA-93F9-4230-8457-C9BE840F9C5E@cbio.mskcc.org">53475FBA-93F9-4230-8457-C9BE840F9C5E@cbio.mskcc.org</a>&gt;<br>
Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes<br>
<br>
Justin,<br>
Thanks for the quick response. It&#39;s my mistake - I copied the<br>
AWS_SECRET_ACCESS_KEY from my aws account, somehow the last digit was<br>
modified. Once it&#39;s corrected, I was able to start the default<br>
smallcluster.  This mailing list is very helpful and I feel more<br>
courage to explore it further.<br>
Thanks again,<br>
Julia<br>
<br>
On Nov 4, 2010, at 1:19 PM, Justin Riley wrote:<br>
<br>
&gt;  On 11/4/10 1:04 PM, Hui Zhao wrote:<br>
&gt;&gt; Why does it complain it&#39;s<br>
&gt;&gt; invalid?<br>
&gt; Hmmm, do yo have quotes around the settings (ie<br>
&gt; AWS_ACCESS_KEY=&quot;myid&quot;) ?<br>
&gt; If so, remove them. Also, are you sure you haven&#39;t mixed up your<br>
&gt; access<br>
&gt; key and secret access key in the config? Perhaps you need to swap<br>
&gt; them.<br>
&gt;&gt; For the keypair, that is the one with .pem extension, right?<br>
&gt; Well, maybe. Do you recall explicitly creating a new keypair? You do<br>
&gt; not<br>
&gt; automatically get a keypair when you first create an AWS/EC2 account.<br>
&gt; You must explicitly create a new keypair either using the AWS<br>
&gt; Management<br>
&gt; Console or running the EC2 command line tool &quot;ec2-add-keypair&quot;. The<br>
&gt; EC2<br>
&gt; Getting Started Guide runs you through this. If you don&#39;t recall doing<br>
&gt; this at some point then the *.pem file(s) you are referring to are<br>
&gt; likely your EC2 certificate and private certificate files for your AWS<br>
&gt; account which are not the same.<br>
&gt;<br>
&gt; I would recommend logging into the AWS Management Console and checking<br>
&gt; to see if you have any keypairs listed. I believe you can download<br>
&gt; your<br>
&gt; existing keys (if any) from the management console as well. If you<br>
&gt; don&#39;t<br>
&gt; have any keypairs, it&#39;s easy to create a new one and the management<br>
&gt; console will prompt you to download the key file. You should then use<br>
&gt; the location you download the keypair file to as key_location in a<br>
&gt; [key]<br>
&gt; section. Does that make sense?<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>
<br>
<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 2<br>
******************************************<br>
</div><br>