Skip to content

Configuration and sample applications for an virtual Ubuntu cluster

License

Notifications You must be signed in to change notification settings

sdsc/comet-vc-tutorial

Repository files navigation

comet-vc-tutorial

Configuration and sample applications for an virtual Ubuntu cluster on Comet.

Link to Comet docs

Basic Steps

  • Install Cloudmesh client and configure it to access a Comet virtual cluster.
  • Install an Ubuntu front end following the tutorial.
  • Generate networking information using cmutil.py and send to front end.
wget http://bit.ly/vc-cmutil
python cmutil.py nodesfile
scp vcn*.txt <USER>@vct<##>.sdsc.edu:~/
  • If you're on a Mac, use cURL instead of wget for the first command.
curl -L http://bit.ly/vc-cmutil -o cmutil.py
  • Get the deploy.sh script and configure the front end.
wget -O deploy.sh http://bit.ly/vc-deployment
chmod +x deploy.sh
sudo ./deploy.sh
  • Power on the compute nodes to install.

About

Configuration and sample applications for an virtual Ubuntu cluster

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published