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


Ignore:
Timestamp:
09/27/11 11:27:42 (12 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_EnterpriseGENI

    v11 v12  
    2222= Enterprise  GENI How-to =
    2323
    24 == Install and Configure Flowvisor ==
     24== Install and Configure FlowVisor ==
    2525
    2626Using instructions from https://openflow.stanford.edu/display/flowvisor/fv_deploy, installed the ubuntu package !FlowVisor Version 0.8.1.2.
     
    3434Before 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:
    3535
    36 You 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:
     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:
    3737{{{
    38 $ sudo /usr/sbin/flowvisor /usr/etc/flowvisor/config.xml
    39 Starting FlowVisor
    40 Running with FV_JVM_ARGS=-server -Xms100M -Xmx1000M -XX:OnError=flowvisor-crash-logger -XX:+UseConcMarkSweepGC
    41 --- Setting logging level to NOTE
    42 java.lang.RuntimeException: SSL Key Store file not found: '/usr/etc/flowvisor/mySSLKeyStore'
    43 Please generate with `fvconfig generateCert`
     38  $ sudo /usr/sbin/flowvisor /usr/etc/flowvisor/config.xml
     39  Starting FlowVisor
     40  Running with FV_JVM_ARGS=-server -Xms100M -Xmx1000M -XX:OnError=flowvisor-crash-logger -XX:+UseConcMarkSweepGC
     41  --- Setting logging level to NOTE
     42  java.lang.RuntimeException: SSL Key Store file not found: '/usr/etc/flowvisor/mySSLKeyStore'
     43  Please generate with `fvconfig generateCert`
    4444        at org.flowvisor.api.APIServer.spawn(APIServer.java:85)
    4545        at org.flowvisor.FlowVisor.run(FlowVisor.java:143)
    4646        at org.flowvisor.FlowVisor.main(FlowVisor.java:191)
    4747
    48 lnevers@mallorea:~$ sudo fvconfig generateCert
    49 Trying to generate SSL Server Key with passwd from scripts/envs.sh
    50 Generating cert with common name == mallorea.gpolab.bbn.com
     48  $ sudo fvconfig generateCert
     49  Trying to generate SSL Server Key with passwd from scripts/envs.sh
     50  Generating cert with common name == mallorea.gpolab.bbn.com
    5151
    52 $ sudo /usr/sbin/flowvisor /usr/etc/flowvisor/config.xml &
    53 [1] 1283
    54 lnevers@mallorea:~$ Starting FlowVisor
    55 Running with FV_JVM_ARGS=-server -Xms100M -Xmx1000M -XX:OnError=flowvisor-crash-logger -XX:+UseConcMarkSweepGC
    56 --- Setting logging level to NOTE
     52  $ sudo /usr/sbin/flowvisor /usr/etc/flowvisor/config.xml &
     53  [1] 1283
     54  Starting FlowVisor
     55  Running with FV_JVM_ARGS=-server -Xms100M -Xmx1000M -XX:OnError=flowvisor-crash-logger -XX:+UseConcMarkSweepGC
     56  --- Setting logging level to NOTE
     57}}}
     58The !FlowVisor configuration that is delivered includes sample slices that should be deleted:
     59{{{
     60  fvctl --passwd-file=/root/.fvp  deleteSlice alice
     61  fvctl --passwd-file=/root/.fvp  deleteSlice bob
    5762}}}
    5863