situation in prod at 22.12.2009

This commit is contained in:
zimoch
2009-12-22 11:03:10 +00:00
commit 2651a8394b
11 changed files with 286 additions and 0 deletions

13
startup.script_part2 Normal file
View File

@@ -0,0 +1,13 @@
# 2nd part of common startup
iocInit
# initialize records
sprintf (STRINGBUFFER, "%s/sls/bin/loadAllSettings.sh", INSTBASE)
rsh (bootHost(), STRINGBUFFER, IOC, "default")
# insert record list into database
listRecords (bootInfo("/home/ioc/%T.dbl"), "RTYP DESC")
sprintf (STRINGBUFFER, "%s/sls/bin/dbl2odb.sh", INSTBASE)
rsh (bootHost(), STRINGBUFFER, IOC, bootInfo("%B"), getenv("EPICS_CA_SERVER_PORT"), "&")
# end of startup.script_part2