powered by simpleCommunicator - 2.0.59     © 2025 Programmizd 02
Целевая тема:
Создать новую тему:
Автор:
Закрыть
Цитировать
Форумы / Sybase ASA, ASE, IQ [игнор отключен] [закрыт для гостей] / Свободное место в БД (ASE 12.5.3)
10 сообщений из 10, страница 1 из 1
Свободное место в БД (ASE 12.5.3)
    #36328972
Zap
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Доброго времени суток.
Помогите разобраться со следующей ситуацией:
Есть БД.
по sp_spaceused получаем:

Код: plaintext
1.
2.
3.
4.
database_name     database_size		
db_arch                   112000 . 0  MB		
			
reserved          data                 index_size       unused
 99494156  KB	 56275832  KB	 33908808  KB	 9309516  KB

Клиент получает ошибку вида:

Can't allocate space for object 'table_1' in database 'db_arch' because 'default' segment is full/has no free extents. If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE to increase the size of the segment.

Хотя свободное место в БД еще есть. Ошибок в логе БД нет.

У кого была похожая ситуация?
Почему сервер ругается на недостаток места если место в БД есть?
...
Рейтинг: 0 / 0
Свободное место в БД (ASE 12.5.3)
    #36329060
Zap
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Увеличить БД (ALTER DATABASE) временно не выходит, получаю ошибку:

Attempt to insert duplicate key row in object 'sysusages' with unique index 'sysusages'

По линку:
http://www.dbforums.com/sybase/1631237-help-cant-expand-production-db.html
я так понял была схожая проблема и была решена:
Код: plaintext
sp_dbremap dbname

С подобной ситуацией также кто-то сталкивался?
...
Рейтинг: 0 / 0
Свободное место в БД (ASE 12.5.3)
    #36329682
Фотография komrad
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Zap,

покажите результат скрипта

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
select @@version
go
use db_arch
go
sp_helpdb db_arch
go
sp_helpsegment 'default'
go

приведите Вашу команду
ALTER DATABASE
которая "временно не выходит"

документация
sp_dbremap

Description

Forces Adaptive Server to recognize changes made by alter database. Run this procedure only when instructed to do so by an Adaptive Server message.

у Вас в логе написано использовать эту процедуру?
нет?
тогда и не трогайте её!

короче, покажите результат работы скрипта + команда расширения БД
...
Рейтинг: 0 / 0
Свободное место в БД (ASE 12.5.3)
    #36330791
Zap
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
komrad,

Вчера вечером удалось увеличить БД только после перезагрузки ASE.

Вот результат работы скрипта (выполнял уже сегодня):

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
Adaptive Server Enterprise/ 12 . 5 . 3 /EBF  13339  ESD# 7 /P/x86_64/Enterprise Linux/ase1253/ 1951 / 64 -bit/OPT/Fri Mar  24   00 : 39 : 11   2006 					
					
 					
name	db_size	     owner	dbid	  created	                status
db_arch    116000 . 0  MB	sa    	 11 	 дек  25 ,  2008    	select into/bulkcopy/pllsort, ddl in tran, abort tran on log full
					
device_fragments	size	usage	                            created	             free kbytes	
db_arch	            10000 . 0  MB	data only           	дек  25   2008   10 :20AM	                0 	
db_arch_log	     2000 . 0  MB	log only            	дек  25   2008   10 :20AM	not applicable	
db_arch	             4000 . 0  MB	data only           	фев  11   2009    6 :24PM	                0 	
db_arch	             4000 . 0  MB	data only           	мар   4   2009    5 :17PM	                0 	
db_arch	             4000 . 0  MB	data only           	мар  18   2009    5 :55PM	                0 	
db_arch	             4000 . 0  MB	data only           	апр   7   2009    6 :40PM	                0 	
db_arch	             4000 . 0  MB	data only           	апр  22   2009   12 :31PM	                0 	
db_arch_2	     4000 . 0  MB	data only           	май   8   2009    7 :03AM	                0 	
db_arch_2	     4000 . 0  MB	data only           	май  19   2009    6 :38PM	                0 	
db_arch_2	     4000 . 0  MB	data only           	июн   2   2009    6 :07PM	            13064 	
db_arch_2	     4000 . 0  MB	data only           	июн  15   2009    5 :13PM	             1008 	
db_arch_2	     4000 . 0  MB	data only           	июн  25   2009   12 :11AM	             2968 	
db_arch_2	     4000 . 0  MB	data only           	июл   3   2009    5 :59PM	             3132 	
db_arch_2	     4000 . 0  MB	data only           	июл  17   2009    6 :13PM	             2424 	
db_arch_2	     4000 . 0  MB	data only           	июл  22   2009    6 :04PM	                0 	
db_arch_3	     4000 . 0  MB	data only           	авг   9   2009    3 :32PM	                0 	
db_arch_3	     4000 . 0  MB	data only           	авг  21   2009    7 :54PM	            14512 	
db_arch_3	     4000 . 0  MB	data only           	сен   8   2009    2 :48AM	             3792 	
db_arch_3	     4000 . 0  MB	data only           	сен  14   2009    6 :19PM	             5036 	
db_arch_3	     4000 . 0  MB	data only           	сен  23   2009    1 :12AM	            20760 	
db_arch_3	     4000 . 0  MB	data only           	окт   4   2009    3 :54PM	            24776 	
db_arch_log	     2000 . 0  MB	log only            	окт   9   2009    9 :14AM	not applicable	
db_arch_log	     2000 . 0  MB	log only            	окт   9   2009   10 :29AM	not applicable	
db_arch_log	     2000 . 0  MB	log only            	окт   9   2009   10 :29AM	not applicable	
db_arch_log	     2000 . 0  MB	log only            	окт   9   2009   10 :30AM	not applicable	
db_arch_3	     4000 . 0  MB	data only           	окт  14   2009    5 :28PM	                0 	
db_arch_3	     4000 . 0  MB	data only           	окт  21   2009    7 :22AM	                0 	
db_arch_4	     4000 . 0  MB	data only           	ноя   2   2009    6 :35PM	           147876 	
db_arch_4	     4000 . 0  MB	data only           	ноя  16   2009   12 :39AM	          4080000 	
db_arch_4	     4000 . 0  MB	data only           	ноя  24   2009   10 :24PM	          4080000 	
					
					
log only free kbytes =  10113364                       					
					
device          segment				
db_arch         default				
db_arch         system				
db_arch_2	default				
db_arch_2	system				
db_arch_3	default				
db_arch_3	system				
db_arch_4	default				
db_arch_4	system				
db_arch_log	logsegment				
					
segment	name	status			
 1 	default	 1 			
					
device       size       free_pages			
db_arch      30000 .0MB	 0 			
db_arch_2    32000 .0MB	 5649 			
db_arch_3    32000 .0MB	 17219 			
db_arch_4    12000 .0MB	 2076969 			
					
table_name	index_name	indid			
...
... (Здесь немалый перечень таблиц)
...
					
total_size	total_pages	free_pages	used_pages	reserved_pages	
 106000 .0MB	 27136000        	 2099837         	 25036163        	 0               	


Вчера не выполнялась следующая команда:

Код: plaintext
1.
ALTER DATABASE db_arch ON db_arch_4= 4000 
go


В логе по sp_dbremap ничего нет. Эту команду я не трогал.

Интересно как бороться с подобной ситуацией если перезагрузки сервера недостаточно.
Почему сервер мог ругаться на недостаток места? Места у него же еще было достаточно.
Сталкивались ли с подобным?
...
Рейтинг: 0 / 0
Свободное место в БД (ASE 12.5.3)
    #36330983
Фотография komrad
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Zapkomrad,


Интересно как бороться с подобной ситуацией если перезагрузки сервера недостаточно.
Почему сервер мог ругаться на недостаток места? Места у него же еще было достаточно.
Сталкивались ли с подобным?

давно работаю с Sybase, но именно такой ошибки не встречал
возможно это особенность работы данного билда ASE, т.е. лечится накатом следующего EBF

про "было достаточно места" - это не факт ;) выполнялся ли апдейт статистики перед её запуском?

выдержка из хелпа по sp_spaceused :
выдержка

sp_spaceused displays estimates of the number of data pages, space used by a specified table or by all tables in the current database, and the number of rows in the tables. sp_spaceused computes the rowtotal value using the rowcnt built-in function. This function uses a value for the average number of rows per data page based on a value in the allocation pages for the object. This method is very fast, but the results are estimates, and update and insert activity change actual values. The update statistics command, dbcc checktable, and dbcc checkdb update the rows-per-page estimate, so rowtotal is most accurate after one of these commands executes. Always use select count(*) if you need exact row counts.

размер страницы у Вас какой (select pagesize(1)) ?
...
Рейтинг: 0 / 0
Свободное место в БД (ASE 12.5.3)
    #36331574
Zap
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
komrad,

Апдейт статистики выполнялся на прошедших выходных.

Размер страницы - 4K

sp_spaceused я так понимаю нельзя считать достаточно точным методом получения данных относительно места.

Какой метод может быть более верным?
Или т.к. апдейт статистики был не так давно, значения полученные с помощью sp_spaceused можно считать верными?
...
Рейтинг: 0 / 0
Свободное место в БД (ASE 12.5.3)
    #36331634
SQLMantis
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Zapkomrad,
Какой метод может быть более верным?
Или т.к. апдейт статистики был не так давно, значения полученные с помощью sp_spaceused можно считать верными?
тут похожее было
...
Рейтинг: 0 / 0
Свободное место в БД (ASE 12.5.3)
    #36331775
Zap
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Используя процедуру sp_check_db_space , написанную SQLMantis (спасибо!), получил следующие данные:

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
basename    segname	total_MB  total_pages	free_MB	free_pages   used_MB	used_pages	reserved_MB	reserved_pages	free_pct
db_arch     system	 106000 . 0    27136000        7783      1992672        98216        25143328        	 0               	 0               	 7 
										
basename    segname	total_MB  total_pages	free_MB	free_pages   used_MB	used_pages	reserved_MB	reserved_pages	free_pct
db_arch     default	 106000 . 0    27136000        7783      1992672        98216        25143328        	 0               	 0               	 7 
										
basename    segname	total_MB  total_pages	free_MB	free_pages   used_MB	used_pages	reserved_MB	reserved_pages	free_pct
db_arch     logsegment	 10000 . 0     2560000         9775      2502446        222          56959           	 2               	 595             	 97 

Отнимаем 4000Mb, добавленные мной вчера вечером. Оставшегося объема серверу вчера днем почему-то и не хватило.
...
Рейтинг: 0 / 0
Свободное место в БД (ASE 12.5.3)
    #36331911
SQLMantis
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
Zap,
а можно глянуть на лог ASE, точнее то место лога где он загружался после рестарта?
...
Рейтинг: 0 / 0
Свободное место в БД (ASE 12.5.3)
    #36335416
Zap
Скрыть профиль Поместить в игнор-лист Сообщения автора в теме
Участник
SQLMantisZap,
а можно глянуть на лог ASE, точнее то место лога где он загружался после рестарта?

Сервер рестартовался вчера утром.
Фрагмент лога немалый, выкладываю здесь, а не отдельно приложенным файлом, т.к. есть удобная подсветка синтаксиса:

Код: plaintext
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
119.
120.
121.
122.
123.
124.
125.
126.
127.
128.
129.
130.
131.
132.
133.
134.
135.
136.
137.
138.
139.
140.
141.
142.
143.
144.
145.
146.
147.
148.
149.
150.
151.
152.
153.
154.
155.
156.
157.
158.
159.
160.
161.
162.
163.
164.
165.
166.
167.
168.
169.
170.
171.
172.
173.
174.
175.
176.
177.
178.
179.
180.
181.
182.
183.
184.
185.
186.
187.
188.
189.
190.
191.
192.
193.
194.
195.
196.
197.
198.
199.
200.
201.
202.
203.
204.
205.
206.
207.
208.
209.
210.
211.
212.
213.
214.
215.
216.
217.
218.
219.
220.
221.
222.
223.
224.
225.
226.
227.
228.
229.
230.
231.
232.
233.
234.
235.
236.
237.
238.
239.
240.
241.
242.
243.
244.
245.
246.
247.
248.
249.
250.
251.
252.
253.
254.
255.
256.
257.
258.
259.
260.
261.
262.
263.
264.
265.
266.
267.
268.
269.
270.
271.
272.
273.
274.
275.
276.
277.
278.
279.
280.
281.
282.
283.
284.
285.
286.
287.
288.
289.
290.
291.
292.
293.
294.
295.
296.
297.
298.
299.
300.
301.
302.
303.
304.
305.
306.
307.
308.
309.
310.
311.
312.
313.
314.
315.
316.
317.
318.
319.
320.
321.
322.
323.
324.
325.
326.
327.
328.
329.
330.
331.
332.
333.
334.
335.
336.
337.
338.
339.
340.
341.
342.
343.
344.
345.
346.
347.
348.
349.
350.
351.
352.
353.
354.
355.
356.
357.
358.
359.
360.
361.
362.
363.
364.
365.
366.
367.
368.
369.
370.
371.
372.
373.
374.
375.
376.
377.
378.
379.
380.
381.
382.
383.
384.
385.
386.
387.
388.
389.
390.
391.
392.
393.
394.
395.
396.
397.
398.
399.
400.
401.
402.
403.
404.
405.
406.
407.
408.
409.
410.
411.
412.
413.
414.
415.
416.
417.
418.
419.
420.
421.
422.
423.
424.
425.
426.
427.
428.
429.
430.
431.
432.
433.
434.
435.
436.
437.
438.
439.
440.
441.
442.
443.
444.
445.
446.
447.
448.
449.
450.
451.
452.
453.
454.
455.
456.
457.
458.
459.
460.
461.
462.
463.
464.
465.
466.
467.
468.
469.
470.
471.
472.
473.
474.
475.
476.
477.
478.
479.
480.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 24  kernel  Use license file /opt/sybase/SYSAM-1_0/licenses/license.dat.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 26  kernel  Checked out license ASE_SERVER
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 27  kernel  Adaptive Server Enterprise Edition
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 69  kernel  Using config area from primary master device.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 85  kernel  Detected  16  physical CPUs
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 88  kernel  Internal run-time model set for Linux  - Native
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 90  kernel  Using  1024  file descriptors.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  Adaptive Server Enterprise/ 12 . 5 . 3 /EBF  13339  ESD# 7 /P/x86_64/Enterprise Linux/ase1253/ 1951 / 64 -bit/OPT/Fri Mar  24   00 : 39 : 11   2006 
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  Confidential property of Sybase, Inc.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  Copyright  1987 ,  2006 
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  Sybase, Inc.  All rights reserved.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  Unpublished rights reserved under U.S. copyright laws.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  This software contains confidential and trade secret information of Sybase,
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  Inc.   Use,  duplication or disclosure of the software and documentation by
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  the  U.S.  Government  is  subject  to  restrictions set forth in a license
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  agreement  between  the  Government  and  Sybase,  Inc.  or  other  written
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  agreement  specifying  the  Governments rights to use the software and any
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  applicable FAR provisions, for example, FAR  52 . 227 - 19 .
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  Sybase, Inc. One Sybase Drive, Dublin, CA  94568 , USA
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  ASE booted on Linux release  2 . 6 . 5 - 7 . 244 -smp version # 1  SMP Mon Dec  12   18 : 32 : 25  UTC  2005 . 
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  Using '/opt/sybase/ASE-12_5/BIDBSERVER.cfg' for configuration information.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 50 . 91  kernel  Logging ASE messages in file '/data/logs/BIDBSERVER.log'.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 51 . 13  kernel  SQL Server booted with TCP_NODELAY enabled.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 51 . 14  kernel  Network and device connection limit is  1014 .
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 54 . 36  server  Number of blocks left for proc headers:  199904 .
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 03 : 54 . 37  server  Proc header memory allocated  6663  pages for each per engine cache
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 14  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 14  server  Memory allocated for the default data cache cachelet  1 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 19  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 19  server  Memory allocated for the default data cache cachelet  2 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 25  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 25  server  Memory allocated for the default data cache cachelet  3 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 30  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 30  server  Memory allocated for the default data cache cachelet  4 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 35  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 35  server  Memory allocated for the default data cache cachelet  5 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 41  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 41  server  Memory allocated for the default data cache cachelet  6 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 46  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 46  server  Memory allocated for the default data cache cachelet  7 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 51  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 51  server  Memory allocated for the default data cache cachelet  8 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 57  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 57  server  Memory allocated for the default data cache cachelet  9 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 62  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 62  server  Memory allocated for the default data cache cachelet  10 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 67  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 67  server  Memory allocated for the default data cache cachelet  11 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 73  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 73  server  Memory allocated for the default data cache cachelet  12 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 78  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 78  server  Memory allocated for the default data cache cachelet  13 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 83  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 83  server  Memory allocated for the default data cache cachelet  14 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 89  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 89  server  Memory allocated for the default data cache cachelet  15 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 94  server  Size of the 4K memory pool:  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 94  server  Memory allocated for the default data cache cachelet  16 :  1024000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 96  server  Size of the 4K memory pool:  10240  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 28 . 96  server  Memory allocated for the sybsecurity cachelet  1 :  10240  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 11  server  Size of the 16K memory pool:  102400  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 13  server  Size of the 4K memory pool:  409600  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 13  server  Memory allocated for the tempdb cachelet  1 :  512000  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 37  server  Size of the 4K memory pool:  102400  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 37  server  Memory allocated for the tempdb_2 cachelet  1 :  102400  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 60  server  Size of the 32K memory pool:  25600  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 60  server  Size of the 16K memory pool:  25600  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 60  server  Size of the 4K memory pool:  51200  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 60  server  Memory allocated for the tempdb_3 cachelet  1 :  102400  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 83  server  Size of the 32K memory pool:  25600  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 84  server  Size of the 4K memory pool:  76800  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 84  server  Memory allocated for the tempdb_4 cachelet  1 :  102400  Kb
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 85  kernel  Enabling Linux Kernel asynchronous disk I/O strategy.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 85  kernel  Initializing virtual device  0 , '/opt/sybase/data/master.dat' with dsync 'on'.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 85  kernel  Virtual device  0  started using asynchronous i/o.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 85  kernel  Worker Thread Manager is not enabled for use in SQL Server.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 97  kernel  Either the config parameter 'use security services' is set to  0 , or ASE does not support use of external security mechanisms on this platform. The Security Control Layer will not be initialized. No external security mechanisms will be supported.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 97  kernel  Unix interval timer enabled for sysclk interrupts.
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 97  kernel  engine  0 , os pid  6325   online
 00 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 30 . 98  server  No active traceflags
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 05  kernel  libomni1 - Component Integration Services loaded; version 'libomni1 - Component Integration Services/12.5.3/EBF 13339 ESD#7/P/x86_64/Enterprise Linux/ase1253/1951/64-bit/OPT/Fri Mar 24 00:39:11 2006'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 05  kernel  libomni1 - Component Integration Services: using 'Sybase Client-Library/12.5.1/P-EBF12845 ESD #10/DRV.12.5.1.4/Linux x86_64/Linux 2.4.21-20.ELsmp x86_64/BUILD1251-043/OPT/Wed Aug 10 21:24:19 2005'
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 07  server  Opening Master Database ...
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 24  server  Loading SQL Servers default sort order and character set
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 27  server  Loaded default Unilib conversion handle.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 30  server  Recovering database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 31  server  Started estimating recovery log boundaries for database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 31  server  Database 'master', checkpoint=( 4372 ,  32 ), first=( 2314885530279481620 ,  32 ), last=( 2314885530279481620 ,  32 ).
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 31  server  Completed estimating recovery log boundaries for database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 31  server  Started ANALYSIS pass for database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 33  server  Completed ANALYSIS pass for database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 33  server  Started REDO pass for database 'master'. The total number of log records to process is  1 .
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 33  server  Completed REDO pass for database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 33  server  Recovery of database 'master' will undo incomplete nested top actions.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 33  server  Started recovery checkpoint for database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 36  server  Completed recovery checkpoint for database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 37  server  Started filling free space info for database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 38  server  Completed filling free space info for database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 39  server  Started cleaning up the default data cache for database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 31 . 99  server  Completed cleaning up the default data cache for database 'master'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 19  server  Checking external objects.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 22  server  Database 'master' is now online.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 22  server  The transaction log in the database 'master' will use I/O size of  4  Kb.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 85  server  Warning: ASE_HA has no valid license and therefore is not initialized.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 86  server  server name is 'LOCAL_SERVER'
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 88  server  Activating disk 'db_mv' of size  2048000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  kernel  Initializing virtual device  2 , '/data/db_mv.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  kernel  Virtual device  2  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  server  Activating disk 'db_mv_2' of size  11264000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  kernel  Initializing virtual device  9 , '/data/db_mv_2.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  kernel  Virtual device  9  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  server  Activating disk 'db_arch_old' of size  30720000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  kernel  Initializing virtual device  14 , '/data/db_arch_old.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  kernel  Virtual device  14  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  server  Activating disk 'db_arch_old_2' of size  20480000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  kernel  Initializing virtual device  20 , '/data/db_arch_old_2.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  kernel  Virtual device  20  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 90  server  Activating disk 'db_arch_old_log' of size  2048000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  kernel  Initializing virtual device  15 , '/data/db_arch_old_log.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  kernel  Virtual device  15  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  server  Activating disk 'db_arch' of size  30720000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  kernel  Initializing virtual device  21 , '/data/db_arch.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  kernel  Virtual device  21  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  server  Activating disk 'db_arch_2' of size  32768000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  kernel  Initializing virtual device  18 , '/data/db_arch_2.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  kernel  Virtual device  18  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  server  Activating disk 'db_arch_3' of size  32768000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  kernel  Initializing virtual device  26 , '/data/db_arch_3.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  kernel  Virtual device  26  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  server  Activating disk 'db_arch_4' of size  12288000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  kernel  Initializing virtual device  33 , '/data/db_arch_4.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  kernel  Virtual device  33  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 91  server  Activating disk 'db_arch_log' of size  10240000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 92  kernel  Initializing virtual device  22 , '/data/db_arch_log.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 92  kernel  Virtual device  22  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 92  server  Activating disk 'db_arch_cache' of size  5120000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 92  kernel  Initializing virtual device  23 , '/data/db_arch_cache.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 92  kernel  Virtual device  23  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 92  server  Activating disk 'db_arch_cache_log' of size  2048000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  24 , '/data/db_arch_cache_log.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  24  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'db_mv_log' of size  2048000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  3 , '/data/db_mv_log.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  3  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'db_mv_log2' of size  3072000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  13 , '/data/db_mv_log2.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  13  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'dbccdb' of size  204800  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  5 , '/data/dbccdb.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  5  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'cache' of size  1024000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  27 , '/data/cache.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  27  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'cache_log' of size  1024000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  28 , '/data/cache_log.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  28  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'mon_db' of size  32768000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  16 , '/data/mon_db.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  16  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'mon_db_2' of size  20480000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  32 , '/data/mon_db_2.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  32  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'mon_db_log' of size  1024000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  17 , '/data/mon_db_log.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  17  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'sybsecurity' of size  204800  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  6 , '/data/sybsecurity.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  6  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'sybsecurity2' of size  204800  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  8 , '/data/sybsecurity2.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  8  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'sybsecurity_log' of size  102400  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  7 , '/data/sybsecurity_log.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  7  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'sybsystemdb' of size  51200  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  25 , '/data/sybsystemdb.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  25  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'sysprocsdev' of size  204800  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  1 , '/opt/sybase/data/sysprocs.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  1  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'tempdb' of size  512000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  4 , '/data/tempdb.dat' with dsync 'off'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  4  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'tempdb_2' of size  512000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  10 , '/data/tempdb_2.dat' with dsync 'off'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  10  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'tempdb_3' of size  512000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  11 , '/data/tempdb_3.dat' with dsync 'off'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  11  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'tempdb_4' of size  512000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Initializing virtual device  12 , '/data/tempdb_4.dat' with dsync 'off'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  kernel  Virtual device  12  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 93  server  Activating disk 'tempdb_5' of size  512000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 94  kernel  Initializing virtual device  29 , '/data/tempdb_5.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 94  kernel  Virtual device  29  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 94  server  Activating disk 'tempdb_6' of size  512000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 94  kernel  Initializing virtual device  30 , '/data/tempdb_6.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 94  kernel  Virtual device  30  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 94  server  Activating disk 'tempdb_7' of size  512000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 94  kernel  Initializing virtual device  31 , '/data/tempdb_7.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 94  kernel  Virtual device  31  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 94  server  Activating disk 'tempdb_large' of size  5120000  KB.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 94  kernel  Initializing virtual device  19 , '/data/tempdb_large.dat' with dsync 'on'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 32 . 94  kernel  Virtual device  19  started using asynchronous i/o.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 13  server  Recovering database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 13  server  Started estimating recovery log boundaries for database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 13  server  Database 'sybsystemdb', checkpoint=( 13693 ,  27 ), first=( 2314885530279490941 ,  27 ), last=( 2314885530279490941 ,  27 ).
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 13  server  Completed estimating recovery log boundaries for database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 13  server  Started ANALYSIS pass for database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 13  server  Completed ANALYSIS pass for database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 13  server  Started REDO pass for database 'sybsystemdb'. The total number of log records to process is  1 .
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 13  server  Completed REDO pass for database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 13  server  Recovery of database 'sybsystemdb' will undo incomplete nested top actions.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 13  server  Started recovery checkpoint for database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 15  server  Completed recovery checkpoint for database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 16  server  Started filling free space info for database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 18  server  Completed filling free space info for database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 19  server  Started cleaning up the default data cache for database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 77  server  Completed cleaning up the default data cache for database 'sybsystemdb'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 77  server  Boot Count:  66 
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 84  server  Checking external objects.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 33 . 84  server  The transaction log in the database 'sybsystemdb' will use I/O size of  4  Kb.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 47  server  Database 'sybsystemdb' is now online.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 51  server  Recovering database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 51  server  Started estimating recovery log boundaries for database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 52  server  Database 'model', checkpoint=( 880 ,  13 ), first=( 2314885530279478128 ,  13 ), last=( 2314885530279478128 ,  13 ).
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 52  server  Completed estimating recovery log boundaries for database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 52  server  Started ANALYSIS pass for database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 52  server  Completed ANALYSIS pass for database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 52  server  Started REDO pass for database 'model'. The total number of log records to process is  1 .
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 52  server  Completed REDO pass for database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 52  server  Recovery of database 'model' will undo incomplete nested top actions.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 52  server  Started recovery checkpoint for database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 54  server  Completed recovery checkpoint for database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 55  server  Started filling free space info for database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 56  server  Completed filling free space info for database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 34 . 57  server  Started cleaning up the default data cache for database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 35 . 15  server  Completed cleaning up the default data cache for database 'model'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 35 . 20  server  Checking external objects.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 35 . 20  server  The transaction log in the database 'model' will use I/O size of  4  Kb.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 35 . 81  server  Database 'model' is now online.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 35 . 81  server  The logical pagesize of the server is  4  Kb.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 35 . 81  server   0  dump conditions detected at boot time
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 35 . 81  server  Resident Node id: e9e3b36d0818
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 35 . 81  server  Transaction coordinator initialized.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 35 . 81  server  Clearing temp db 
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 11  server  The transaction log in the database 'tempdb' will use I/O size of  4  Kb.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 74  server  Database 'tempdb' is now online.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 78  server  Recovering database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 78  server  Started estimating recovery log boundaries for database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 79  server  Database 'sybsecurity', checkpoint=( 76571 ,  13 ), first=( 2314885530279553819 ,  13 ), last=( 2314885530279553819 ,  13 ).
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 79  server  Completed estimating recovery log boundaries for database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 79  server  Started ANALYSIS pass for database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 79  server  Completed ANALYSIS pass for database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 79  server  Started REDO pass for database 'sybsecurity'. The total number of log records to process is  1 .
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 79  server  Completed REDO pass for database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 79  server  Recovery of database 'sybsecurity' will undo incomplete nested top actions.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 79  server  Started recovery checkpoint for database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 81  server  Completed recovery checkpoint for database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 83  server  Started filling free space info for database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 84  server  Completed filling free space info for database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 37 . 85  server  Started cleaning up the default data cache for database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 38 . 43  server  Completed cleaning up the default data cache for database 'sybsecurity'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 38 . 47  server  Checking external objects.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 38 . 48  server  The transaction log in the database 'sybsecurity' will use I/O size of  4  Kb.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 12  server  Database 'sybsecurity' is now online.
 00 : 00000 : 00011 : 2009 / 11 / 26   08 : 04 : 39 . 14  server  audproc: Loading global audit options from sysauditoptions.
 00 : 00000 : 00011 : 2009 / 11 / 26   08 : 04 : 39 . 15  server  audproc: Global audit options successfully loaded.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 19  server  Recovering database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 19  server  Started estimating recovery log boundaries for database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 19  server  Database 'sybsystemprocs', checkpoint=( 44831 ,  21 ), first=( 2314885530279522079 ,  21 ), last=( 2314885530279522079 ,  21 ).
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 19  server  Completed estimating recovery log boundaries for database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 19  server  Started ANALYSIS pass for database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 19  server  Completed ANALYSIS pass for database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 19  server  Started REDO pass for database 'sybsystemprocs'. The total number of log records to process is  1 .
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 20  server  Completed REDO pass for database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 20  server  Recovery of database 'sybsystemprocs' will undo incomplete nested top actions.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 20  server  Started recovery checkpoint for database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 22  server  Completed recovery checkpoint for database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 23  server  Started filling free space info for database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 25  server  Completed filling free space info for database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 26  server  Started cleaning up the default data cache for database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 84  server  Completed cleaning up the default data cache for database 'sybsystemprocs'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 85  server  Checking external objects.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 39 . 85  server  The transaction log in the database 'sybsystemprocs' will use I/O size of  4  Kb.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 40 . 48  server  Database 'sybsystemprocs' is now online.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 04 : 41 . 20  server  Database 'master' is now online.
 00 : 00000 : 00012 : 2009 / 11 / 26   08 : 04 : 41 . 20  kernel  network name bidbdelta, interface IPv4, address  10 . 13 . 1 . 177 , type tcp, port  5000 , filter NONE
 01 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 43 . 12  kernel  engine  1 , os pid  13215   online
 02 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 45 . 39  kernel  engine  2 , os pid  13232   online
 03 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 47 . 95  kernel  engine  3 , os pid  13252   online
 04 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 50 . 41  kernel  engine  4 , os pid  13253   online
 05 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 52 . 46  kernel  engine  5 , os pid  13254   online
 06 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 54 . 90  kernel  engine  6 , os pid  13255   online
 07 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 56 . 99  kernel  engine  7 , os pid  13256   online
 08 : 00000 : 00000 : 2009 / 11 / 26   08 : 04 : 59 . 21  kernel  engine  8 , os pid  13257   online
 09 : 00000 : 00000 : 2009 / 11 / 26   08 : 05 : 01 . 68  kernel  engine  9 , os pid  13258   online
 10 : 00000 : 00000 : 2009 / 11 / 26   08 : 05 : 03 . 67  kernel  engine  10 , os pid  13259   online
 11 : 00000 : 00000 : 2009 / 11 / 26   08 : 05 : 05 . 85  kernel  engine  11 , os pid  13260   online
 12 : 00000 : 00000 : 2009 / 11 / 26   08 : 05 : 07 . 84  kernel  engine  12 , os pid  13261   online
 13 : 00000 : 00000 : 2009 / 11 / 26   08 : 05 : 09 . 71  kernel  engine  13 , os pid  13262   online
 14 : 00000 : 00000 : 2009 / 11 / 26   08 : 05 : 11 . 58  kernel  engine  14 , os pid  13263   online
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 00  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 03  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 06  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 08  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 11  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 14  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 17  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 20  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 22  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 25  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 28  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 31  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 34  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 37  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 39  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 42  server  The wash size of the 4K buffer pool in cache default data cache has been changed from  61440  Kb to  61440  Kb due to a change in the size of the pool.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 44  server  Recovery has tuned the size of '32K' pool in 'default data cache' to benefit recovery performance. The original configuration will be restored at the end of recovery.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 44  server  Recovery has tuned the size of '4K' pool in 'default data cache' to benefit recovery performance. The original configuration will be restored at the end of recovery.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 44  server  Recovery has tuned the '32K' pool in 'default data cache' by changing its 'local async prefetch limit' from  10  to  80 . The original configuration will be restored at the end of recovery.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 12 . 44  server  Recovery has tuned the '4K' pool in 'default data cache' by changing its 'local async prefetch limit' from  10  to  80 . The original configuration will be restored at the end of recovery.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 49  server  Recovering database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 49  server  Started estimating recovery log boundaries for database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 50  server  Database 'db_arch_old2', checkpoint=( 679036 ,  26 ), first=( 2314885530280156284 ,  26 ), last=( 2314885530280156284 ,  26 ).
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 50  server  Completed estimating recovery log boundaries for database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 50  server  Started ANALYSIS pass for database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 50  server  Completed ANALYSIS pass for database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 50  server  Started REDO pass for database 'db_arch_old2'. The total number of log records to process is  1 .
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 51  server  Completed REDO pass for database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 51  server  Recovery of database 'db_arch_old2' will undo incomplete nested top actions.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 51  server  Started recovery checkpoint for database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 53  server  Completed recovery checkpoint for database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 54  server  Started filling free space info for database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 54  server  Completed filling free space info for database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 12 . 54  server  Started cleaning up the default data cache for database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 13 . 35  server  Completed cleaning up the default data cache for database 'db_arch_old2'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 13 . 36  server  Checking external objects.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 13 . 37  server  The transaction log in the database 'db_arch_old2' will use I/O size of  4  Kb.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 48  server  Recovering database 'db_arch_old'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 48  server  Started estimating recovery log boundaries for database 'db_arch_old'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 49  server  Database 'db_arch_old', checkpoint=( 3069311 ,  14 ), first=( 2314885530282546559 ,  14 ), last=( 2314885530282546559 ,  14 ).
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 49  server  Completed estimating recovery log boundaries for database 'db_arch_old'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 49  server  Started ANALYSIS pass for database 'db_arch_old'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 49  server  Completed ANALYSIS pass for database 'db_arch_old'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 49  server  Started REDO pass for database 'db_arch_old'. The total number of log records to process is  1 .
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 50  server  Completed REDO pass for database 'db_arch_old'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 50  server  Recovery of database 'db_arch_old' will undo incomplete nested top actions.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 50  server  Started recovery checkpoint for database 'db_arch_old'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 52  server  Completed recovery checkpoint for database 'db_arch_old'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 52  server  Started filling free space info for database 'db_arch_old'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 53  server  Completed filling free space info for database 'db_arch_old'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 13 . 53  server  Started cleaning up the default data cache for database 'db_arch_old'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 15  server  Database 'db_arch_old2' is now online.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 32  server  Recovering database 'mon_db'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 32  server  Started estimating recovery log boundaries for database 'mon_db'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 53  server  Database 'mon_db', checkpoint=( 3971717 ,  23 ), first=( 2314885530283448965 ,  23 ), last=( 2314885530283448965 ,  23 ).
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 53  server  Completed estimating recovery log boundaries for database 'mon_db'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 53  server  Started ANALYSIS pass for database 'mon_db'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 53  server  Completed ANALYSIS pass for database 'mon_db'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 53  server  Started REDO pass for database 'mon_db'. The total number of log records to process is  1 .
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 57  server  Recovering database 'db_arch'.
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 57  server  Started estimating recovery log boundaries for database 'db_arch'.
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 58  server  Database 'db_arch', checkpoint=( 23033457 ,  25 ), first=( 2314885530302510705 ,  25 ), last=( 2314885530302510705 ,  25 ).
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 59  server  Completed estimating recovery log boundaries for database 'db_arch'.
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 59  server  Started ANALYSIS pass for database 'db_arch'.
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 59  server  Completed ANALYSIS pass for database 'db_arch'.
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 59  server  Started REDO pass for database 'db_arch'. The total number of log records to process is  1 .
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 59  server  Completed REDO pass for database 'db_arch'.
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 59  server  Recovery of database 'db_arch' will undo incomplete nested top actions.
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 59  server  Started recovery checkpoint for database 'db_arch'.
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 62  server  Completed recovery checkpoint for database 'db_arch'.
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 62  server  Started filling free space info for database 'db_arch'.
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 63  server  Completed filling free space info for database 'db_arch'.
 10 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 14 . 64  server  Started cleaning up the default data cache for database 'db_arch'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 73  server  Completed REDO pass for database 'mon_db'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 73  server  Recovery of database 'mon_db' will undo incomplete nested top actions.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 73  server  Started recovery checkpoint for database 'mon_db'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 14 . 77  server  Completed cleaning up the default data cache for database 'db_arch_old'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 14 . 78  server  Checking external objects.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 79  server  Completed recovery checkpoint for database 'mon_db'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 14 . 79  server  The transaction log in the database 'db_arch_old' will use I/O size of  4  Kb.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 79  server  Started filling free space info for database 'mon_db'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 80  server  Completed filling free space info for database 'mon_db'.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 14 . 80  server  Started cleaning up the default data cache for database 'mon_db'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 15 . 90  server  Database 'db_arch_old' is now online.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 90  server  Recovering database 'db_arch_cache'.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 90  server  Started estimating recovery log boundaries for database 'db_arch_cache'.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 92  server  Database 'db_arch_cache', checkpoint=( 1752520 ,  18 ), first=( 2314885530281229768 ,  18 ), last=( 2314885530281229768 ,  18 ).
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 92  server  Completed estimating recovery log boundaries for database 'db_arch_cache'.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 92  server  Started ANALYSIS pass for database 'db_arch_cache'.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 92  server  Completed ANALYSIS pass for database 'db_arch_cache'.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 92  server  Started REDO pass for database 'db_arch_cache'. The total number of log records to process is  1 .
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 92  server  Completed REDO pass for database 'db_arch_cache'.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 92  server  Recovery of database 'db_arch_cache' will undo incomplete nested top actions.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 92  server  Started recovery checkpoint for database 'db_arch_cache'.
 04 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 15 . 95  server  Completed cleaning up the default data cache for database 'db_arch'.
 04 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 15 . 95  server  Checking external objects.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 96  server  Completed recovery checkpoint for database 'db_arch_cache'.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 15 . 96  server  Started filling free space info for database 'db_arch_cache'.
 04 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 15 . 99  server  The transaction log in the database 'db_arch' will use I/O size of  4  Kb.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 16 . 00  server  Completed filling free space info for database 'db_arch_cache'.
 04 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 16 . 02  server  Started cleaning up the default data cache for database 'db_arch_cache'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 08  server  Recovering database 'cache'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 08  server  Started estimating recovery log boundaries for database 'cache'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 09  server  Database 'cache', checkpoint=( 290583 ,  13 ), first=( 2314885530279767831 ,  13 ), last=( 2314885530279767831 ,  13 ).
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 09  server  Completed estimating recovery log boundaries for database 'cache'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 09  server  Started ANALYSIS pass for database 'cache'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 09  server  Completed ANALYSIS pass for database 'cache'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 09  server  Started REDO pass for database 'cache'. The total number of log records to process is  1 .
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 10  server  Completed REDO pass for database 'cache'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 10  server  Recovery of database 'cache' will undo incomplete nested top actions.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 10  server  Started recovery checkpoint for database 'cache'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 11  server  Completed recovery checkpoint for database 'cache'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 12  server  Started filling free space info for database 'cache'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 13  server  Completed filling free space info for database 'cache'.
 00 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 16 . 14  server  Started cleaning up the default data cache for database 'cache'.
 12 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 16 . 21  server  Completed cleaning up the default data cache for database 'mon_db'.
 12 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 16 . 22  server  Checking external objects.
 12 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 16 . 23  server  The transaction log in the database 'mon_db' will use I/O size of  4  Kb.
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 91  server  Recovering database 'dbccdb'.
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 91  server  Started estimating recovery log boundaries for database 'dbccdb'.
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 91  server  Database 'dbccdb', checkpoint=( 643 ,  25 ), first=( 2314885530279477891 ,  25 ), last=( 2314885530279477891 ,  25 ).
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 91  server  Completed estimating recovery log boundaries for database 'dbccdb'.
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 91  server  Started ANALYSIS pass for database 'dbccdb'.
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 91  server  Completed ANALYSIS pass for database 'dbccdb'.
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 91  server  Started REDO pass for database 'dbccdb'. The total number of log records to process is  1 .
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 91  server  Completed REDO pass for database 'dbccdb'.
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 91  server  Recovery of database 'dbccdb' will undo incomplete nested top actions.
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 91  server  Started recovery checkpoint for database 'dbccdb'.
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 94  server  Completed recovery checkpoint for database 'dbccdb'.
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 16 . 95  server  Started filling free space info for database 'dbccdb'.
 06 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 16 . 96  server  Completed cleaning up the default data cache for database 'db_arch_cache'.
 06 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 16 . 97  server  Checking external objects.
 06 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 16 . 99  server  The transaction log in the database 'db_arch_cache' will use I/O size of  4  Kb.
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 17 . 41  server  Completed filling free space info for database 'dbccdb'.
 14 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 17 . 43  server  Database 'db_arch' is now online.
 14 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 17 . 43  server  Clearing temp db 
 00 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 17 . 46  server  Started cleaning up the default data cache for database 'dbccdb'.
 03 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 17 . 49  server  Completed cleaning up the default data cache for database 'cache'.
 03 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 17 . 49  server  Checking external objects.
 03 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 17 . 50  server  The transaction log in the database 'cache' will use I/O size of  4  Kb.
 03 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 17 . 51  server  Database 'mon_db' is now online.
 03 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 17 . 51  server  Clearing temp db 
 14 : 00000 : 00018 : 2009 / 11 / 26   08 : 05 : 17 . 87  server  Clearing temp db 
 06 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 18 . 23  server  Database 'db_arch_cache' is now online.
 06 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 18 . 23  server  Clearing temp db 
 14 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 18 . 34  server  Completed cleaning up the default data cache for database 'dbccdb'.
 14 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 18 . 35  server  Checking external objects.
 06 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 18 . 53  server  The transaction log in the database 'dbccdb' will use I/O size of  4  Kb.
 00 : 00000 : 00019 : 2009 / 11 / 26   08 : 05 : 18 . 88  server  Clearing temp db 
 06 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 19 . 06  server  Database 'cache' is now online.
 06 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 19 . 06  server  Clearing temp db 
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 19 . 13  server  The transaction log in the database 'tempdb_3' will use I/O size of  4  Kb.
 09 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 19 . 61  server  The transaction log in the database 'tempdb_2' will use I/O size of  4  Kb.
 06 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 19 . 63  server  Database 'dbccdb' is now online.
 06 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 19 . 63  server  Clearing temp db 
 13 : 00000 : 00018 : 2009 / 11 / 26   08 : 05 : 20 . 14  server  The transaction log in the database 'tempdb_4' will use I/O size of  4  Kb.
 00 : 00000 : 00014 : 2009 / 11 / 26   08 : 05 : 20 . 31  server  Database 'tempdb_3' is now online.
 09 : 00000 : 00256 : 2009 / 11 / 26   08 : 05 : 20 . 77  server  Database 'tempdb_2' is now online.
 13 : 00000 : 00018 : 2009 / 11 / 26   08 : 05 : 21 . 15  server  Database 'tempdb_4' is now online.
 06 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 23 . 76  server  The transaction log in the database 'tempdb_6' will use I/O size of  4  Kb.
 02 : 00000 : 00015 : 2009 / 11 / 26   08 : 05 : 24 . 62  server  Database 'tempdb_6' is now online.
 06 : 00000 : 00019 : 2009 / 11 / 26   08 : 05 : 24 . 76  server  The transaction log in the database 'tempdb_5' will use I/O size of  4  Kb.
 06 : 00000 : 00019 : 2009 / 11 / 26   08 : 05 : 25 . 71  server  Database 'tempdb_5' is now online.
 02 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 25 . 72  server  The transaction log in the database 'tempdb_7' will use I/O size of  4  Kb.
 04 : 00000 : 00017 : 2009 / 11 / 26   08 : 05 : 26 . 58  server  Database 'tempdb_7' is now online.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 27 . 17  server  The optimal number of recovery processes is  3 .
 07 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 46 . 43  server  The transaction log in the database 'tempdb_large' will use I/O size of  4  Kb.
 07 : 00000 : 00016 : 2009 / 11 / 26   08 : 05 : 47 . 25  server  Database 'tempdb_large' is now online.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 47 . 26  server  Recovery has restored the value of 'local async prefetch limit' for '32K' pool in 'default data cache' from '80' to 'DEFAULT'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 47 . 26  server  Recovery has restored the value of 'local async prefetch limit' for '4K' pool in 'default data cache' from '80' to 'DEFAULT'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 47 . 60  server  Recovery has restored the original size for '32K' pool and '4K' pool in 'default data cache'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 47 . 61  server  Recovery complete.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 47 . 61  server  SQL Servers default unicode sort order is 'binary'.
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 47 . 61  server  SQL Servers default sort order is:
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 47 . 61  server  	'cyrnocs' (ID =  64 )
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 47 . 61  server  on top of default character set:
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 47 . 61  server  	'utf8' (ID =  190 ).
 00 : 00000 : 00001 : 2009 / 11 / 26   08 : 05 : 47 . 61  server  Master device size:  200  megabytes, or  102400  virtual pages. (A virtual page is  2048  bytes.)
...
Рейтинг: 0 / 0
10 сообщений из 10, страница 1 из 1
Форумы / Sybase ASA, ASE, IQ [игнор отключен] [закрыт для гостей] / Свободное место в БД (ASE 12.5.3)
Найденые пользователи ...
Разблокировать пользователей ...
Читали форум (0):
Пользователи онлайн (0):
x
x
Закрыть


Просмотр
0 / 0
Close
Debug Console [Select Text]