Changes between Version 11 and Version 12 of GIR3.2_EnterpriseGENI
- Timestamp:
- 09/27/11 11:27:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIR3.2_EnterpriseGENI
v11 v12 22 22 = Enterprise GENI How-to = 23 23 24 == Install and Configure Flow visor ==24 == Install and Configure FlowVisor == 25 25 26 26 Using instructions from https://openflow.stanford.edu/display/flowvisor/fv_deploy, installed the ubuntu package !FlowVisor Version 0.8.1.2. … … 34 34 Before 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 35 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: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: 37 37 {{{ 38 $ sudo /usr/sbin/flowvisor /usr/etc/flowvisor/config.xml39 Starting FlowVisor40 Running with FV_JVM_ARGS=-server -Xms100M -Xmx1000M -XX:OnError=flowvisor-crash-logger -XX:+UseConcMarkSweepGC41 --- Setting logging level to NOTE42 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` 44 44 at org.flowvisor.api.APIServer.spawn(APIServer.java:85) 45 45 at org.flowvisor.FlowVisor.run(FlowVisor.java:143) 46 46 at org.flowvisor.FlowVisor.main(FlowVisor.java:191) 47 47 48 lnevers@mallorea:~$ sudo fvconfig generateCert49 Trying to generate SSL Server Key with passwd from scripts/envs.sh50 Generating cert with common name == mallorea.gpolab.bbn.com48 $ 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 51 51 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 }}} 58 The !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 57 62 }}} 58 63