[root@oms ~]# sh docker_remote_deploy.sh -o /root/software/docker/oms/data -c ./oms_config.yaml -i xx.xx.xx.166 -d reg.docker.alibaba-inc.com/oceanbase/oms:v202305_v41ce_ce 提示:输入 可退出部署 请选择部署模式: ●单地域单节点 单地域多节点 多地域 您选择的部署模式是:单地域单节点部署模式 请选择您所需要进行的任务: 无配置文件,全新部署 OMS,从生成配置文件开始 ●已通过脚本[-c]选项传入参考配置文件,基于参考配置文件开始配置 已加载您的所有配置项,并校验通过。 您的配置如下: { "apsara_audit_enable": "false", "apsara_audit_sls_access_key": "", "apsara_audit_sls_access_secret": "", "apsara_audit_sls_endpoint": "", "apsara_audit_sls_ops_site_topic": "", "apsara_audit_sls_user_site_topic": "", "cm_is_default": true, "cm_location": "100", "cm_nodes": [ "xx.xx.xx.166" ], "cm_region": "default", "cm_region_cn": "默认地域", "cm_url": "http://xx.xx.xx.166:8088", "drc_cm_db": "oms_cm", "drc_cm_heartbeat_db": "oms_cm_heartbeat", "drc_rm_db": "oms_rm", "oms_meta_host": "xx.xx.xx.166", "oms_meta_password": "xxxxxxxxx", "oms_meta_port": "3306", "oms_meta_user": "root", "tsdb_enabled": true, "tsdb_password": "xxxxxxxxx", "tsdb_service": "INFLUXDB", "tsdb_url": "xx.xx.xx.166:8086", "tsdb_username": "admin" } [y/n] 您是否需要重新配置?[n]n 请依次为各 OMS 节点 ['xx.xx.xx.166'] 配置 Docker 环境信息。 请输入节点:xx.xx.xx.166 的用户名:root 请输入节点:xx.xx.xx.166 的密码:******** 请输入配置文件 config.yaml 将写入的路径,以符号'/'结尾:[/root/software/docker/oms/data/]/root/software/docker/oms/data/ 请您确认以下内容: 请输入 OMS 容器在宿主机上的挂载根目录:[/root/software/docker/oms/data/]/root/software/docker/oms/data/ [y/n] 部署 OMS 的 [镜像名/IMAGE-ID] 是:reg.docker.alibaba-inc.com/oceanbase/oms:v202305_v41ce_ce ,请确认是否正确。[y]y [y/n] 是否需要在 OMS 容器中挂载 HTTPS 证书?[n]n 41c42e1925d5e5161a7a204f5290077e78198ef18a61a38f366d0610a6f44287 xxxx Waiting docker_cmd.sh to finished -------------------------------------------------------------------------------- # 【步骤一】校验 config.yaml 配置文件 -------------------------------------------------------------------------------- python -m omsflow.scripts.units.oms_cluster_config --check /home/admin/conf/config.yaml /root/omsflow 2023-07-28 17:24:47,178-Oms-DEBUG oms_cluster_config.main.806 :load config file /home/admin/conf/config.yaml `master_cm_endpoint` is http://xx.xx.xx.166:8088 `master_oms_endpoint` is http://xx.xx.xx.166:8082 `role` is master success: config file is verification ok ... master_drc_rm_meta_uri is accessible cm_location is 100 -------------------------------------------------------------------------------- # 【步骤二】创建 OMS 元信息库 -------------------------------------------------------------------------------- python -m omsflow.scripts.units.oms_init_manager --init-db /root/omsflow use config /home/admin/conf/config.yaml no drop task no init task query {'charset': 'utf8'} {'username': 'root', 'database': 'oms_cm', 'host': 'xx.xx.xx.166', 'password_original': 'xxxxxxxxx', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 3306} 2023-07-28 17:24:47,524-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_cm?charset=utf8) query {'charset': 'utf8'} {'username': 'root', 'database': 'oms_rm', 'host': 'xx.xx.xx.166', 'password_original': 'xxxxxxxxx', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 3306} 2023-07-28 17:24:47,584-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root', 'database': 'oms_cm_heartbeat', 'host': 'xx.xx.xx.166', 'password_original': 'xxxxxxxxx', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 3306} 2023-07-28 17:24:47,644-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_cm_heartbeat?charset=utf8) query {'charset': 'utf8'} {'username': 'root', 'database': 'oms_rm', 'host': 'xx.xx.xx.166', 'password_original': 'xxxxxxxxx', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 3306} 2023-07-28 17:24:47,705-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_rm?charset=utf8) 2023-07-28 17:24:47,714-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.68 :Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_rm?charset=utf8) import /root/omsflow/meta_init/drc_rm_schema.sql mysql -h'xx.xx.xx.166' -P3306 -u 'root' --password='xxxxxxxxx' -f -D 'oms_rm' < /root/omsflow/meta_init/drc_rm_schema.sql ERROR 1064 (42000) at line 1897: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BEFORE `grade_id`' at line 1 ERROR 1064 (42000) at line 1898: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BEFORE `grade_id`' at line 1 ERROR 1064 (42000) at line 1899: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BEFORE `grade_id`' at line 1 ERROR 1064 (42000) at line 1900: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BEFORE `grade_id`' at line 1 ERROR 1064 (42000) at line 1901: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BEFORE `gmt_create`' at line 1 ERROR 1064 (42000) at line 1902: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'BEFORE `gmt_create`' at line 1 ERROR 1060 (42S21) at line 1906: Duplicate column name 'project_type' 2023-07-28 17:27:20,361-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.68 :Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_rm?charset=utf8) import /root/omsflow/meta_init/drc_rm_data.sql mysql -h'xx.xx.xx.166' -P3306 -u 'root' --password='xxxxxxxxx' -f -D 'oms_rm' < /root/omsflow/meta_init/drc_rm_data.sql 2023-07-28 17:27:22,556-Oms-DEBUG oms_init_manager.init_rm.122 :REPLACE INTO `user` (`id`, `name`, `password`, `type`, `linkman`, `linkman_cn`, `reason`, `product`, `gmt_modify`) VALUES(1, 'RM_oms', 'MjAyMy0wNy0yOA==', 3, 'oms', 'oms', 'oms', 'oms', now()); query {'charset': 'utf8'} {'username': 'root', 'database': 'oms_cm', 'host': 'xx.xx.xx.166', 'password_original': 'xxxxxxxxx', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 3306} 2023-07-28 17:27:22,740-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_cm?charset=utf8) drc_cm_schema 2023-07-28 17:27:22,746-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.68 :Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_cm?charset=utf8) import /root/omsflow/meta_init/drc_cm_schema.sql mysql -h'xx.xx.xx.166' -P3306 -u 'root' --password='xxxxxxxxx' -f -D 'oms_cm' < /root/omsflow/meta_init/drc_cm_schema.sql ERROR 1071 (42000) at line 1635: Specified key was too long; max key length is 3072 bytes drc_cm_data 2023-07-28 17:28:32,627-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.68 :Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_cm?charset=utf8) import /root/omsflow/meta_init/drc_cm_data.sql mysql -h'xx.xx.xx.166' -P3306 -u 'root' --password='xxxxxxxxx' -f -D 'oms_cm' < /root/omsflow/meta_init/drc_cm_data.sql 2023-07-28 17:28:59,309-Oms-DEBUG oms_init_manager.init_cm.142 : INSERT INTO `resource_group` (`name`, `store_limit`, `congo_limit`, `jdbc_writer_limit`, `metaq_writer_limit`, `full_check_limit`, `cpu_limit`, `cpu_unit`,`gmt_modified`, `gmt_create`, `description`, `level`, `creator`) VALUES('100', 50, 50, 50, 0, 50, 50, 1, now(), now(), '默认地域', 'GENERAL', 'oms') ON DUPLICATE KEY UPDATE `name` = '100'; query {'charset': 'utf8'} {'username': 'root', 'database': 'oms_cm_heartbeat', 'host': 'xx.xx.xx.166', 'password_original': 'xxxxxxxxx', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 3306} 2023-07-28 17:28:59,424-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_cm_heartbeat?charset=utf8) 2023-07-28 17:28:59,430-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.68 :Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_cm_heartbeat?charset=utf8) import /root/omsflow/meta_init/drc_cm_hb_schema.sql mysql -h'xx.xx.xx.166' -P3306 -u 'root' --password='xxxxxxxxx' -f -D 'oms_cm_heartbeat' < /root/omsflow/meta_init/drc_cm_hb_schema.sql 2023-07-28 17:29:13,099-Oms-DEBUG oms_init_manager._import_sql_file_by_engine.68 :Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_cm_heartbeat?charset=utf8) import /root/omsflow/meta_init/drc_cm_hb_data.sql mysql -h'xx.xx.xx.166' -P3306 -u 'root' --password='xxxxxxxxx' -f -D 'oms_cm_heartbeat' < /root/omsflow/meta_init/drc_cm_hb_data.sql -------------------------------------------------------------------------------- # 【步骤三】创建 OMS 各组件的配置文件 -------------------------------------------------------------------------------- python -m omsflow.scripts.units.oms_init_manager --init-config-file /root/omsflow use config /home/admin/conf/config.yaml no drop task no init task query {'charset': 'utf8'} {'username': 'root', 'database': 'oms_cm', 'host': 'xx.xx.xx.166', 'password_original': 'xxxxxxxxx', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 3306} 2023-07-28 17:29:13,553-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_cm?charset=utf8) query {'charset': 'utf8'} {'username': 'root', 'database': 'oms_rm', 'host': 'xx.xx.xx.166', 'password_original': 'xxxxxxxxx', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 3306} 2023-07-28 17:29:13,620-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_rm?charset=utf8) query {'charset': 'utf8'} {'username': 'root', 'database': 'oms_cm_heartbeat', 'host': 'xx.xx.xx.166', 'password_original': 'xxxxxxxxx', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 3306} 2023-07-28 17:29:13,685-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_cm_heartbeat?charset=utf8) 2023-07-28 17:29:13,712-Oms-DEBUG oms_init_manager.render_meta.181 :ocp meta None query {'charset': 'utf8'} {'username': 'root', 'database': 'oms_rm', 'host': 'xx.xx.xx.166', 'password_original': 'xxxxxxxxx', 'drivername': 'mysql+pymysql', 'query': {'charset': 'utf8'}, 'port': 3306} 2023-07-28 17:29:13,778-Oms-DEBUG units.create_engine_wrapper.70 :create a new sqlalchemy engine wrapped Engine(mysql+pymysql://root:***@xx.xx.xx.166:3306/oms_rm?charset=utf8) { "apsara_audit_sls_access_key": null, "dbp_enable": "false", "apsara_audit_sls_user_site_topic": null, "drc_cm_db": "oms_cm", "ocp_api_domain": null, "dbp_route": null, "use_log_proxy": null, "oms_meta_host": "xx.xx.xx.166", "apsara_audit_sls_endpoint": null, "kafka_partition_mode": null, "log_proxy_address": null, "ocp_api_password": "root", "oms_meta_mode": "mysql", "kafka_need_schema": "false", "tsdb_username": "admin", "alarm_channel_param": null, "oms_host_ip": "xx.xx.xx.166", "oms_host": "xx.xx.xx.166:8088", "obproxy_port": null, "ocp_api_username": "admin", "dbp_ak": null, "dbp_middleware_instance_id": null, "drc_password": "", "alarm_channel": null, "apsara_audit_sls_ops_site_topic": null, "apsara_audit_enable": "false", "oms_meta_password": "xxxxxxxxx", "tsdb_enabled": "true", "dbp_op_url": null, "drc_user": "", "obproxy_host": null, "tsdb_password": "xxxxxxxxx", "oms_meta_user": "root", "tsdb_url": "xx.xx.xx.166:8086", "drc_rm_db": "oms_rm", "cm_url": "http://xx.xx.xx.166:8088", "tsdb_service": "INFLUXDB", "connector_transaction_index_enabled": "false", "ocp_version": null, "drc_cm_heartbeat_db": "oms_cm_heartbeat", "cm_location": "100", "oms_meta_port": 3306, "sybase_charset": "UTF-8", "json_serializer": "DefaultJsonSerializer", "dbp_sk": null, "apsara_audit_sls_access_secret": null } use root dir:/root/omsflow/scripts use root dir:/root/omsflow/scripts 2023-07-28 17:29:14,025-Oms-DEBUG oms_init_manager.init_config_file.262 :parse template: /root/omsflow/scripts/conf/cm/drc-cm_template.properties->conf/cm/drc-cm.properties use root dir:/root/omsflow/scripts 2023-07-28 17:29:14,025-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/cm/drc-cm_template.properties -> /root/omsflow/scripts/conf/cm/drc-cm.properties 2023-07-28 17:29:14,025-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/cm/drc-cm_template.properties -> /home/admin/hnbc-1.0/conf/cm/drc-cm.properties 2023-07-28 17:29:14,025-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/cm/drc-cm_template.properties -> /home/admin/conf/cm/drc-cm.properties use root dir:/root/omsflow/scripts 2023-07-28 17:29:14,027-Oms-DEBUG oms_init_manager.init_config_file.262 :parse template: /root/omsflow/scripts/conf/cm/jdbc_template.properties->conf/cm/jdbc.properties use root dir:/root/omsflow/scripts 2023-07-28 17:29:14,028-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/cm/jdbc_template.properties -> /root/omsflow/scripts/conf/cm/jdbc.properties 2023-07-28 17:29:14,028-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/cm/jdbc_template.properties -> /home/admin/hnbc-1.0/conf/cm/jdbc.properties 2023-07-28 17:29:14,028-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/cm/jdbc_template.properties -> /home/admin/conf/cm/jdbc.properties use root dir:/root/omsflow/scripts 2023-07-28 17:29:14,031-Oms-DEBUG oms_init_manager.init_config_file.262 :parse template: /root/omsflow/scripts/conf/supervisor/drc_template.properties->conf/supervisor/drc.properties use root dir:/root/omsflow/scripts 2023-07-28 17:29:14,031-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/supervisor/drc_template.properties -> /root/omsflow/scripts/conf/supervisor/drc.properties 2023-07-28 17:29:14,032-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/supervisor/drc_template.properties -> /home/admin/hnbc-1.0/conf/supervisor/drc.properties 2023-07-28 17:29:14,032-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/supervisor/drc_template.properties -> /home/admin/conf/supervisor/drc.properties use root dir:/root/omsflow/scripts 2023-07-28 17:29:14,046-Oms-DEBUG oms_init_manager.init_config_file.262 :parse template: /root/omsflow/scripts/conf/rm/application-oms_template.properties->conf/rm/application-oms.properties use root dir:/root/omsflow/scripts 2023-07-28 17:29:14,046-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/rm/application-oms_template.properties -> /root/omsflow/scripts/conf/rm/application-oms.properties 2023-07-28 17:29:14,047-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/rm/application-oms_template.properties -> /home/admin/hnbc-1.0/conf/rm/application-oms.properties 2023-07-28 17:29:14,047-Oms-DEBUG oms_init_manager.init_config_file.271 :render: /root/omsflow/scripts/conf/rm/application-oms_template.properties -> /home/admin/conf/rm/application-oms.properties 2023-07-28 17:29:14,047-Oms-DEBUG oms_init_manager.init_config_file.279 :move:/home/admin/conf/supervisor/drc.properties->/home/ds/supervisor/package/config/drc.properties 2023-07-28 17:29:14,048-Oms-DEBUG oms_init_manager.init_config_file.279 :move:/home/admin/conf/rm/application-oms.properties->/home/ds/ghana/config/application-oms.properties -------------------------------------------------------------------------------- # 【步骤四】重启 OMS 所有组件 (大约需要两分钟,请耐心等待) -------------------------------------------------------------------------------- supervisorctl restart nginx oms_console oms_drc_cm oms_drc_supervisor sshd nginx: stopped oms_console: stopped oms_drc_cm: stopped oms_drc_supervisor: stopped sshd: stopped nginx: started oms_console: started oms_drc_cm: started oms_drc_supervisor: started sshd: started supervisorctl status nginx oms_console oms_drc_cm oms_drc_supervisor sshd nginx RUNNING pid 6702, uptime 0:00:52 oms_console RUNNING pid 7162, uptime 0:00:42 oms_drc_cm RUNNING pid 7742, uptime 0:00:31 oms_drc_supervisor RUNNING pid 8554, uptime 0:00:20 sshd RUNNING pid 9256, uptime 0:00:10 supervisorctl status nginx oms_console oms_drc_cm oms_drc_supervisor sshd nginx RUNNING pid 6702, uptime 0:01:52 oms_console RUNNING pid 7162, uptime 0:01:42 oms_drc_cm RUNNING pid 7742, uptime 0:01:31 oms_drc_supervisor RUNNING pid 8554, uptime 0:01:20 sshd RUNNING pid 9256, uptime 0:01:10 -------------------------------------------------------------------------------- # 【步骤五】初始化 OMS 资源标签和资源组 -------------------------------------------------------------------------------- python -m omsflow.scripts.units.oms_cluster_manager add_resource /root/omsflow Will add cm_nodes ['xx.xx.xx.166'] Add host by ip xx.xx.xx.166 2023-07-28 17:32:07,969-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:08,117-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/add HTTP/1.1" 200 593 {"errMsg":"build host with default config.because some of the config items are not set","data":{"congoBook":0,"congoLimit":-1,"congoUsage":0,"cpuBook":0.0,"cpuLimit":-1.0,"cpuUsage":0.0,"fullCheckBook":0,"fullCheckLimit":-1,"fullCheckUsage":0,"gmtCreate":1690536728000,"gmtModified":1690536728000,"hostPoolId":null,"hostStatus":"ONLINE","id":1,"ip":"xx.xx.xx.166","jdbcWriterBook":0,"jdbcWriterLimit":-1,"jdbcWriterUsage":0,"ldc":null,"metaqWriterBook":0,"metaqWriterLimit":-1,"metaqWriterUsage":0,"resourceGroupId":1,"storeBook":0,"storeLimit":-1,"storeUsage":0,"version":0},"isSuccess":true} add tag ob10 to xx.xx.xx.166 2023-07-28 17:32:08,120-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:08,559-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 131 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3}],"isSuccess":true} add tag mysql to xx.xx.xx.166 2023-07-28 17:32:08,563-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:08,891-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 235 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2}],"isSuccess":true} add tag oracle to xx.xx.xx.166 2023-07-28 17:32:08,896-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:09,119-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 339 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4}],"isSuccess":true} add tag checker to xx.xx.xx.166 2023-07-28 17:32:09,125-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:09,191-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 443 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9}],"isSuccess":true} add tag db2 to xx.xx.xx.166 2023-07-28 17:32:09,196-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:09,499-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 548 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10}],"isSuccess":true} add tag tidb to xx.xx.xx.166 2023-07-28 17:32:09,501-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:09,964-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 653 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29}],"isSuccess":true} add tag postgresql to xx.xx.xx.166 2023-07-28 17:32:09,969-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:10,229-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 758 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":7,"ip":"xx.xx.xx.166","status":0,"tagId":28}],"isSuccess":true} add connector tag sybase_source_to_rocketmq_sink to xx.xx.xx.166 2023-07-28 17:32:10,232-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:10,409-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 863 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":7,"ip":"xx.xx.xx.166","status":0,"tagId":28},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":8,"ip":"xx.xx.xx.166","status":0,"tagId":20}],"isSuccess":true} add connector tag logproxy_to_kafka_sink to xx.xx.xx.166 2023-07-28 17:32:10,412-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:10,575-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 968 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":7,"ip":"xx.xx.xx.166","status":0,"tagId":28},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":8,"ip":"xx.xx.xx.166","status":0,"tagId":20},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":9,"ip":"xx.xx.xx.166","status":0,"tagId":23}],"isSuccess":true} add connector tag dataflow_source_to_datahub_sink to xx.xx.xx.166 2023-07-28 17:32:10,579-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:10,750-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 1074 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":7,"ip":"xx.xx.xx.166","status":0,"tagId":28},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":8,"ip":"xx.xx.xx.166","status":0,"tagId":20},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":9,"ip":"xx.xx.xx.166","status":0,"tagId":23},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":10,"ip":"xx.xx.xx.166","status":0,"tagId":24}],"isSuccess":true} add connector tag dataflow_source_to_dataflow_sink to xx.xx.xx.166 2023-07-28 17:32:10,754-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:10,857-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 1180 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":7,"ip":"xx.xx.xx.166","status":0,"tagId":28},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":8,"ip":"xx.xx.xx.166","status":0,"tagId":20},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":9,"ip":"xx.xx.xx.166","status":0,"tagId":23},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":10,"ip":"xx.xx.xx.166","status":0,"tagId":24},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":11,"ip":"xx.xx.xx.166","status":0,"tagId":27}],"isSuccess":true} add connector tag dataflow_source_to_kafka_sink to xx.xx.xx.166 2023-07-28 17:32:10,862-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:11,470-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 1286 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":7,"ip":"xx.xx.xx.166","status":0,"tagId":28},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":8,"ip":"xx.xx.xx.166","status":0,"tagId":20},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":9,"ip":"xx.xx.xx.166","status":0,"tagId":23},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":10,"ip":"xx.xx.xx.166","status":0,"tagId":24},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":11,"ip":"xx.xx.xx.166","status":0,"tagId":27},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":12,"ip":"xx.xx.xx.166","status":0,"tagId":25}],"isSuccess":true} add connector tag dataflow_source_to_rocketmq_sink to xx.xx.xx.166 2023-07-28 17:32:11,476-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:11,612-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 1392 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":7,"ip":"xx.xx.xx.166","status":0,"tagId":28},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":8,"ip":"xx.xx.xx.166","status":0,"tagId":20},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":9,"ip":"xx.xx.xx.166","status":0,"tagId":23},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":10,"ip":"xx.xx.xx.166","status":0,"tagId":24},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":11,"ip":"xx.xx.xx.166","status":0,"tagId":27},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":12,"ip":"xx.xx.xx.166","status":0,"tagId":25},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":13,"ip":"xx.xx.xx.166","status":0,"tagId":26}],"isSuccess":true} add connector tag store_to_datahub_sink to xx.xx.xx.166 2023-07-28 17:32:11,617-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:11,818-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 1498 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":7,"ip":"xx.xx.xx.166","status":0,"tagId":28},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":8,"ip":"xx.xx.xx.166","status":0,"tagId":20},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":9,"ip":"xx.xx.xx.166","status":0,"tagId":23},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":10,"ip":"xx.xx.xx.166","status":0,"tagId":24},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":11,"ip":"xx.xx.xx.166","status":0,"tagId":27},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":12,"ip":"xx.xx.xx.166","status":0,"tagId":25},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":13,"ip":"xx.xx.xx.166","status":0,"tagId":26},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":14,"ip":"xx.xx.xx.166","status":0,"tagId":12}],"isSuccess":true} add connector tag store_to_dataflow_sink to xx.xx.xx.166 2023-07-28 17:32:11,824-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:12,012-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 1604 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":7,"ip":"xx.xx.xx.166","status":0,"tagId":28},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":8,"ip":"xx.xx.xx.166","status":0,"tagId":20},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":9,"ip":"xx.xx.xx.166","status":0,"tagId":23},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":10,"ip":"xx.xx.xx.166","status":0,"tagId":24},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":11,"ip":"xx.xx.xx.166","status":0,"tagId":27},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":12,"ip":"xx.xx.xx.166","status":0,"tagId":25},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":13,"ip":"xx.xx.xx.166","status":0,"tagId":26},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":14,"ip":"xx.xx.xx.166","status":0,"tagId":12},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":15,"ip":"xx.xx.xx.166","status":0,"tagId":14}],"isSuccess":true} add connector tag store_to_kafka_sink to xx.xx.xx.166 2023-07-28 17:32:12,017-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:12,103-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 1710 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":7,"ip":"xx.xx.xx.166","status":0,"tagId":28},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":8,"ip":"xx.xx.xx.166","status":0,"tagId":20},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":9,"ip":"xx.xx.xx.166","status":0,"tagId":23},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":10,"ip":"xx.xx.xx.166","status":0,"tagId":24},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":11,"ip":"xx.xx.xx.166","status":0,"tagId":27},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":12,"ip":"xx.xx.xx.166","status":0,"tagId":25},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":13,"ip":"xx.xx.xx.166","status":0,"tagId":26},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":14,"ip":"xx.xx.xx.166","status":0,"tagId":12},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":15,"ip":"xx.xx.xx.166","status":0,"tagId":14},{"gmtCreate":1690536732000,"gmtModified":1690536732000,"id":16,"ip":"xx.xx.xx.166","status":0,"tagId":17}],"isSuccess":true} add connector tag store_to_rocketmq_sink to xx.xx.xx.166 2023-07-28 17:32:12,109-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): xx.xx.xx.166:8088 2023-07-28 17:32:12,301-urllib3.connectionpool-DEBUG connectionpool._make_request.482 :http://xx.xx.xx.166:8088 "POST /resource/host/tag/add HTTP/1.1" 200 1816 {"data":[{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":1,"ip":"xx.xx.xx.166","status":0,"tagId":3},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":2,"ip":"xx.xx.xx.166","status":0,"tagId":2},{"gmtCreate":1690536728000,"gmtModified":1690536728000,"id":3,"ip":"xx.xx.xx.166","status":0,"tagId":4},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":4,"ip":"xx.xx.xx.166","status":0,"tagId":9},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":5,"ip":"xx.xx.xx.166","status":0,"tagId":10},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":6,"ip":"xx.xx.xx.166","status":0,"tagId":29},{"gmtCreate":1690536729000,"gmtModified":1690536729000,"id":7,"ip":"xx.xx.xx.166","status":0,"tagId":28},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":8,"ip":"xx.xx.xx.166","status":0,"tagId":20},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":9,"ip":"xx.xx.xx.166","status":0,"tagId":23},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":10,"ip":"xx.xx.xx.166","status":0,"tagId":24},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":11,"ip":"xx.xx.xx.166","status":0,"tagId":27},{"gmtCreate":1690536730000,"gmtModified":1690536730000,"id":12,"ip":"xx.xx.xx.166","status":0,"tagId":25},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":13,"ip":"xx.xx.xx.166","status":0,"tagId":26},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":14,"ip":"xx.xx.xx.166","status":0,"tagId":12},{"gmtCreate":1690536731000,"gmtModified":1690536731000,"id":15,"ip":"xx.xx.xx.166","status":0,"tagId":14},{"gmtCreate":1690536732000,"gmtModified":1690536732000,"id":16,"ip":"xx.xx.xx.166","status":0,"tagId":17},{"gmtCreate":1690536732000,"gmtModified":1690536732000,"id":17,"ip":"xx.xx.xx.166","status":0,"tagId":18}],"isSuccess":true} http://localhost:8090 http://localhost:8090/api/auth {'taskParam': '{"password": "MjAyMy0wNy0yOA==", "user": "RM_oms"}'} 2023-07-28 17:32:12,304-urllib3.connectionpool-DEBUG connectionpool._new_conn.249 :Starting new HTTP connection (1): localhost:8090 Traceback (most recent call last): File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/root/omsflow/scripts/units/oms_cluster_manager.py", line 196, in main() File "/root/omsflow/scripts/units/oms_cluster_manager.py", line 192, in main o.add_resource() File "/root/omsflow/scripts/units/oms_cluster_manager.py", line 175, in add_resource self.add_resource_nodes(self.role) File "/root/omsflow/scripts/units/oms_cluster_manager.py", line 168, in add_resource_nodes self.add_rm_cluster(cm_endpoint) File "/root/omsflow/scripts/units/oms_cluster_manager.py", line 108, in add_rm_cluster token = self._auth(rm_endpoint) File "/root/omsflow/scripts/units/oms_cluster_manager.py", line 84, in _auth auth_ret = requests.post(url, data=params) File "/usr/lib/python2.7/site-packages/requests/api.py", line 117, in post return request('post', url, data=data, json=json, **kwargs) File "/usr/lib/python2.7/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python2.7/site-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) File "/usr/lib/python2.7/site-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8090): Max retries exceeded with url: /api/auth (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) -------------------------------------------------------------------------------- # 【结束】初始化失败,当前命令: python -m omsflow.scripts.units.oms_cluster_manager add_resource --------------------------------------------------------------------------------