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 Enter:
    No Format
    cd "/nfs/slac/g/glast/online/VSC/sbc"
    fmx xyplex VSC_load_cmx.fmx --tag=mv2304 --target=lat-elf21< startup-mv2304-vsc.vx
    
  • 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"
    fmxxfmx xyplex siu.fmx --tag=rad750 --target=lat-elf23
    
  • Python:
    No Format
    p.mainFeedOn(siuId=1, 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"
    fmxxfmx 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"
    fmxxfmx xyplex epu.fmx --tag=rad750 --target=lat-elf25
    

...