Changes

From Genome Analysis Wiki
Jump to navigationJump to search
178 bytes removed ,  15:47, 19 November 2012
no edit summary
Line 53: Line 53:     
<code>
 
<code>
wget -qO -  share.sph.umich.edu:gotcloud/snapshots.txt
+
  wget -qO -  share.sph.umich.edu:gotcloud/snapshots.txt
 
+
#                          GotCloud SnapShot List
+
  #                          GotCloud SnapShot List
#
+
  #
#  Create an EBS volume from these snapshots. Use the AWS console or
+
  #  Create an EBS volume from these snapshots. Use the AWS console or
#  with an ec2-api-tools command:
+
  #  with an ec2-api-tools command:
#
+
  #
#    ec2-create-volume -K ~/ec2/EC2-X509-private_key.pem \
+
  #    ec2-create-volume -K ~/ec2/EC2-X509-private_key.pem \
#      -C ~/ec2/EC2-X509-cert.pem -s 40 \
+
  #      -C ~/ec2/EC2-X509-cert.pem -s 40 \
#      --snapshot snap-14ea7632 --region us-west-2 -z us-west-2a
+
  #      --snapshot snap-14ea7632 --region us-west-2 -z us-west-2a
#
+
  #
#                        Availability
+
  #                        Availability
#  Zone        Snapshot      Size
+
  #  Zone        Snapshot      Size
us-west-2a    snap-14ea7632  40GB
+
  us-west-2a    snap-14ea7632  40GB
 
</code>
 
</code>
Choose the correct snapshot-id and create the volume.
  −
Do not format the volume. Do not mount it.
  −
Rather you will need to tell StarCluster to mount this volume on each node in the cluster.
  −
This is done ny
  −
      
This will create a device which you need to mount in your instance.
 
This will create a device which you need to mount in your instance.
283

edits

Navigation menu