Changes between Version 24 and Version 25 of GpoLab/MyplcReferenceImplementation


Ignore:
Timestamp:
12/20/11 09:16:33 (12 years ago)
Author:
tupty@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GpoLab/MyplcReferenceImplementation

    v24 v25  
    604604sudo chmod a+x /etc/rc.d/rc.local
    605605}}}
     606
     607== Set max duration for sliver renewal ==
     608=== Description ===
     609The aggregate operators can set a maximum time in SFA that a sliver can be renewed for into the future.  This value is not an absolute limit on a sliver, but simply a relative limit on how long a sliver can be renewed into the future at a given time.  For example, this value can be set to 30 days, and I could renew my sliver for 30 days in the future from today, and then renew my sliver for 30 days in the future again next week.
     610
     611=== Variables ===
     612
     613|| '''Variable'''      || '''GPO Values''' || '''Description''' || '''Important Notes''' ||
     614|| `<max_slice_renew>` || 180 || The maximum number of days in the future that a sliver can be renewed at a given time ||  ||
     615
     616=== Reference ===
     6171. On your MyPLC machine, set the value using the `sfa-config-tty` utility:
     618{{{
     619[user@myplc:~]$sudo sfa-config-tty
     620Enter command (u for usual changes, w to save, ? for help) e SFA_MAX_SLICE_RENEW
     621== SFA_MAX_SLICE_RENEW : [60] 180
     622Enter command (u for usual changes, w to save, ? for help) w
     623Wrote /etc/sfa/configs/site.xml
     624Merged
     625        /etc/sfa/default_config.xml
     626and     /etc/sfa/configs/site.xml
     627into    /etc/sfa/sfa_config.xml
     628You might want to type 'r' (restart sfa), 'R' (reload sfa) or 'q' (quit)
     629Enter command (u for usual changes, w to save, ? for help) q
     630}}}