onstat -l : 로그파일의 상태
-------------------------------------------------------------------------------------
D:\Devtools\Informix\bin>onstat -l
Informix Dynamic Server Version 7.30.TC7 -- On-Line -- Up 1
days 02:58:02 -- 101824 Kbytes
Physical Logging
Buffer bufused bufsize numpages numwrits pages/io
P-1 6 16 19222 1384 13.89
phybegin physize phypos phyused %used
100a83 25000 23077 22 0.09
Logical Logging
Buffer bufused bufsize numrecs numpages numwrits recs/pages
pages/io
L-3 0 16 399223 52634 51117 7.6
1.0
Subsystem numrecs Log Space used
OLDRSAM 399223 32784092
address number flags uniqid begin size used
%used
c312e3c 11 U-B---- 7320 200035 10000 10000
100.00
c312e58 12 U-B---- 7321 202745 10000 10000
100.00
c312e74 13 U-B---- 7322 204e55 10000 10000
100.00
c312e90 14 U-B---- 7323 207565 10000 10000
100.00
c312eac 15 U-B---- 7324 209c75 10000 10000
100.00
c312ec8 16 U-B---- 7325 20c385 10000 10000
100.00
c312ee4 17 U-B---- 7326 20ea95 10000 10000
100.00
c312f00 18 U-B---- 7327 2111a5 10000 10000
100.00
c312f1c 19 U---C-L 7328 2138b5 10000 9710
97.10
-------------------------------------------------------------------------------------
위의 내용처럼 나옵니다. 정상적일때.
1 질문 : 위의 내용에서 flags 가 F 인것을 지우고
--> Onparams -d -l 번호
지운다음 다시
--> Onparams -a -d lobdbs -s 40000
했더니 flag 가 A 로 됩니다.
위의 내용처럼 U--B----- 이런식이 되려면 어케 해야 하나요..
2 질문 :
---------------------------------------------------------------
address number flags uniqid begin size used
%used
c312e3c 11 U-B--- 1 1002b0 120 1
0.00
---------------------------------------------------------------
파일의 싸이즈가 120 으로 되어 있는데 10000 으로 변경 하려면
어떻게 해야 하나요?
밑의 상태에서 위의 상태로 되려면 어케 해야 하는지좀 가르쳐
주세요!!!
------------------------------------------------------------------
D:\devtool\informix\bin>onstat -l
Informix Dynamic Server Version 7.30.TC7 -- Quiescent -- Up
00:09:20 -- 101056 Kbytes
Physical Logging
Buffer bufused bufsize numpages numwrits pages/io
P-1 0 16 0 0 0.00
phybegin physize phypos phyused %used
100a83 25000 24 0 0.00
Logical Logging
Buffer bufused bufsize numrecs numpages numwrits recs/pages
pages/io
L-3 0 16 2 8 8 0.3
1.0
Subsystem numrecs Log Space used
OLDRSAM 2 64
address number flags uniqid begin size used
%used
c253de4 1 A------ 0 204e55 10000 0
0.00
c253e00 2 U-B---- 28 1002b0 125 3
2.40
c253e1c 3 U-B---- 29 10032d 125 1
0.80
c253e38 4 U-B---- 30 1003aa 125 1
0.80
c253e54 5 U-B---- 31 100427 125 1
0.80
c253e70 6 U-B---- 32 1004a4 125 1
0.80
c253e8c 7 U-B---- 33 100521 125 1
0.80
c253ea8 8 U---C-L 34 10059e 125 1
0.80
c253ec4 9 A------ 0 200035 10000 0
0.00
c253ee0 10 U-B---- 27 202745 10000 4
0.04
-----------------------------------------------------------------------
|