Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • VSC:
    No Format
    xyplex lat-elf21
    
    and reboot.
    Exit xyplex and enter:
    No Format
    cd "/nfs/slac/g/glast/online/VSC"
    fmx xyplex VSC_load_cmx.fmx --tag=mv2304 --target=lat-elf21 
    
  • Python:
    No Format
    from LICOS.scriptEngine.ScriptEngineConnector import ScriptEngineConnector
    p = ScriptEngineConnector('lat-elf21',None,None)
    p.start()
    p.bootSIU()
    
  • SIU:
    No Format
    cd "/nfs/slac/g/glast/online/VSC"
    fmx xyplex siu.fmx --tag=rad750 --target=lat-elf23 
    
  • Python:
    No Format
    p.mainFeedOn(siuId=0, pduId=0)
    p.powerOnEpuOnly(epuId=0)
    
    Wait 20 seconds
    No Format
    p.bootEPU(epuId=0)
    
  • EPU0:
    No Format
    cd "/nfs/slac/g/glast/online/VSC"
    fmx xyplex epu.fmx --tag=rad750 --target=lat-elf24 
    
  • Python
    No Format
    p.powerOnEpuOnly(epuId=1)
    
    Wait 20 seconds
    No Format
    p.bootEPU(epuId=1)
    
  • EPU1:
    No Format
    cd "/nfs/slac/g/glast/online/VSC"
    fmx xyplex epu.fmx --tag=rad750 --target=lat-elf25 
    
  • To power on a TEM:
    No Format
    p.powerOnTemOnly(temId=0, pduId=0)
    

...

  • Start the proxies and the scriptEngine:
    No Format
      python $ONLINE_ROOT/LICOS/telemetry/DiagnosticProxy.py --config $ONLINE_ROOT/LICOS/start/vsc.cfg --vscHostvscip lat-elf21 [--logtime] [--noarchiver]
    
    No Format
      python $ONLINE_ROOT/LICOS/telemetry/TelemetryProxy.py --config $ONLINE_ROOT/LICOS/start/vsc.cfg --vscHostvscip lat-elf21 [--logtime] [--noarchiver]
    
    No Format
      python $ONLINE_ROOT/LICOS/science/ScienceProxy.py --config $ONLINE_ROOT/LICOS/start/vsc.cfg --vscHost lat-elf21 
    
    No Format
      $ONLINE_ROOT/LICOS/start/scriptEngine.sh --config $ONLINE_ROOT/LICOS/start/scriptEngine.cfg --vscConfig $ONLINE_ROOT/LICOS/start/vsc.cfg --server lat-elf21 
    
  • To use LEM command/response at SIU:
    No Format
     ld < /afs/slac/g/glast/flight/ICS/binary/LEM/prod/mv2304/lem_cli/liblem_cli.o