赞
踩
获取 OceanBase 数据库最快的方式是使用 OBD 获取,因此推荐您通过安装 OBD 获取 OceanBase 数据库。单机安装,即中控机器和目标机器不是同一台机器,且目标机器只有一台。
序号 | 主机名 | IP | 用途 | 系统 | 配置 |
---|---|---|---|---|---|
1 | s152 | 192.168.0.152 | 中控机 | centos7.6 | 2c,8G内存,80G磁盘空间 |
2 | s153 | 192.168.0.153 | 目标机 | centos7.6 | 2c,8G内存,80G磁盘空间 |
参照OceanBase社区版之OBD方式部署方式本地安装环境准备章节给s152和s153服务器配置系统ntp、sysctl.conf等基础配置。
在操作系统安装的时候已经创建了/data,/redo分区,只需要将这两个分区授权给安装用户即可,博文实验中安装用户为wuhs。
[root@s153 ~]# chown -R wuhs.wuhs /data
[root@s153 ~]# chown -R wuhs.wuhs /redo
[wuhs@s152 ~]$ sudo yum install -y yum-utils
我们信任您已经从系统管理员那里了解了日常注意事项。
总结起来无外乎这三点:
#1) 尊重别人的隐私。
#2) 输入前要先考虑(后果和风险)。
#3) 权力越大,责任越大。
[sudo] wuhs 的密码:
…
已安装:
yum-utils.noarch 0:1.1.31-54.el7_8
…
完毕!
[wuhs@s152 ~]$ sudo yum-config-manager --add-repo https://mirrors.aliyun.com/oceanbase/OceanBase.repo
已加载插件:fastestmirror
adding repo from: https://mirrors.aliyun.com/oceanbase/OceanBase.repo
grabbing file https://mirrors.aliyun.com/oceanbase/OceanBase.repo to /etc/yum.repos.d/OceanBase.repo
repo saved to /etc/yum.repos.d/OceanBase.repo
[wuhs@s152 ~]$ ll /etc/yum.repos.d/
总用量 36
-rw-r–r–. 1 root root 1664 11月 23 2018 CentOS-Base.repo
-rw-r–r–. 1 root root 1309 11月 23 2018 CentOS-CR.repo
-rw-r–r–. 1 root root 649 11月 23 2018 CentOS-Debuginfo.repo
-rw-r–r–. 1 root root 314 11月 23 2018 CentOS-fasttrack.repo
-rw-r–r–. 1 root root 630 11月 23 2018 CentOS-Media.repo
-rw-r–r–. 1 root root 1331 11月 23 2018 CentOS-Sources.repo
-rw-r–r–. 1 root root 5701 11月 23 2018 CentOS-Vault.repo
-rw-r–r–. 1 root root 512 5月 14 2021 OceanBase.repo
[wuhs@s152 ~]$ sudo yum install -y ob-deploy
…
已安装:
ob-deploy.x86_64 0:1.3.3-11.el7
完毕!
访问官网mini-single-example.yaml,将配置文件拷贝到服务器上保存为mini-single.yaml。
username 为登录到目标机器的用户名,确保您的用户名有 OBServer 进程工作目录 home_path 的权限。
[root@s153 ~]# su - wuhs
上一次登录:四 6月 9 15:22:30 CST 2022pts/0 上
[wuhs@s153 ~]$ mkdir oceanbase
[wuhs@s152 ~]$ obd cluster deploy myob -c mini-single.yaml
[wuhs@s153 ~]$ ll oceanbase/
总用量 0
drwxrwxr-x. 2 wuhs wuhs 6 6月 9 15:54 admin
drwxrwxr-x. 2 wuhs wuhs 22 6月 9 15:54 bin
drwxrwxr-x. 2 wuhs wuhs 6 6月 9 15:54 etc
drwxrwxr-x. 2 wuhs wuhs 109 6月 9 15:54 lib
drwxrwxr-x. 2 wuhs wuhs 6 6月 9 15:54 log
lrwxrwxrwx. 1 wuhs wuhs 5 6月 9 15:54 store -> /data
[wuhs@s152 ~]$ obd cluster start myob
可以使用Navicat Premium工具连接OceanBase数据库,新建连接时选择mysql类型。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。