r-tj75vyuqp7rq5m2yq5.redis.rds.aliyuncs.com rm-bp1120nh1vdhw303v702.mysql.rds.aliyuncs.com https://dtstack-internal.oss-cn-shanghai.aliyuncs.com/Easy_log/update/Dashboard.zip curl http://10.111.52.179:8889/api/v1/deploy/sidecar/install/shell | sh wget https://dtstack-internal.oss-cn-shanghai.aliyuncs.com/EasyV/tools/tools/telnet/telnet-0.17-64.el7.x86_64.rpm show tables like '%dt_ag%' select ip,isDeleted from dt_agent where ip like '%10.253%' and isDeleted = 1 group by ip limit 10; update dtlog.dt_agent set isDeleted = 0 where ip like '%10.253%'; select ip,isDeleted from dt_agent_detail where ip like '%10.253%' and isDeleted = 1 group by ip limit 10; update dtlog.dt_agent_detail set isDeleted = 0 where ip like '%10.253%'; 说明: dtlog.dt_agent表示,数据库.数据库表 '%10.253%' 表示ip未10.253开头的所有 1 表示未删除 0 表示删除