Diff: SICSStartup

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
SICSparlost
SICSTrouble
SICSnotwork

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between current version and current version:
At line 0 added 33 lines.
+ !!! Debugging SICS Server Startup
+
+ This page describes the procedure to debug SICS server startup problems. This is a fundamental
+ skill. I use the placeholder inst again for the instrument name. It works as follows:
+
+ # Log in to the instrument account
+ # cd into the inst_sics directory, for example hrpt_sics
+ # Stop SICS: monit stop sicsserver
+ # Run SICS manually, thereby watching the messages: ./SICServer inst.tcl | more
+ # Look on and watch
+
+ What to look for?
+
+ Error messages of course. When there is one, look into inst.tcl and find its cause and fix it.
+
+ Watch for places where startup seems to hang. By searching for the last seen startup messages
+ in inst.tcl you should be able to figure out what SICS is tring to do when it hangs. Then check
+ that piece of hardware. It also helps to be more patient then the typical scientist: may be then
+ a timeout error message or a connection cannot be established pops up, giving you a clue what may be
+ wrong. Sometimes, this takes minutes before it gives up on a connection.
+
+ AscErr messages appearing saying that no connection can be established. Check what this is
+ and verify that the hardware is on, connected and generally happy. At BOA, this can also
+ mean that one of the RS-485 buses needs to be restarted.
+
+ Proceed according to the instructions on page [Some Hardware does not work|SICSDevice].
+
+ When you are done, do not forget to restart the SICS server with monit!
+
+
+
+
+

Back to SICSStartup, or to the Page History.