After obackup is killed by using kill -9, obackup can not perform any operations right away, what went wrong?
First, users should never terminate obackup by ‘kill -9’. This operation abruptly interrupts EBU operations, force EBU to take relatively long time to recover from it. During the interim, attempts to run obackup will fail due to the fact that recovery process is in progress. There are entries in the log file with “Failed job XX with system table space ‘LOCKED'”, or “Inconsistent internal state”, etc. These are usually the results of kill -9. Recovery from this for user is relatively simple. Just wait. Make sure brd process is running(If not, start a normal obackup job even if it fails). Monitoring $OBK_HOME/log/brd.log file, until “Finished cleaning job XX” appears before continuing on any EBU operations.