oms进行增量迁移的时候需要Configurl,如何获取?

【 使用环境 】 测试环境
【 OB or 其他组件 】
oms
【 使用版本 】
社区版4.2.1
【问题描述】清晰明确描述问题
oms进行增量迁移的时候需要Configurl,如何获取?
我按照文档上面查看obconfig_url是空值
命令:show parameters like ‘obconfig_url’;
【附件及日志】推荐使用OceanBase敏捷诊断工具obdiag收集诊断信息,详情参见链接(右键跳转查看):

社区版OMS 4.2.1 数据源新建的时候支持直连OceanBase,直连方式不需要obconfig_url
https://www.oceanbase.com/docs/community-oms-cn-1000000000425910

另外obconfig_url 是需要安装一个configure server,并设置config_url
比如configserver的ip和端口xxx.xxx.xxx.xxx:port
#使用下面sql将当前Oceanbase注册到configure server上
alter system set obconfig_url = ‘http://xxx.xxx.xxx.xxx:port/services?Action=ObRootServiceInfo&ObCluster=clustername’;

1 个赞

谢谢大佬