SLAC ESD Software Engineering Group
Stanford Linear Accelerator Center

uTCA to PROD

SLAC Computing
Software Engineering
Detailed
Unix
 

 


Hook up your uTCA to PROD and make the PVs available to CA network

Please have the following environment variables defined in your IOC startup:

 

 # use mccsrv01 and mccsrv02 as NTP servers to keep your uTCA system clock in sync with MCC master time servers

 

epicsEnvSet("EPICS_TS_NTP_INET",    "134.79.151.12 134.79.151.13")

 

# setup uTCA CA Client

# allows connection to SLC database and CA Servers on CA network

 

epicsEnvSet("EPICS_CA_SERVER_PORT",   "5068")

epicsEnvSet("EPICS_CA_REPEATER_PORT", "5069")

epicsEnvSet("EPICS_CA_AUTO_ADDR_LIST", "NO")

epicsEnvSet("EPICS_CA_ADDR_LIST","172.27.11.255:5068 134.79.151.11")

 

# setup uTCA  CA Server

# send beacons to CA network CA clients, SLC (mcc), gwEbeamServe (lcls- daemon3), and gwLCLSPUB (lcls-prod01)

 

epicsEnvSet("EPICS_CAS_SERVER_PORT", "5068")

epicsEnvSet("EPICS_CAS_BEACON_PORT", "5069")

epicsEnvSet("EPICS_CAS_AUTO_BEACON_ADDR_LIST", "NO")

epicsEnvSet("EPICS_CAS_BEACON_ADDR_LIST", "172.27.11.255 134.79.151.11 172.27.224.220 134.79.151.21")

 

# start the iocLogClient so messages are sent to iocLogAndFwdServer

 

epicsEnvSet("EPICS_IOC_LOG_PORT", "7004")

epicsEnvSet("EPICS_IOC_LOG_INET", "172.27.8.31")

 

Please send an email to Charles and Ken for your network request.

 

 


[SLAC ESD Software Engineering Group][ SLAC Home Page]


Author: Jingchen

Modified: 16-Jul-2009