Changes between Version 10 and Version 11 of GIR3.2_EnterpriseGENI


Ignore:
Timestamp:
09/27/11 11:23:43 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_EnterpriseGENI

    v10 v11  
    2222= Enterprise  GENI How-to =
    2323
    24 Using instructions from https://openflow.stanford.edu/display/flowvisor/fv_deploy, downloaded and installed !FlowVisor Version 0.8.1
     24== Install and Configure Flowvisor ==
     25
     26Using instructions from https://openflow.stanford.edu/display/flowvisor/fv_deploy, installed the ubuntu package !FlowVisor Version 0.8.1.2.
     27First, add the following to ''/etc/apt/sources.list'' file:
     28
     29{{{deb http://updates.flowvisor.org/openflow/downloads/GENI/DEB unstable/binary-$(ARCH)/}}}
     30
     31Install package:
     32{{{sudo apt-get update && sudo apt-get install flowvisor}}}
     33
     34Before proceeding to configuration step, should modify the ''SSL_KEYPASSWD'' in the file  /usr/etc/flowvisor/envs.sh to define the password to be used by the fv-admin profile:
     35
     36You can now start the flowvisor, note if this is a new flowvisor installation, the SSL keystor must be generated, below is a capture of the process:
     37{{{
     38$ sudo /usr/sbin/flowvisor /usr/etc/flowvisor/config.xml
     39Starting FlowVisor
     40Running with FV_JVM_ARGS=-server -Xms100M -Xmx1000M -XX:OnError=flowvisor-crash-logger -XX:+UseConcMarkSweepGC
     41--- Setting logging level to NOTE
     42java.lang.RuntimeException: SSL Key Store file not found: '/usr/etc/flowvisor/mySSLKeyStore'
     43Please generate with `fvconfig generateCert`
     44        at org.flowvisor.api.APIServer.spawn(APIServer.java:85)
     45        at org.flowvisor.FlowVisor.run(FlowVisor.java:143)
     46        at org.flowvisor.FlowVisor.main(FlowVisor.java:191)
     47
     48lnevers@mallorea:~$ sudo fvconfig generateCert
     49Trying to generate SSL Server Key with passwd from scripts/envs.sh
     50Generating cert with common name == mallorea.gpolab.bbn.com
     51
     52$ sudo /usr/sbin/flowvisor /usr/etc/flowvisor/config.xml &
     53[1] 1283
     54lnevers@mallorea:~$ Starting FlowVisor
     55Running with FV_JVM_ARGS=-server -Xms100M -Xmx1000M -XX:OnError=flowvisor-crash-logger -XX:+UseConcMarkSweepGC
     56--- Setting logging level to NOTE
     57}}}
     58
     59
     60Minor issues found, with setting password and paths. (expand)
     61
     62Instal
     63
     64