situation in prod at 22.12.2009
This commit is contained in:
13
startup.script_part2
Normal file
13
startup.script_part2
Normal 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
|
||||
Reference in New Issue
Block a user