Changes between Version 8 and Version 9 of GiB-to-ProtoGENI
- Timestamp:
- 10/16/12 15:26:35 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GiB-to-ProtoGENI
v8 v9 34 34 == Moving your experiment to ProtoGENI == 35 35 36 This section highlights the process of moving experimentsfrom the GENI-in-a-Box aggregate running on a virtual machine to the ProtoGENI aggregate using your own system to run the experiment.36 This section highlights the process of moving an experiment from the GENI-in-a-Box aggregate running on a virtual machine to the ProtoGENI aggregate using your own system to run the experiment. 37 37 38 38 === Get GENI Credentials === … … 40 40 GENI [http://groups.geni.net/geni/wiki/GENIExperimenterWelcome Experimenters] can get credentials by signing up for existing projects or by requesting new projects. These options are highlighted in the GENI Experimenter [http://groups.geni.net/geni/wiki/SignMeUp Sign Me Up] page. 41 41 42 === 2. Get and setupOmni ===42 === Install and use Omni === 43 43 44 44 Omni is the tool used to manage GENI resources and it is part of the gcf package. … … 150 150 $ omni.py createsliver -a pg-utah myslice three-nodes-lan-mod.rspec 151 151 }}} 152 153 4. You get the information to login to the nodes with one of the gcf scripts: 154 155 {{{ 156 $ gcf/examples/readyToLogin.py -a pg-utah myslice 157 158 ..... 159 ================================================================================ 160 LOGIN INFO for AM: https://www.emulab.net/protogeni/xmlrpc/am/2.0 161 ================================================================================ 162 163 middle's geni_status is: ready (am_status:ready) 164 User lnevers logins to middle using: 165 xterm -e ssh -i /home/lnevers/.ssh/id_rsa lnevers@pc154.emulab.net & 166 167 168 right's geni_status is: ready (am_status:ready) 169 User lnevers logins to right using: 170 xterm -e ssh -i /home/lnevers/.ssh/id_rsa lnevers@pc99.emulab.net & 171 172 173 left's geni_status is: ready (am_status:ready) 174 User lnevers logins to left using: 175 xterm -e ssh -i /home/lnevers/.ssh/id_rsa lnevers@pc116.emulab.net & 176 177 }}}} 178 179