OGG如何修改trail文件的大小
这篇文章将为大家详细讲解有关OGG如何修改trail文件的大小,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。
实验-修改trail文件的大小
先看原文档:
Changing the size of trail files
更改trail 文件的大小
You can change the size of trail files with the MEGABYTES option of either the ALTER EXTTRAIL
or ALTER RMTTRAIL command, depending on whether the trail is local or remote. To change
the file size, follow this procedure.
你可以通过alter 命令调整MEGABYTES 参数的值来改变trail 文件的大小,是使用ALTER EXTTRAIL
或者 ALTER RMTTRAIL要看trail 文件是在本地还是在其它地方
1. Issue one of the following commands, depending on the location of the trail,to view the
path name of the trail you want to alter and the name of the associated Extract group.
Use a wildcard to view all trails.
使用下面的命令获得你想修改trail 文件的存放地址,你的trail文件所属的组
(Remote trail)
INFO RMTTRAIL *
(Local trail)
INFO EXTTRAIL *
2. Issue one of the following commands, depending on the locationof the trail, to change
the file size.
(Remote trail)
ALTER RMTTRAIL <trail name>, EXTRACT <group name>, MEGABYTES <n>
(Local trail)
ALTER EXTTRAIL <trail name>, EXTRACT <group name>, MEGABYTES <n>
3. Issue the following command tocause Extract to switch to the next file in the trail.
SEND EXTRACT <group name>, ROLLOVER
-------------------------------------------------------------------------分割线---------------------------------------------------------------------------------------------------------------
源端
停止抽取进程
stop group_name
停止推送进程
stop group_name
目标端:
停止复制进程
stop group_name
在源端查看信息
GGSCI (OGG1) 64> info exttrail *
Extract Trail: /u01/ogg/dirdat/kt
Extract: GGEX
Seqno: 14
RBA: 3822
File Size: 5M
Extract Trail: /u01/ogg/dirdat/kt
Extract: GGPUMP
Seqno: 13
RBA: 3956
File Size: 5M
运行命令:
1、ALTER RMTTRAIL /u01/ogg/dirdat/kt, EXTRACT ggex, MEGABYTES 60--改成60M
2、ALTER EXTTRAIL /u01/ogg/dirdat/kt, EXTRACT ggpump, MEGABYTES 60---改成60M
3、SEND EXTRACT ggex, ROLLOVER
4、SEND EXTRACT ggpump, ROLLOVER
启动进程
start
查看是否发生改变:
GGSCI (OGG1) 91> info exttrail *
Extract Trail: /u01/ogg/dirdat/kt
Extract: GGEX
Seqno: 17
RBA: 1007
File Size: 60M
Extract Trail: /u01/ogg/dirdat/kt
Extract: GGPUMP
Seqno: 16
RBA: 1149
File Size: 60M
关于“OGG如何修改trail文件的大小”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341