obclient [(none)]> select version();
±-----------------------------+
| version() |
±-----------------------------+
| 5.7.25-OceanBase_CE-v4.3.5.0 |
±-----------------------------+
OCP 4.3.6
OCP里添加主机时,报没有 ocp-agent 4.3.6
obclient [(none)]> select version();
±-----------------------------+
| version() |
±-----------------------------+
| 5.7.25-OceanBase_CE-v4.3.5.0 |
±-----------------------------+
OCP 4.3.6
OCP里添加主机时,报没有 ocp-agent 4.3.6
软件包里面查询下是否有这个rpm包

如果没有 到官方下载个ocp all in one解压把里面的agent包上传到ocp中
我用命令行 已经成功安装了 这个包的
学习
这个包不需要手动安装的呀。先看一下软件包里面有没有这个包
手动安装会有问题,你先到软件包管理里面看下是否有ocp-agent 4.3.6这个rpm包,另外下载接管的任务日志 发下
你将操作系统上手动安装的 agent rpm包卸载掉,这个接管任务重试失败的步骤 看下
登录ocp_meta租户,切到meta_database,发下这个结果
select * from compute_host_agent;
2025-10-14 07:01:43.415 ERROR 5955 --- [manual-subtask-executor15,2f5fbadb1b11c490,8c824da2aad89ccd] c.o.ocp.core.util.ExceptionUtils : Checked Exception: com.oceanbase.ocp.core.exception.NotFoundException occurred with code error.common.not.found, and args [OCP Agent, hostId=1000005]
2025-10-14 07:01:43.432 ERROR 5955 --- [manual-subtask-executor15,2f5fbadb1b11c490,8c824da2aad89ccd] c.o.o.c.t.e.c.w.subtask.SubtaskExecutor : No records of the OCP Agent type found based on the hostId=1000005 parameter. Please check and try again.
com.oceanbase.ocp.core.exception.NotFoundException: [OCP NotFoundException]: status=404 NOT_FOUND, errorCode=COMMON_NOT_FOUND, args=OCP Agent,hostId=1000005
at sun.reflect.GeneratedConstructorAccessor344.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
学习下
学习
卸载了后,还有agent进程在运行吗?还是说卸载后 重试任务 有agent进程运行了?
你将这个任务日志下载发下,ocp-server.log 也发下
同问