on 2007 Jan 04 6:58 AM
Hi all,
A failed attempt to start liveCache Master in HotStandby setup (Standby server is offline) giving the following ERROR. Does anyone know how to recover it?
bash-2.05b# /sapdb/programs/bin/dbmcli -d LC5 -u control,vcs12345 db_online
ERR
-24988,ERR_SQL: Sql error
-9407,System error: unexpected error
3,Database state: OFFLINE
8,Log- and Data are not compatible because 'Restart position not found'.
7,IOSequence 13657 not in intervall of 0 - 12908.
20028,Initialization of log for 'restart' failed with 'LogAndDataIncompatible'
bash-2.05b#
Thanks & Regards,
Venkat
Hello Venkat,
the message means in effect that the logvolume is older than the data in your database.
The savepoint has a so called log-io-sequencenumber of 13657 while on your logvolume the greatest (say youngest) log-io-sequencenumber is 12908.
One possible reason for this is that you copied an old logvolume onto the exisiting one.
A possible solution for this is to clear the log using the dbmcli command "util_execute clear log" in admin-mode. Afterwards you can restart the database. The content of the database is that one of the last savepoint.
If you are not sure if you may miss modifications which made after the savepoint then you should <b>not choose this way</b> but search for either logbackups to recover or the original logvolume for a restart.
Kind regards, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.