Changes between Version 2 and Version 3 of PantherTransition/DownloadCert
- Timestamp:
- 06/05/13 12:07:55 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PantherTransition/DownloadCert
v2 v3 12 12 $ omni.py --version 13 13 b. If necessary, update to Omni 2.3.1 14 i. Download the software: 15 http://software.geni.net/local-sw/download&software=gcf-2.3.1.tar.gz 16 ii. Install the software: 17 http://trac.gpolab.bbn.com/gcf/wiki/QuickStart 14 i. Download the software: http://software.geni.net/local-sw/download&software=gcf-2.3.1.tar.gz 15 ii. Install the software: http://trac.gpolab.bbn.com/gcf/wiki/QuickStart 18 16 19 17 2. Download a new omni bundle (this will contain your certificate and 20 18 other files needed for configuring omni). 21 a. Browse and login to the new portal: 22 https://portal.geni.net/secure/omni-bundle.php 19 a. Browse and login to the new portal: https://portal.geni.net/secure/omni-bundle.php 23 20 i. Use the same login information you used previously on the old 24 21 portal … … 27 24 project that is used with the `-r` command line option of Omni. 28 25 c. Download and save the bundle at: 26 {{{ 29 27 ~/Downloads/omni-bundle.zip 28 }}} 30 29 31 30 3. Configure omni using omni-configure.py distributed with omni: 31 {{{ 32 32 $ omni-configure.py 33 }}} 33 34 34 35 4. Test omni: 36 {{{ 35 37 $ omni.py -a ig-gpo getversion 36 The output should look similar to this: 37 38 }}} 39 The output should look similar to this: http://trac.gpolab.bbn.com/gcf/attachment/wiki/OmniConfigure/Automatic/getversion.out 38 40 39 41 Congratulations! You're done.