Changes between Version 37 and Version 38 of OpenFlow/FOAM


Ignore:
Timestamp:
01/21/13 16:27:45 (11 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenFlow/FOAM

    v37 v38  
    4343{{{
    4444foamctl config:set-value --key="flowvisor.hostname" --value="localhost" --passwd-file=/etc/foam.passwd
    45 foamctl config:set-value --key="flowvisor.passwd" --value="$(cat /etc/flowvisor/fvpasswd)" --passwd-file=/etc/foam.passwd
     45foamctl config:set-value --key="flowvisor.passwd" --value="$(cat /etc/flowvisor.passwd)" --passwd-file=/etc/foam.passwd
    4646}}}
    4747
     
    346346=== Change the fvadmin password in FlowVisor ===
    347347
    348 First, change the password in Flowvisor. NOTE that this procedure differs depending on whether you're running FV 0.8.1.2 or 0.8.13; only do one of the following!
     348First, change the password in Flowvisor. NOTE that this procedure differs depending on whether you're running FV 0.8.1.2 or 0.8.17; only do one of the following!
    349349
    350350For FV 0.8.1.2, use fvconfig; NOTE that this requires an outage, as you need to stop and restart FlowVisor:
     
    359359'''OR'''
    360360
    361 For FV 0.8.13, use fvctl; this does not cause an outage:
    362 
    363 {{{
    364 fvctl --passwd-file=/etc/flowvisor/fvpasswd changePasswd fvadmin
     361For FV 0.8.17 or later, use fvctl; this does not cause an outage:
     362
     363{{{
     364fvctl --passwd-file=/etc/flowvisor.passwd changePasswd fvadmin
    365365(enter the new password)
    366366}}}
     
    368368=== Update /etc/flowvisor/fvpsaswd ===
    369369
    370 In either case, update /etc/flowvisor/fvpasswd to contain the new password when you're done.
     370In either case, update /etc/flowvisor.passwd to contain the new password when you're done.
    371371
    372372=== Change the fvadmin password in FOAM ===
     
    375375
    376376{{{
    377 foamctl config:set-value --key="flowvisor.passwd" --value="$(cat /etc/flowvisor/fvpasswd)" --passwd-file=/etc/foam.passwd
     377foamctl config:set-value --key="flowvisor.passwd" --value="$(cat /etc/flowvisor.passwd)" --passwd-file=/etc/foam.passwd
    378378}}}
    379379