Changes

From Genome Analysis Wiki
Jump to navigationJump to search
241 bytes added ,  10:49, 7 November 2014
Line 120: Line 120:  
*** Replace number with the number of concurrent jobs you want to run (probably <code>CLUSTER_SIZE</code> * CPUs in <code>NODE_INSTANCE_TYPE</code>)
 
*** Replace number with the number of concurrent jobs you want to run (probably <code>CLUSTER_SIZE</code> * CPUs in <code>NODE_INSTANCE_TYPE</code>)
 
** Otherwise, run GotCloud as you normally would.
 
** Otherwise, run GotCloud as you normally would.
 +
 +
 +
To login to a specific non-master node, do:
 +
starcluster sshnode -u ubuntu mycluster node001
    
=== Monitoring Cluster Usage ===
 
=== Monitoring Cluster Usage ===
Line 193: Line 197:     
==== Terminate the Demo Cluster ====
 
==== Terminate the Demo Cluster ====
 +
# Exit out of your master node
 +
#* <pre>exit</pre>
 
# Terminate the cluster
 
# Terminate the cluster
 
#* Since this is just a demo, we don't have to worry about the data getting deleted upon termination
 
#* Since this is just a demo, we don't have to worry about the data getting deleted upon termination
 
#* <pre>starcluster terminate mycluster</pre>
 
#* <pre>starcluster terminate mycluster</pre>
 +
#** Answer <code>y</code> to the questions <code>Terminate EBS cluster mycluster (y/n)? </code>
    
== Old Instructions==
 
== Old Instructions==

Navigation menu