- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
informix如何更换调整逻辑日志文件
informix9.4 on linux 更换逻辑日志文件的操作记录
说明:
onconfig配置里面关于逻辑日志的配置只是用于oninit -i 初始化,DB运行起来后,就可以用onparams命令来
调整这些文件了,可以删除它们并增加新的文件。
主要过程就是:
1,启动数据库,切换到静默模式
2,用informix账号建立新的Log文件
3,已经备份了有B标志的log文件可以删除
4,onmode -l 切换log文件
5,切换到新增的文件后,进行 onmode -c 强制checkpoint
6,切换到Online状态即可。
至此,其实数据库就可以用了,如果进行一个level0备份,那么那些删除的Log文件就彻底没有了,不会出现在
onstat -l统计列表中。
实际操作如下:
切换到静默
[informix@IDS94 ~]$ onmode -u
This will perform an IMMEDIATE SHUTDOWN -
Do you wish to continue (y/n)? y
There are 0 user threads that will be killed.
Do you wish to continue (y/n)? y
[informix@IDS94 ~]$ onstat -
IBM Informix Dynamic Server Version 9.40.UC9 -- Quiescent -- Up 00:01:25 -- 28336 Kbytes
[informix@IDS94 ~]$
查看目前的Log状况
[informix@IDS94 ~]$ onstat -l
IBM Informix Dynamic Server Version 9.40.UC9 -- Quiescent -- Up 00:01:31 -- 28336 Kbytes
Physical Logging
Buffer bufused bufsize numpages numwrits pages/io
P-1 0 16 0 0 0.00
phybegin physize phypos phyused %used
2:53 25000 22949 0 0.00
Logical Logging
Buffer bufused bufsize numrecs numpages numwrits recs/pages pages/io
L-2 0 16 1 1 1 1.0 1.0
Subsystem numrecs Log Space used
OLDRSAM 1 36
address number flags uniqid begin size used %used
44da12b0 3 U-B 1309 1:60263 25000 25000 100.00
44da12f8 7 U-B 1310 3:53 10000 10000 100.00
44da1340 8 U-B 1311 3:10053 10000 10000 100.00
44da1388 9 U-B 1312 3:20053 10000 10000 100.00
44da13d0 10 U-B 1313 3:30053 10000 10000 100.00
44da1418 11 U-B 1314 3:40053 10000 10000 100.00
44da1460 12 U-B 1315 3:50053 10000 10000 100.00
44da14a8 1 U-B 1316 3:60053 17
文档评论(0)