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.
When you are done, do not forget to restart the SICS server with monit!
Printer Friendly
Page Info
This page last changed on 11-Jul-2014 07:30:45 UTC by MarkKoennecke.
|