remove INSTBASE and TEMPLATES, new autoSR dir

This commit is contained in:
2021-03-22 14:10:05 +01:00
parent 207fb2f10f
commit b2c01da0bc
4 changed files with 100 additions and 90 deletions
+14 -2
View File
@@ -1,5 +1,17 @@
# $Source: /cvs/A/CS/startup/startup.script_part2,v $
# 2nd part of common startup
# 2nd part of common vxWorks startup
# caPutLog
putenv "EPICS_CA_PUT_LOG_ADDR=gfa-syslog:1515 gfa-logstash.psi.ch:1515"
require "caPutLog", getenv("caPutLog_VERSION")?getenv("caPutLog_VERSION"):"ifexists"
# IOC monitoring
require R3_13?"iocmon":"iocStats", getenv(R3_13?"iocmon_VERSION":"iocStats_VERSION")
# Battery monitoring
require "M48T37", getenv("M48T37_VERSION")?getenv("M48T37_VERSION"):"ifexists"
# Database Upload
require "iocinfo", getenv("iocinfo_VERSION")?getenv("iocinfo_VERSION"):"ifexists"
#Enable memory >32MB on IOC that have it. (Is a NOOP on all others)
memAddToPool sysMemTop(), EXTENDED_MEMORY