Changes between Version 4 and Version 5 of GEMINI/Tutorial/GEC15/Background/VM
- Timestamp:
- 10/23/12 12:36:03 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GEMINI/Tutorial/GEC15/Background/VM
v4 v5 1 1 [[PageOutline]] 2 2 3 = = Instructions for using the GEC15 Tutorial VM for GEMINI ==3 = Instructions for using the GEC15 Tutorial VM for GEMINI = 4 4 5 5 6 == == Preparing the User workspace Virtual Machine ====6 ==Preparing the User workspace Virtual Machine == 7 7 8 8 * Install !VirtualBox … … 29 29 30 30 31 == = Logging in ===31 == Logging in == 32 32 33 33 Login information for the VM will be provided at the beginning of the tutorial. … … 39 39 You will be assigned a username and password at the beginning of the tutorial. 40 40 41 == = SSL Key/Password Configuration ===41 == SSL Key/Password Configuration == 42 42 The instrumentize.py script requires password-less access to the nodes. Follow these steps to set this up. 43 43 … … 49 49 50 50 51 == = Updating the code ===51 == Updating the code == 52 52 53 53 You can get the latest scripts, configuration, and rspec files by changing to the GEMINI common directory and doing a git pull: … … 58 58 }}} 59 59 60 == = Creating the slice ===60 == Creating the slice == 61 61 62 62 - '''Flack:''' log in as the tutorial user that you chose[[BR]] … … 69 69 - '''Protogeni test scripts:''' you can find them in /opt/protogeni.[[BR]] Use the -f option to specify the path to the certificate (/home/geni/Tutorials/GEMINI/<username>/ssh/<username>.pem) 70 70 71 === Running instrumentize script ===72 71 73 - Make sure you have the most up-to-date scripts (see ''Updating the code'' above).74 72 75 - Run instrumentize.py from the directory /home/geni/Tutorials/GEMINI/common specifying your GENI certificate and the slice name. 76 77 {{{ 78 $ instrumentize.py -f /home/geni/Tutorials/GEMINI/geminiXX/ssh/geminiXX.pem -n geminiXXslice 79 }}} 80 81 === Accessing the portal === 82 83 Before accessing the portal, add your certificate to the browser using these [wiki:GEMINIFirefoxCertInstall instructions] 84 85 === Issues? === 73 == Issues? == 86 74 87 75 Notify geni-gemini-users@googlegroups.com if you run into any issues.