Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
      1. Definitions
  • BOLD: refers to files that need to be modified or generated by IOC developer
  • Italics: symbolic link

...

How-to boot a linuxRT  IOC from a Linux Host :

  1. From cpu:
    1. Log onto the host machine for example softegr@lcls-srv01 type the following:
      siocRestart <ioc>

How-to boot an IOC from the linuxRT hostT

The following scripts are located under the directory $IOC/common and should be in PATH on the CPU.

    1. siocStart <ioc>   - starts a specific ioc. However, if the ioc is up nothing will be done
    2. siocStart    -  starts all iocs not already running
    3. iocConsole.sh <ioc> -d   (starts the specified ioc, but does not attache to the screen session)
    4. iocConsole.sh <ioc> -R  (graceful reset)
    5. iocConsole.sh <ioc> -r  (fast restart)
    6. iocConsole.sh --help
    From  lcls-srv01:siocRestart <ioc>

How-to boot an IOC from the linuxRT hostT

The following scripts are located under the directory $IOC/common and should be in PATH on the CPU.

 

 

 

  1. Start IOC in the background w/screens 
    1. linuxRT_viocConsole.sh  <ioc>
  2. Start IOC in the background w/screens
    •  linuxRT_startup_vioc.sh <ioc>
  3. Start iOC in the foreground without screenslinuxRT_startupConsole.sh <ioc>
     

How to connect to CPU from a Linux host:

...