Changes between Version 5 and Version 6 of DICLOUD/GEC12tutorial


Ignore:
Timestamp:
10/17/11 15:33:36 (13 years ago)
Author:
David Irwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DICLOUD/GEC12tutorial

    v5 v6  
    154154}}}
    155155
    156 
    157 == Run the DiCloud server ==
     156== Run the !DiCloud server ==
    158157
    159158{{{
     
    163162
    164163
    165 Step 7: Using the DiCloud console
     164Step 7: Using the !DiCloud console
    166165---------------------------------
    167166
     
    236235}}}
    237236
    238 You can also script the DiCloud console. An example is below.
     237You can also script the !DiCloud console. An example is below.
    239238
    240239{{{
     
    262261}}}
    263262
     263Step 8:  Using the !DiCloud web portal
     264-------------------------------------
     265
     266Go to http://localhost/vise/dicloud.
     267
     268
     269Step 9:  Running a Gush experiment using DiCloud and/or Orca resources
     270----------------------------------------------------------------------
     271
     272Direction adapted from http://groups.geni.net/geni/wiki/GEC11VMSetup under installing Gush.
     273
     274{{{
     275apt-get install keychain
     276mkdir /usr/local/geni/gush
     277cd /usr/local/geni/gush
     278wget http://gush.cs.williams.edu/gush-bin-32bit.tgz
     279
     280cd ~
     281bash
     282cp ~/Tutorials/DiCloud/ec2/keys/geni-keypair.pem ~/.ssh/id_rsa
     283cp ~/Tutorials/DiCloud/ec2/keys/geni-keypair.pub ~/.ssh/id_rsa.pub
     284keychain ~/.ssh/id_rsa
     285echo 'StrictHostKeyChecking no' >> ~/.ssh/config
     286mkdir ~/Tutorials/DiCloud/gush
     287cd ~/Tutorials/DiCloud/gush
     288cp /usr/local/geni/gush/gush-bin-32bit.tgz .
     289tar xzvf gush-bin-32bit.tgz
     290}}}
     291
     292Verify gush works
     293
     294{{{
     295./gush -P 15000
     296}}}
     297
     298Modify directory.xml and omni_config