[StarCluster] Using striped EBS volumes in a StarCluster generated cluster (UNCLASSIFIED)

Oppe, Thomas C ERDC-RDE-ITL-MS Contractor Thomas.C.Oppe at erdc.dren.mil
Mon Dec 10 04:00:06 EST 2012


Classification: UNCLASSIFIED
Caveats: FOUO

Dear Sir:

How does one use a striped provisioned IOPS EBS volume in a StarCluster-generated cluster?  I am not sure what to put in the "config" file.

I launched a single "m2.4xlarge" instance to create a 6-way striped provisioned IOPS EBS volume by first creating six provisioned IOPS volumes, each being 100GB in size and set for using 1000 IOPS, attached each to the "m2.4xlarge" instance, and striped the ensemble by using the commands:

sudo mdadm --create /dev/md0 --level=0 --chunk=64 --raid-devices=6 /dev/sdg /dev/sdh /dev/sdi /dev/sdj /dev/sdk /dev/sdl
sudo yum install -y xfsprogs
sudo mkdir -p /Work && sudo mkfs.xfs /dev/md0 && sudo mount -t xfs /dev/md0 /Work && sudo chown ec2-user:ec2-user /Work

How do I declare the striped volume "Work" in the "config" file?  Or should I simply declare these six volumes in my "config" file, and repeat the three commands above once I have started the cluster and I am logged into "master"?  Will the other cluster nodes see "/Work" as a 6-way striped EBS volume?

Thank you for any information.

Tom Oppe


Classification: UNCLASSIFIED
Caveats: FOUO

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/starcluster/attachments/20121210/f8e55f1a/attachment.htm


More information about the StarCluster mailing list