Changes

From Genome Analysis Wiki
Jump to navigationJump to search
451 bytes added ,  12:13, 31 October 2014
Line 76: Line 76:  
*** Set <code>CLUSTER_SHELL</code> to define the shell you want to use, like <code>bash</code>
 
*** Set <code>CLUSTER_SHELL</code> to define the shell you want to use, like <code>bash</code>
 
*** Set <code>MASTER_IMAGE_ID</code> to the latest GotCloud AMI, see: [[GotCloud: AMIs]]
 
*** Set <code>MASTER_IMAGE_ID</code> to the latest GotCloud AMI, see: [[GotCloud: AMIs]]
 +
**** Contains GotCloud, the reference, and the demo files in the /home/ubuntu/ directory that will be visible on all nodes in the cluster
 +
**** Has a 30G volume, but with only 6G available
 
*** Set <code>NODE_IMAGE_ID</code> to a StarCluster <code>ubuntu x86_64</code> AMI
 
*** Set <code>NODE_IMAGE_ID</code> to a StarCluster <code>ubuntu x86_64</code> AMI
 +
**** Since each node does not need its own 30G volume containing GotCloud, the reference, and the demo files, we use a separate image for the nodes.  The nodes can just access the master's copy of GotCloud, etc (thus each node does not require its own 30G volume)
 
*** Set <code>NODE_INSTANCE_TYPE</code> to the type of instances you want to start in your cluster
 
*** Set <code>NODE_INSTANCE_TYPE</code> to the type of instances you want to start in your cluster
 
**** See http://aws.amazon.com/ec2/pricing/ for instance descriptions and prices
 
**** See http://aws.amazon.com/ec2/pricing/ for instance descriptions and prices
Line 89: Line 92:  
** Create your Own Volumes and attach them to the GotCloud cluster
 
** Create your Own Volumes and attach them to the GotCloud cluster
 
*** '''Instructions TBD'''
 
*** '''Instructions TBD'''
      
=== Starting the Cluster ===
 
=== Starting the Cluster ===

Navigation menu