> Using version 7.4.3.29 (SapDB, I assume it's similar to MaxDB > 7.5) we ran a database verify from SAP. It never ended, and > appeared stuck. In the meantime, we couldn't backup the > database nor the log files.
Depending on the size of the DB and the speed of the underlying hd subsystem this may take A LOT of time. You can try the following: # dbmcli -U c show tasks | grep -i util find out the task number of the util task and try to kill it # dbmcli -U c db_cons kill <tasknumber> On our 320 GB+ DB a verify takes about 2 1/2 hours. Greetz, SIEGENIA-AUBI KG Informationswesen i.A. Markus D�hr SAP-CC/BC, SAPDB-DBA Tel.: +49 6503 917-152 Fax: +49 6503 917-7152 E-Mail: [EMAIL PROTECTED] Internet: http://www.siegenia-aubi.com -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
