OBCA实验指导手册_V4.0.pdf
实验 2 使用 OBD 黑屏部署 OceanBase
obd cluster start obtest
可以看到 cluster unique id
本地模拟 没有cluster unique id 这行信息
OBCA实验指导手册_V4.0.pdf
实验 2 使用 OBD 黑屏部署 OceanBase
obd cluster start obtest
可以看到 cluster unique id
本地模拟 没有cluster unique id 这行信息
我黑屏安装也没有,用docker安装就有了
使用最新版本的obd(2.9.2)重新部署即可。
V4.3.1的(OceanBase All in One)一键安装包,自带的obd为2.8.0版本, 这个版本就无法显示cluster unique id.
示例:
[admin@oceanbase opt]$ obd --version
OceanBase Deploy: 2.9.2
REVISION: d1a445ca1311ab0a34f4ef5f6ff8f8f6b0aad623
BUILD_BRANCH: HEAD
BUILD_TIME: Jun 17 2024 14:17:07OURCE
Copyright (C) 2021 OceanBase
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
[admin@oceanbase opt]$
哦。涨知识了
多谢大佬。