Changes between Version 3 and Version 4 of GENIEducation/HyperNets


Ignore:
Timestamp:
08/07/13 09:29:48 (11 years ago)
Author:
shuang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/HyperNets

    v3 v4  
    11[[PageOutline]]
    2 = All About HyperNet Architecture =
     2= All About !HyperNet Architecture =
    33
    4 == To Build a !Network Hypervisor Server ==
     4== To Build a Network Hypervisor Server ==
    55
    66== To use a !HyperNet App ==
     7 - 1. What the user needs
     8  - 1.1 credentials: more precisely, the following files: omni_config, private/public key pairs for GENI (can get from GENI Portal, e.g., geni_key_portal and geni_key_portal.pub in your ~/.ssh/ directory), the ssl certificate for GENI (can get from GENI Portal, i.e., geni_cert_portal.pem in your ~/.ssl/ directory)
     9  - 1.2 JRE (Java Runtime Environment) - do not know the version requirement yet, assume the default version on your Windows/Ubuntu/Mac would work as long as your PC/Laptop is not 20 years old :-)
     10 - 2. How to get the files needed above?
     11  - 2.1 Option A. Get a GENI Portal account, log on your portal account, click "profile", then download public key and private key to ~/.ssh/ directory; SSL certificate to ~/.ssl/ directory, then download and customize a template omni config file and customize it.
     12  - 2.2 Option B. Get a GENI Portal Account, download a "omni-bundle" script from somewhere, and run it using the following command:
     13{{{
     14  run omni-bundle script
     15}}}