Changes between Version 1 and Version 3 of Ticket #1186


Ignore:
Timestamp:
Nov 18, 2016, 3:22:16 PM (8 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1186

    • Property Status newassigned
    • Property Owner changed from George Merticariu to drusu
  • Ticket #1186 – Description

    v1 v3  
    1 currently even if rasdaman does not start, start_rasdaman.sh is still terminating successfully (returning 0 exit code). It should return a non-zero code, e.g. 1 when rasdaman has failed to start.
     1start_rasdaman.sh should not attempt starting rasdaman if rasmgr is already running. Exit code 0 in this case.
     2
     3start_rasdaman.sh should return a non-zero code (1) when it fails to start rasdaman.
     4
     5stop_rasdaman.sh should wait until rasmgr is really down or a timeout (10 seconds) is reached. If the timeout is reached and rasmgr is still there it should exit with 1.