obd cluster start ocp 启动不了(如果缺啥日志可以说下)

【 使用环境 】测试环境(contos7 的虚拟机,虚拟机给了12c,20G内存,80G硬盘,程序给的资源见下方配置文件)
【 OB or 其他组件 】
【 使用版本 】 见下方配置文件中有
【问题描述】使用 obd cluster start ocp 启动不了ocp,大佬们帮忙看看资源给的合不合理,其中机器时间可能有点问题,日志里的时间不准,实际是下午五点半

删减了一部分日志,因为提交时他说最多放3w字
麻烦诸位了
【复现路径】

【附件及日志】

执行指令

 [root@localhost ~]#  obd cluster start ocp
Get local repositories ok
Load cluster param plugin ok
Open ssh connection ok
Check before start ocp-server ok
cluster scenario: None
Start observer ok
observer program health check x
[WARN] OBD-2002: Failed to start 192.168.230.200 observer
See https://www.oceanbase.com/product/ob-deployer/error-codes .
Trace ID: 35a18a9c-a925-11f0-815c-00505622e6d9
If you want to view detailed obd logs, please run: obd display-trace 35a18a9c-a925-11f0-815c-00505622e6d9

配置文件 (root/.obd/cluster/ocp/config.yaml)

user:
  username: root
  password: '123456'
  port: 22
oceanbase:
  version: 4.2.1.8
  release: 208020042025040711.el8
  package_hash: 6917757e6f3714e930c45501562e19f0ef43684b
  192.168.230.200:
    zone: zone1
  servers:
  - 192.168.230.200
  global:
    appname: ocp
    root_password: '@+6{}G?Qsn^%=uu^=2FT[EP.kOI8iw'
    mysql_port: 2881
    rpc_port: 2882
    home_path: /home/admin/oceanbase
    data_dir: /data/1
    redo_dir: /data/log1
    memory_limit: 16GB
    system_memory: 7GB
    ocp_meta_tenant:
      tenant_name: ocp_meta
      max_cpu: 1.0
      memory_size: 3G
    ocp_meta_username: root
    ocp_meta_password: +u+vOVJolDXvyy
    ocp_meta_db: meta_database
    ocp_monitor_tenant:
      tenant_name: ocp_monitor
      max_cpu: 1.0
      memory_size: 3G
    ocp_monitor_username: root
    ocp_monitor_password: +u+vOVJolDXvyy
    ocp_monitor_db: monitor_database
    cluster_id: 1760364587
    proxyro_password: 9nV5L6W3Bv
    ocp_root_password: RysGV7CblG
    ocp_meta_tenant_log_disk_size: 6G
    enable_syslog_wf: false
    max_syslog_file_count: 16
    production_mode: false
    datafile_size: 4G
    log_disk_size: 20G
    cpu_count: 10
    datafile_maxsize: 20G
    datafile_next: 2G
obproxy:
  version: 4.3.1.4
  package_hash: 311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
  release: 242025032019.el8
  servers:
  - 192.168.230.200
  global:
    home_path: /home/admin/obproxy
    prometheus_listen_port: 2884
    listen_port: 2883
    enable_obproxy_rpc_service: false
    proxy_mem_limited: 1GB
    obproxy_sys_password: wfqICdREQx
    skip_proxy_sys_private_check: true
    enable_strict_kernel_release: false
    enable_cluster_checkout: false
  depends:
  - oceanbase
  192.168.230.200:
    proxy_id: 3907
    client_session_id_version: 2
ocp-server:
  version: 4.3.5
  package_hash: 22ebee552455f0b087df7b9a2fab9617f68248f0
  release: 20250326153512.el7
  servers:
  - 192.168.230.200
  global:
    home_path: /root/ocp
    soft_dir: /root/software
    log_dir: /root/logs
    ocp_site_url: http://192.168.230.200:8080
    port: 8080
    admin_password: +u+vOVJolDXvyy
    memory_size: 3G
    manage_info:
      machine: 1
  depends:
  - oceanbase
  - obproxy

以下是日志(root/.obd/log/obd日志)

  
[2025-10-15 01:42:55.019] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- 192.168.230.200 port check
[2025-10-15 01:42:55.019] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: bash -c 'cat /proc/net/{tcp*,udp*}' | awk -F' ' '{if($4=="0A") print $2,$4,$10}' | grep ':0B43' | awk -F' ' '{print $3}' | uniq 
[2025-10-15 01:42:55.069] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:55.070] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: bash -c 'cat /proc/net/{tcp*,udp*}' | awk -F' ' '{if($4=="0A") print $2,$4,$10}' | grep ':0B44' | awk -F' ' '{print $3}' | uniq 
[2025-10-15 01:42:55.125] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:55.126] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub port_check ref count to 0
[2025-10-15 01:42:55.126] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export port_check
[2025-10-15 01:42:55.126] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin obproxy-py_script_port_check-4.3.0 result: True
[2025-10-15 01:42:55.126] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock `/root/.obd/lock/mirror_and_repo`, count 6
[2025-10-15 01:42:55.129] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start_check_pre plugin for components ...
[2025-10-15 01:42:55.129] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start_check_pre plugin for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.129] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for ocp-server-py_script_start_check_pre-4.2.1 for ocp-server-4.3.5
[2025-10-15 01:42:55.129] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin ocp-server-py_script_start_check_pre-4.2.1 for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.129] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import start_check_pre
[2025-10-15 01:42:55.130] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add start_check_pre ref count to 1
[2025-10-15 01:42:55.131] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub start_check_pre ref count to 0
[2025-10-15 01:42:55.131] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export start_check_pre
[2025-10-15 01:42:55.131] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin ocp-server-py_script_start_check_pre-4.2.1 result: True
[2025-10-15 01:42:55.131] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching parameter_pre plugin for components ...
[2025-10-15 01:42:55.131] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching parameter_pre plugin for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.132] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for ocp-server-py_script_parameter_pre-4.2.1 for ocp-server-4.3.5
[2025-10-15 01:42:55.132] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin ocp-server-py_script_parameter_pre-4.2.1 for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.132] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import parameter_pre
[2025-10-15 01:42:55.133] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add parameter_pre ref count to 1
[2025-10-15 01:42:55.136] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub parameter_pre ref count to 0
[2025-10-15 01:42:55.136] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export parameter_pre
[2025-10-15 01:42:55.136] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin ocp-server-py_script_parameter_pre-4.2.1 result: True
[2025-10-15 01:42:55.136] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching sudo_check plugin for components ...
[2025-10-15 01:42:55.136] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching sudo_check plugin for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.137] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for ocp-server-py_script_sudo_check-4.2.1 for ocp-server-4.3.5
[2025-10-15 01:42:55.137] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin ocp-server-py_script_sudo_check-4.2.1 for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.137] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import sudo_check
[2025-10-15 01:42:55.138] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add sudo_check ref count to 1
[2025-10-15 01:42:55.138] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- sudo nopasswd check
[2025-10-15 01:42:55.138] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: sudo -n true 
[2025-10-15 01:42:55.217] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:55.217] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub sudo_check ref count to 0
[2025-10-15 01:42:55.218] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export sudo_check
[2025-10-15 01:42:55.218] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin ocp-server-py_script_sudo_check-4.2.1 result: True
[2025-10-15 01:42:55.218] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching password_check plugin for components ...
[2025-10-15 01:42:55.218] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching password_check plugin for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.218] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for ocp-server-py_script_password_check-4.2.2 for ocp-server-4.3.5
[2025-10-15 01:42:55.219] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin ocp-server-py_script_password_check-4.2.2 for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.219] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import password_check
[2025-10-15 01:42:55.220] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add password_check ref count to 1
[2025-10-15 01:42:55.220] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub password_check ref count to 0
[2025-10-15 01:42:55.220] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export password_check
[2025-10-15 01:42:55.220] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin ocp-server-py_script_password_check-4.2.2 result: True
[2025-10-15 01:42:55.220] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching tenant_check plugin for components ...
[2025-10-15 01:42:55.220] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching tenant_check plugin for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.221] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for ocp-server-py_script_tenant_check-4.2.1 for ocp-server-4.3.5
[2025-10-15 01:42:55.221] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin ocp-server-py_script_tenant_check-4.2.1 for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.221] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import tenant_check
[2025-10-15 01:42:55.222] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add tenant_check ref count to 1
[2025-10-15 01:42:55.222] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub tenant_check ref count to 0
[2025-10-15 01:42:55.222] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export tenant_check
[2025-10-15 01:42:55.222] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin ocp-server-py_script_tenant_check-4.2.1 result: True
[2025-10-15 01:42:55.223] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching java_check plugin for components ...
[2025-10-15 01:42:55.223] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching java_check plugin for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.223] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for ocp-server-py_script_java_check-4.2.1 for ocp-server-4.3.5
[2025-10-15 01:42:55.223] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin ocp-server-py_script_java_check-4.2.1 for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.223] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import java_check
[2025-10-15 01:42:55.224] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add java_check ref count to 1
[2025-10-15 01:42:55.224] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- java check 
[2025-10-15 01:42:55.225] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 append '/root/ocp/jre/bin:' to PATH
[2025-10-15 01:42:55.225] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: java -version 
[2025-10-15 01:42:55.322] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:55.323] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- java version <ssh.SshReturn object at 0x2b5205902f40>
[2025-10-15 01:42:55.323] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- java_major_version 1.8.0
[2025-10-15 01:42:55.323] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- java_update_version 332
[2025-10-15 01:42:55.323] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub java_check ref count to 0
[2025-10-15 01:42:55.324] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export java_check
[2025-10-15 01:42:55.324] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin ocp-server-py_script_java_check-4.2.1 result: True
[2025-10-15 01:42:55.324] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching clockdiff_check plugin for components ...
[2025-10-15 01:42:55.324] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching clockdiff_check plugin for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.324] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for ocp-server-py_script_clockdiff_check-4.2.1 for ocp-server-4.3.5
[2025-10-15 01:42:55.325] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin ocp-server-py_script_clockdiff_check-4.2.1 for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.325] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import clockdiff_check
[2025-10-15 01:42:55.325] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add clockdiff_check ref count to 1
[2025-10-15 01:42:55.326] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- clockdiff check 
[2025-10-15 01:42:55.326] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: clockdiff -o 127.0.0.1 
[2025-10-15 01:42:55.377] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:55.378] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub clockdiff_check ref count to 0
[2025-10-15 01:42:55.378] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export clockdiff_check
[2025-10-15 01:42:55.378] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin ocp-server-py_script_clockdiff_check-4.2.1 result: True
[2025-10-15 01:42:55.378] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching general_check plugin for components ...
[2025-10-15 01:42:55.378] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching general_check plugin for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.379] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for ocp-server-py_script_general_check-4.2.1 for ocp-server-4.3.5
[2025-10-15 01:42:55.379] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin ocp-server-py_script_general_check-4.2.1 for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.379] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import general_check
[2025-10-15 01:42:55.382] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add general_check ref count to 1
[2025-10-15 01:42:55.383] [35a18a9c-a925-11f0-815c-00505622e6d9] [INFO] Check before start ocp-server
[2025-10-15 01:42:55.383] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- oceanbase version check
[2025-10-15 01:42:55.383] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: cat /root/ocp/run/ocp-server.pid 
[2025-10-15 01:42:55.432] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 1, error output:
[2025-10-15 01:42:55.432] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] /etc/profile.d/lang.sh:行29: 警告:setlocale: LC_TIME: 无法改变区域选项 (zh_CN.UTF-8)
[2025-10-15 01:42:55.432] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] cat: /root/ocp/run/ocp-server.pid: No such file or directory
[2025-10-15 01:42:55.432] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] 
[2025-10-15 01:42:55.432] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- user check 
[2025-10-15 01:42:55.432] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- port check 
[2025-10-15 01:42:55.432] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: bash -c 'cat /proc/net/{tcp*,udp*}' | awk -F' ' '{if($4=="0A") print $2,$4,$10}' | grep ':1F90' | awk -F' ' '{print $3}' | uniq 
[2025-10-15 01:42:55.487] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:55.488] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- memory check 
[2025-10-15 01:42:55.488] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: cat /proc/meminfo 
[2025-10-15 01:42:55.540] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:55.540] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- disk check 
[2025-10-15 01:42:55.540] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: df --block-size=1024  
[2025-10-15 01:42:55.592] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:55.593] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /dev, total: 10419863552 avail: 10419863552
[2025-10-15 01:42:55.593] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /dev/shm, total: 10432172032 avail: 10432172032
[2025-10-15 01:42:55.593] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /run, total: 10432172032 avail: 10419920896
[2025-10-15 01:42:55.593] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /sys/fs/cgroup, total: 10432172032 avail: 10432172032
[2025-10-15 01:42:55.593] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /, total: 39746781184 avail: 4534210560
[2025-10-15 01:42:55.593] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /boot, total: 1063256064 avail: 905805824
[2025-10-15 01:42:55.593] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /home, total: 19404947456 avail: 5509279744
[2025-10-15 01:42:55.593] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /run/user/0, total: 2086436864 avail: 2086436864
[2025-10-15 01:42:55.593] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: df --block-size=1024 /root/logs 
[2025-10-15 01:42:55.646] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:55.646] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /, total: 39746781184 avail: 4534210560
[2025-10-15 01:42:55.776] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub general_check ref count to 0
[2025-10-15 01:42:55.776] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export general_check
[2025-10-15 01:42:55.777] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin ocp-server-py_script_general_check-4.2.1 result: True
[2025-10-15 01:42:55.777] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start template for components ...
[2025-10-15 01:42:55.777] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call workflow oceanbase-py_script_workflow_start-4.2.1.4 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:55.778] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import start
[2025-10-15 01:42:55.778] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add start ref count to 1
[2025-10-15 01:42:55.779] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub start ref count to 0
[2025-10-15 01:42:55.779] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export start
[2025-10-15 01:42:55.779] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_workflow_start-4.2.1.4 result: True
[2025-10-15 01:42:55.779] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_workflow_start-4.2.1.4 for oceanbase-4.2.1.4
[2025-10-15 01:42:55.779] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start template for components ...
[2025-10-15 01:42:55.779] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call workflow obproxy-py_script_workflow_start-3.2.1 for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:55.779] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import start
[2025-10-15 01:42:55.780] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add start ref count to 1
[2025-10-15 01:42:55.780] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub start ref count to 0
[2025-10-15 01:42:55.780] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export start
[2025-10-15 01:42:55.780] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin obproxy-py_script_workflow_start-3.2.1 result: True
[2025-10-15 01:42:55.780] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for obproxy-py_script_workflow_start-3.2.1 for obproxy-3.2.1
[2025-10-15 01:42:55.780] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start template for components ...
[2025-10-15 01:42:55.780] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call workflow ocp-server-py_script_workflow_start-4.2.1 for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:55.781] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import start
[2025-10-15 01:42:55.782] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add start ref count to 1
[2025-10-15 01:42:55.782] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - root@192.168.230.200 execute: ls /root/ocp/.bootstrapped 
[2025-10-15 01:42:55.795] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - exited code 0
[2025-10-15 01:42:55.795] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub start ref count to 0
[2025-10-15 01:42:55.796] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export start
[2025-10-15 01:42:55.796] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin ocp-server-py_script_workflow_start-4.2.1 result: True
[2025-10-15 01:42:55.796] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for ocp-server-py_script_workflow_start-4.2.1 for ocp-server-4.2.1
[2025-10-15 01:42:55.796] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching configserver_pre plugin for components ...
[2025-10-15 01:42:55.796] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching configserver_pre plugin for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:55.797] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_configserver_pre-3.1.0 for oceanbase-4.2.1.8
[2025-10-15 01:42:55.797] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin oceanbase-py_script_configserver_pre-3.1.0 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:55.797] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import configserver_pre
[2025-10-15 01:42:55.798] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add configserver_pre ref count to 1
[2025-10-15 01:42:55.798] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub configserver_pre ref count to 0
[2025-10-15 01:42:55.798] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export configserver_pre
[2025-10-15 01:42:55.798] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_configserver_pre-3.1.0 result: True
[2025-10-15 01:42:55.798] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start_pre plugin for components ...
[2025-10-15 01:42:55.799] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start_pre plugin for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:55.799] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_start_pre-4.2.0.0 for oceanbase-4.2.1.8
[2025-10-15 01:42:55.799] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin oceanbase-py_script_start_pre-4.2.0.0 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:55.799] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import start_pre
[2025-10-15 01:42:55.801] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add start_pre ref count to 1
[2025-10-15 01:42:55.801] [35a18a9c-a925-11f0-815c-00505622e6d9] [INFO] cluster scenario: None
[2025-10-15 01:42:55.802] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: ls /data/1/clog/tenant_1/ 
[2025-10-15 01:42:55.848] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:55.848] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: cat /home/admin/oceanbase/run/observer.pid 
[2025-10-15 01:42:55.900] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 1, error output:
[2025-10-15 01:42:55.901] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] /etc/profile.d/lang.sh:行29: 警告:setlocale: LC_TIME: 无法改变区域选项 (zh_CN.UTF-8)
[2025-10-15 01:42:55.901] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] cat: /home/admin/oceanbase/run/observer.pid: No such file or directory
[2025-10-15 01:42:55.901] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] 
[2025-10-15 01:42:55.901] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- 192.168.230.200 start command construction
[2025-10-15 01:42:55.901] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub start_pre ref count to 0
[2025-10-15 01:42:55.901] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export start_pre
[2025-10-15 01:42:55.902] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_start_pre-4.2.0.0 result: True
[2025-10-15 01:42:55.902] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start plugin for components ...
[2025-10-15 01:42:55.902] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start plugin for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:55.902] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_start-3.1.0 for oceanbase-4.2.1.8
[2025-10-15 01:42:55.903] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin oceanbase-py_script_start-3.1.0 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:55.903] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import start
[2025-10-15 01:42:55.903] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add start ref count to 1
[2025-10-15 01:42:55.904] [35a18a9c-a925-11f0-815c-00505622e6d9] [INFO] Start observer
[2025-10-15 01:42:55.904] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- starting 192.168.230.200 observer
[2025-10-15 01:42:55.905] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 export LD_LIBRARY_PATH='/home/admin/oceanbase/lib:'
[2025-10-15 01:42:55.905] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: cd /home/admin/oceanbase; /home/admin/oceanbase/bin/observer -p 2881 -P 2882 -z 'zone1' -n 'ocp' -c 1760364587 -d '/data/1' -I '192.168.230.200' -o __min_full_resource_pool_memory=2147483648,memory_limit='16G',system_memory='7G',enable_syslog_wf=False,max_syslog_file_count=16,datafile_size='4G',log_disk_size='20G',cpu_count=10,datafile_maxsize='20G',datafile_next='2G' 
[2025-10-15 01:42:56.022] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:56.023] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 delete env LD_LIBRARY_PATH
[2025-10-15 01:42:56.035] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- need_bootstrap: False
[2025-10-15 01:42:56.035] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub start ref count to 0
[2025-10-15 01:42:56.035] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export start
[2025-10-15 01:42:56.035] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_start-3.1.0 result: True
[2025-10-15 01:42:56.035] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching health_check plugin for components ...
[2025-10-15 01:42:56.035] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching health_check plugin for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:56.036] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_health_check-3.1.0 for oceanbase-4.2.1.8
[2025-10-15 01:42:56.036] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin oceanbase-py_script_health_check-3.1.0 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:56.036] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import health_check
[2025-10-15 01:42:56.037] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add health_check ref count to 1
[2025-10-15 01:42:56.038] [35a18a9c-a925-11f0-815c-00505622e6d9] [INFO] observer program health check
[2025-10-15 01:42:59.042] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- 192.168.230.200 program health check
[2025-10-15 01:42:59.042] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: cat /home/admin/oceanbase/run/observer.pid 
[2025-10-15 01:42:59.056] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 1, error output:
[2025-10-15 01:42:59.056] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] /etc/profile.d/lang.sh:行29: 警告:setlocale: LC_TIME: 无法改变区域选项 (zh_CN.UTF-8)
[2025-10-15 01:42:59.056] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] cat: /home/admin/oceanbase/run/observer.pid: No such file or directory
[2025-10-15 01:42:59.056] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] 
[2025-10-15 01:42:59.181] [35a18a9c-a925-11f0-815c-00505622e6d9] [WARNING] e[33m[WARN]e[39m OBD-2002: Failed to start 192.168.230.200 observer
[2025-10-15 01:42:59.181] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub health_check ref count to 0
[2025-10-15 01:42:59.181] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export health_check
[2025-10-15 01:42:59.181] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_health_check-3.1.0 result: False
[2025-10-15 01:42:59.184] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock /root/.obd/lock/mirror_and_repo release, count 5
[2025-10-15 01:42:59.184] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock /root/.obd/lock/mirror_and_repo release, count 4
[2025-10-15 01:42:59.184] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock /root/.obd/lock/mirror_and_repo release, count 3
[2025-10-15 01:42:59.185] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock /root/.obd/lock/mirror_and_repo release, count 2
[2025-10-15 01:42:59.185] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock /root/.obd/lock/mirror_and_repo release, count 1
[2025-10-15 01:42:59.185] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock /root/.obd/lock/mirror_and_repo release, count 0
[2025-10-15 01:42:59.185] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - unlock /root/.obd/lock/mirror_and_repo
[2025-10-15 01:42:59.185] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - exclusive lock /root/.obd/lock/deploy_ocp release, count 0
[2025-10-15 01:42:59.185] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - unlock /root/.obd/lock/deploy_ocp
[2025-10-15 01:42:59.185] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock /root/.obd/lock/global release, count 0
[2025-10-15 01:42:59.185] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - unlock /root/.obd/lock/global
[2025-10-15 01:42:59.185] [35a18a9c-a925-11f0-815c-00505622e6d9] [INFO] See https://www.oceanbase.com/product/ob-deployer/error-codes .
[2025-10-15 01:42:59.185] [35a18a9c-a925-11f0-815c-00505622e6d9] [INFO] Trace ID: 35a18a9c-a925-11f0-815c-00505622e6d9
[2025-10-15 01:42:59.186] [35a18a9c-a925-11f0-815c-00505622e6d9] [INFO] If you want to view detailed obd logs, please run: obd display-trace 35a18a9c-a925-11f0-815c-00505622e6d9

完整日志上半部分:(root/.obd/log/obd日志)

 [2025-10-15 01:42:52.715] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - cmd: ['ocp']
[2025-10-15 01:42:52.715] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - opts: {'servers': None, 'components': None, 'force_delete': None, 'strict_check': None, 'without_parameter': None}
[2025-10-15 01:42:52.716] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/lock/
[2025-10-15 01:42:52.716] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - unknown lock mode 
[2025-10-15 01:42:52.716] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - try to get share lock /root/.obd/lock/global
[2025-10-15 01:42:52.716] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock `/root/.obd/lock/global`, count 1
[2025-10-15 01:42:52.716] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Get Deploy by name
[2025-10-15 01:42:52.717] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/cluster/
[2025-10-15 01:42:52.717] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/config_parser/
[2025-10-15 01:42:52.717] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - try to get exclusive lock /root/.obd/lock/deploy_ocp
[2025-10-15 01:42:52.717] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - exclusive lock `/root/.obd/lock/deploy_ocp`, count 1
[2025-10-15 01:42:52.724] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Deploy status judge
[2025-10-15 01:42:52.724] [35a18a9c-a925-11f0-815c-00505622e6d9] [INFO] Get local repositories
[2025-10-15 01:42:52.725] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/repository
[2025-10-15 01:42:52.725] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Get local repository oceanbase-4.2.1.8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:52.725] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Search repository oceanbase version: 4.2.1.8, tag: 6917757e6f3714e930c45501562e19f0ef43684b, release: None, package_hash: None
[2025-10-15 01:42:52.726] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - try to get share lock /root/.obd/lock/mirror_and_repo
[2025-10-15 01:42:52.726] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock `/root/.obd/lock/mirror_and_repo`, count 1
[2025-10-15 01:42:52.726] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/repository/oceanbase
[2025-10-15 01:42:52.728] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found repository oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:52.728] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Get local repository obproxy-4.3.1.4-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:52.729] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Search repository obproxy version: 4.3.1.4, tag: 311f7a47d1b6144f7b7a65b9dc3856bb8e33b625, release: None, package_hash: None
[2025-10-15 01:42:52.729] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock `/root/.obd/lock/mirror_and_repo`, count 2
[2025-10-15 01:42:52.729] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/repository/obproxy
[2025-10-15 01:42:52.731] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found repository obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:52.731] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Get local repository ocp-server-4.3.5-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:52.731] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Search repository ocp-server version: 4.3.5, tag: 22ebee552455f0b087df7b9a2fab9617f68248f0, release: None, package_hash: None
[2025-10-15 01:42:52.731] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock `/root/.obd/lock/mirror_and_repo`, count 3
[2025-10-15 01:42:52.731] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/repository/ocp-server
[2025-10-15 01:42:52.734] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found repository ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:52.856] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Get deploy config
[2025-10-15 01:42:52.885] [35a18a9c-a925-11f0-815c-00505622e6d9] [INFO] Load cluster param plugin
[2025-10-15 01:42:52.886] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Get local repository oceanbase-4.2.1.8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:52.886] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Get local repository obproxy-4.3.1.4-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:52.886] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Get local repository ocp-server-4.3.5-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:52.887] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching param plugin for components ...
[2025-10-15 01:42:52.887] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Search param plugin for oceanbase
[2025-10-15 01:42:52.887] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/plugins
[2025-10-15 01:42:52.888] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-param-4.2.1.4 for oceanbase-4.2.1.8
[2025-10-15 01:42:52.888] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Applying oceanbase-param-4.2.1.4 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:53.484] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Search param plugin for obproxy
[2025-10-15 01:42:53.484] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for obproxy-param-4.3.0 for obproxy-4.3.1.4
[2025-10-15 01:42:53.484] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Applying obproxy-param-4.3.0 for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:53.634] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Search param plugin for ocp-server
[2025-10-15 01:42:53.634] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for ocp-server-param-4.2.1 for ocp-server-4.3.5
[2025-10-15 01:42:53.634] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Applying ocp-server-param-4.2.1 for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:53.855] [35a18a9c-a925-11f0-815c-00505622e6d9] [INFO] Open ssh connection
[2025-10-15 01:42:53.860] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - host: 192.168.230.200, port: 22, user: root, password: ******
[2025-10-15 01:42:54.254] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start_check template for components ...
[2025-10-15 01:42:54.255] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/workflows
[2025-10-15 01:42:54.256] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call workflow oceanbase-py_script_workflow_start_check-4.2.1.4 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.256] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/mirror
[2025-10-15 01:42:54.256] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/mirror/remote
[2025-10-15 01:42:54.256] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/mirror/local
[2025-10-15 01:42:54.257] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/optimize/
[2025-10-15 01:42:54.257] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - mkdir /root/.obd/tool/
[2025-10-15 01:42:54.257] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import start_check
[2025-10-15 01:42:54.258] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add start_check ref count to 1
[2025-10-15 01:42:54.258] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub start_check ref count to 0
[2025-10-15 01:42:54.258] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export start_check
[2025-10-15 01:42:54.258] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_workflow_start_check-4.2.1.4 result: True
[2025-10-15 01:42:54.258] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_workflow_start_check-4.2.1.4 for oceanbase-4.2.1.4
[2025-10-15 01:42:54.258] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start_check template for components ...
[2025-10-15 01:42:54.259] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call workflow obproxy-py_script_workflow_start_check-4.2.3 for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:54.259] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import start_check
[2025-10-15 01:42:54.259] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add start_check ref count to 1
[2025-10-15 01:42:54.259] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub start_check ref count to 0
[2025-10-15 01:42:54.259] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export start_check
[2025-10-15 01:42:54.260] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin obproxy-py_script_workflow_start_check-4.2.3 result: True
[2025-10-15 01:42:54.260] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for obproxy-py_script_workflow_start_check-4.2.3 for obproxy-4.2.3
[2025-10-15 01:42:54.260] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start_check template for components ...
[2025-10-15 01:42:54.260] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call workflow ocp-server-py_script_workflow_start_check-4.2.1 for ocp-server-4.3.5-20250326153512.el7-22ebee552455f0b087df7b9a2fab9617f68248f0
[2025-10-15 01:42:54.260] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import start_check
[2025-10-15 01:42:54.261] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add start_check ref count to 1
[2025-10-15 01:42:54.261] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub start_check ref count to 0
[2025-10-15 01:42:54.261] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export start_check
[2025-10-15 01:42:54.261] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin ocp-server-py_script_workflow_start_check-4.2.1 result: True
[2025-10-15 01:42:54.261] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for ocp-server-py_script_workflow_start_check-4.2.1 for ocp-server-4.2.1
[2025-10-15 01:42:54.261] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock `/root/.obd/lock/mirror_and_repo`, count 4
[2025-10-15 01:42:54.264] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start_check_pre plugin for components ...
[2025-10-15 01:42:54.264] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start_check_pre plugin for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.265] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_start_check_pre-4.2.0.0 for oceanbase-4.2.1.8
[2025-10-15 01:42:54.265] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin oceanbase-py_script_start_check_pre-4.2.0.0 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.265] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import start_check_pre
[2025-10-15 01:42:54.267] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add start_check_pre ref count to 1
[2025-10-15 01:42:54.268] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub start_check_pre ref count to 0
[2025-10-15 01:42:54.268] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export start_check_pre
[2025-10-15 01:42:54.268] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_start_check_pre-4.2.0.0 result: True
[2025-10-15 01:42:54.268] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching status_check plugin for components ...
[2025-10-15 01:42:54.268] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching status_check plugin for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.269] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_status_check-4.2.1.4 for oceanbase-4.2.1.8
[2025-10-15 01:42:54.269] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin oceanbase-py_script_status_check-4.2.1.4 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.269] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import status_check
[2025-10-15 01:42:54.270] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add status_check ref count to 1
[2025-10-15 01:42:54.271] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: ls /data/1/clog/tenant_1/ 
[2025-10-15 01:42:54.345] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:54.346] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: cat /home/admin/oceanbase/run/observer.pid 
[2025-10-15 01:42:54.398] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 1, error output:
[2025-10-15 01:42:54.398] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] /etc/profile.d/lang.sh:行29: 警告:setlocale: LC_TIME: 无法改变区域选项 (zh_CN.UTF-8)
[2025-10-15 01:42:54.398] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] cat: /home/admin/oceanbase/run/observer.pid: No such file or directory
[2025-10-15 01:42:54.398] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] 
[2025-10-15 01:42:54.399] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub status_check ref count to 0
[2025-10-15 01:42:54.399] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export status_check
[2025-10-15 01:42:54.399] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_status_check-4.2.1.4 result: True
[2025-10-15 01:42:54.399] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching parameter_check plugin for components ...
[2025-10-15 01:42:54.400] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching parameter_check plugin for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.400] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_parameter_check-4.0.0.0 for oceanbase-4.2.1.8
[2025-10-15 01:42:54.400] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin oceanbase-py_script_parameter_check-4.0.0.0 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.401] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import parameter_check
[2025-10-15 01:42:54.402] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add parameter_check ref count to 1
[2025-10-15 01:42:54.403] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: ls /data/1/sstable/block_file 
[2025-10-15 01:42:54.452] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:54.452] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub parameter_check ref count to 0
[2025-10-15 01:42:54.452] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export parameter_check
[2025-10-15 01:42:54.452] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_parameter_check-4.0.0.0 result: True
[2025-10-15 01:42:54.452] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching system_limits_check plugin for components ...
[2025-10-15 01:42:54.453] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching system_limits_check plugin for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.453] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_system_limits_check-3.1.0 for oceanbase-4.2.1.8
[2025-10-15 01:42:54.453] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin oceanbase-py_script_system_limits_check-3.1.0 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.453] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import system_limits_check
[2025-10-15 01:42:54.455] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add system_limits_check ref count to 1
[2025-10-15 01:42:54.455] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: cat /proc/sys/fs/aio-max-nr /proc/sys/fs/aio-nr 
[2025-10-15 01:42:54.505] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:54.506] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: bash -c "ulimit -a" 
[2025-10-15 01:42:54.560] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:54.561] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: sysctl -a 
[2025-10-15 01:42:54.630] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:54.632] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub system_limits_check ref count to 0
[2025-10-15 01:42:54.633] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export system_limits_check
[2025-10-15 01:42:54.633] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_system_limits_check-3.1.0 result: True
[2025-10-15 01:42:54.633] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching resource_check plugin for components ...
[2025-10-15 01:42:54.633] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching resource_check plugin for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.634] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_resource_check-4.0.0.0 for oceanbase-4.2.1.8
[2025-10-15 01:42:54.634] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin oceanbase-py_script_resource_check-4.0.0.0 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.634] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import resource_check
[2025-10-15 01:42:54.636] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add resource_check ref count to 1
[2025-10-15 01:42:54.636] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: cat /proc/meminfo 
[2025-10-15 01:42:54.684] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:54.684] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: df --block-size=1024  
[2025-10-15 01:42:54.738] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:54.739] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /dev, total: 10419863552 avail: 10419863552
[2025-10-15 01:42:54.739] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /dev/shm, total: 10432172032 avail: 10432172032
[2025-10-15 01:42:54.739] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /run, total: 10432172032 avail: 10419920896
[2025-10-15 01:42:54.739] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /sys/fs/cgroup, total: 10432172032 avail: 10432172032
[2025-10-15 01:42:54.739] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /, total: 39746781184 avail: 4534210560
[2025-10-15 01:42:54.739] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /boot, total: 1063256064 avail: 905805824
[2025-10-15 01:42:54.739] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /home, total: 19404947456 avail: 5509279744
[2025-10-15 01:42:54.739] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- get disk info for path /run/user/0, total: 2086436864 avail: 2086436864
[2025-10-15 01:42:54.739] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- disk: {'/dev': {'total': 10419863552, 'avail': 10419863552, 'need': 0}, '/dev/shm': {'total': 10432172032, 'avail': 10432172032, 'need': 0}, '/run': {'total': 10432172032, 'avail': 10419920896, 'need': 0}, '/sys/fs/cgroup': {'total': 10432172032, 'avail': 10432172032, 'need': 0}, '/': {'total': 39746781184, 'avail': 4534210560, 'need': 0}, '/boot': {'total': 1063256064, 'avail': 905805824, 'need': 0}, '/home': {'total': 19404947456, 'avail': 5509279744, 'need': 0}, '/run/user/0': {'total': 2086436864, 'avail': 2086436864, 'need': 0}}
[2025-10-15 01:42:54.740] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: date +%s%N 
[2025-10-15 01:42:54.792] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:54.792] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- 192.168.230.200 time delta 25.061279296875
[2025-10-15 01:42:54.792] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub resource_check ref count to 0
[2025-10-15 01:42:54.793] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export resource_check
[2025-10-15 01:42:54.793] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_resource_check-4.0.0.0 result: True
[2025-10-15 01:42:54.793] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching environment_check plugin for components ...
[2025-10-15 01:42:54.793] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching environment_check plugin for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.794] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_environment_check-4.2.0.0 for oceanbase-4.2.1.8
[2025-10-15 01:42:54.794] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin oceanbase-py_script_environment_check-4.2.0.0 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.794] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import environment_check
[2025-10-15 01:42:54.796] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add environment_check ref count to 1
[2025-10-15 01:42:54.797] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- 192.168.230.200 port check
[2025-10-15 01:42:54.797] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: bash -c 'cat /proc/net/{tcp*,udp*}' | awk -F' ' '{if($4=="0A") print $2,$4,$10}' | grep ':0B41' | awk -F' ' '{print $3}' | uniq 
[2025-10-15 01:42:54.848] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:54.848] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: bash -c 'cat /proc/net/{tcp*,udp*}' | awk -F' ' '{if($4=="0A") print $2,$4,$10}' | grep ':0B42' | awk -F' ' '{print $3}' | uniq 
[2025-10-15 01:42:54.904] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:54.904] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: lscpu | grep avx 
[2025-10-15 01:42:54.958] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 0
[2025-10-15 01:42:54.959] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub environment_check ref count to 0
[2025-10-15 01:42:54.959] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export environment_check
[2025-10-15 01:42:54.959] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_environment_check-4.2.0.0 result: True
[2025-10-15 01:42:54.959] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching ocp_tenant_check plugin for components ...
[2025-10-15 01:42:54.959] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching ocp_tenant_check plugin for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.960] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for oceanbase-py_script_ocp_tenant_check-4.0.0.0 for oceanbase-4.2.1.8
[2025-10-15 01:42:54.960] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin oceanbase-py_script_ocp_tenant_check-4.0.0.0 for oceanbase-4.2.1.8-208020042025040711.el8-6917757e6f3714e930c45501562e19f0ef43684b
[2025-10-15 01:42:54.960] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import ocp_tenant_check
[2025-10-15 01:42:54.962] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add ocp_tenant_check ref count to 1
[2025-10-15 01:42:54.963] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub ocp_tenant_check ref count to 0
[2025-10-15 01:42:54.963] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export ocp_tenant_check
[2025-10-15 01:42:54.963] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin oceanbase-py_script_ocp_tenant_check-4.0.0.0 result: True
[2025-10-15 01:42:54.964] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - share lock `/root/.obd/lock/mirror_and_repo`, count 5
[2025-10-15 01:42:54.969] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start_check_pre plugin for components ...
[2025-10-15 01:42:54.969] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching start_check_pre plugin for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:54.969] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for obproxy-py_script_start_check_pre-4.2.3 for obproxy-4.3.1.4
[2025-10-15 01:42:54.969] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin obproxy-py_script_start_check_pre-4.2.3 for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:54.970] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import start_check_pre
[2025-10-15 01:42:54.971] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add start_check_pre ref count to 1
[2025-10-15 01:42:54.972] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub start_check_pre ref count to 0
[2025-10-15 01:42:54.972] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export start_check_pre
[2025-10-15 01:42:54.972] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin obproxy-py_script_start_check_pre-4.2.3 result: True
[2025-10-15 01:42:54.972] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching password_check plugin for components ...
[2025-10-15 01:42:54.972] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching password_check plugin for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:54.973] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for obproxy-py_script_password_check-3.2.1 for obproxy-4.3.1.4
[2025-10-15 01:42:54.973] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin obproxy-py_script_password_check-3.2.1 for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:54.974] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import password_check
[2025-10-15 01:42:54.975] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add password_check ref count to 1
[2025-10-15 01:42:54.975] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub password_check ref count to 0
[2025-10-15 01:42:54.975] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export password_check
[2025-10-15 01:42:54.975] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin obproxy-py_script_password_check-3.2.1 result: True
[2025-10-15 01:42:54.976] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching status_check plugin for components ...
[2025-10-15 01:42:54.976] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching status_check plugin for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:54.976] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for obproxy-py_script_status_check-3.2.1 for obproxy-4.3.1.4
[2025-10-15 01:42:54.976] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin obproxy-py_script_status_check-3.2.1 for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:54.977] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import status_check
[2025-10-15 01:42:54.977] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add status_check ref count to 1
[2025-10-15 01:42:54.978] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: cat /home/admin/obproxy/run/obproxy-192.168.230.200-2883.pid 
[2025-10-15 01:42:55.012] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- exited code 1, error output:
[2025-10-15 01:42:55.012] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] /etc/profile.d/lang.sh:行29: 警告:setlocale: LC_TIME: 无法改变区域选项 (zh_CN.UTF-8)
[2025-10-15 01:42:55.012] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] cat: /home/admin/obproxy/run/obproxy-192.168.230.200-2883.pid: No such file or directory
[2025-10-15 01:42:55.012] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] 
[2025-10-15 01:42:55.012] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub status_check ref count to 0
[2025-10-15 01:42:55.012] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export status_check
[2025-10-15 01:42:55.013] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin obproxy-py_script_status_check-3.2.1 result: True
[2025-10-15 01:42:55.013] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching work_dir_check plugin for components ...
[2025-10-15 01:42:55.013] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching work_dir_check plugin for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:55.013] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for obproxy-py_script_work_dir_check-3.2.1 for obproxy-4.3.1.4
[2025-10-15 01:42:55.013] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin obproxy-py_script_work_dir_check-3.2.1 for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:55.014] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import work_dir_check
[2025-10-15 01:42:55.014] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add work_dir_check ref count to 1
[2025-10-15 01:42:55.015] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub work_dir_check ref count to 0
[2025-10-15 01:42:55.015] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export work_dir_check
[2025-10-15 01:42:55.015] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin obproxy-py_script_work_dir_check-3.2.1 result: True
[2025-10-15 01:42:55.015] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching proxy_id_check plugin for components ...
[2025-10-15 01:42:55.015] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching proxy_id_check plugin for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:55.016] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for obproxy-py_script_proxy_id_check-4.2.3 for obproxy-4.3.1.4
[2025-10-15 01:42:55.016] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin obproxy-py_script_proxy_id_check-4.2.3 for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:55.016] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import proxy_id_check
[2025-10-15 01:42:55.016] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add proxy_id_check ref count to 1
[2025-10-15 01:42:55.017] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - sub proxy_id_check ref count to 0
[2025-10-15 01:42:55.017] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - export proxy_id_check
[2025-10-15 01:42:55.017] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - plugin obproxy-py_script_proxy_id_check-4.2.3 result: True
[2025-10-15 01:42:55.017] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching port_check plugin for components ...
[2025-10-15 01:42:55.017] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Searching port_check plugin for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:55.018] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Found for obproxy-py_script_port_check-4.3.0 for obproxy-4.3.1.4
[2025-10-15 01:42:55.018] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - Call plugin obproxy-py_script_port_check-4.3.0 for obproxy-4.3.1.4-242025032019.el8-311f7a47d1b6144f7b7a65b9dc3856bb8e33b625
[2025-10-15 01:42:55.018] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - import port_check
[2025-10-15 01:42:55.019] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] - add port_check ref count to 1
[2025-10-15 01:42:55.019] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- 192.168.230.200 port check
[2025-10-15 01:42:55.019] [35a18a9c-a925-11f0-815c-00505622e6d9] [DEBUG] -- root@192.168.230.200 execute: bash -c 'cat /proc/net/{tcp*,udp*}' | awk -F' ' '{if($4=="0A") print $2,$4,$10}' | grep ':0B43' | awk -F' ' '{print $3}' | uniq 
system_memory: 7GB 设置太大了,改为2G即可

好的我先试一下,因为我看到帖子说这个值要 memory_limit/3 <=system_memory < memory_limit/2 ,我试完了 只改了system_memory =2G ,其他没动,依旧像上面那样

麻烦提供一份observer日志,该日志需要涵盖启动ob期间。
~/xxxx/oceanbase/log下

哥,我安装在/home/admin下,从/home/admin/oceanbase/log/考出来的,是这个log吧,但是这玩意不让我上传。说新用户不能上传

现在应该可以上传了。

log.zip (19.0 KB)

存在checksum error问题,
[2025-10-15 02:53:43.066599] WDIAG [COMMON] check_header_checksum (ob_record_header.cpp:56) [39225][observer][T0][Y0-0000000000000000-0-0] [lt=45][errcode=-4103] record check checksum failed.(*this={magic:450, header_length:-30737, version:-16451, header_checksum:-4161, timestamp:-4827595193736773699, data_length:2097153, data_zlength:354418688, data_checksum:0}, ret=-4103)

大概率是 数据头已严重损坏或文件被破坏,可能原因硬件问题或者异常启停ob导致的了。如果是单机环境只能重新搭建了

好的,麻烦你了