DEBUG ODR device connections
DEBUG connection between ODR server and ODR caldata program
- check that device server is running: ps -ef | grep odr
- check that socket connection is made: look at messages at ODR device server startup
- check that parameters can be read: again messages at ODR device server startup
DEBUG ENS server
- check that ENS is running: ps -ef | grep ENS
- check that rpcs are running and connection to programs is made: rpcinfo -p localhost
- check ENS is working: test with full address in doocsget and doocsput
- check with a working installation at a separate machine, e.g. device server on new machine, GUI and ENS on tested machine
CAVEAT:
the DOOCS device servers and ENS servers should not be run as root
(otherwise the rpc portmapper will negotiate ports below 1024 which will give rise to all kinds of problems)
--
ValeriaBartsch - 27 Mar 2009