OceanBase管理着工具-oat安装

embedded/2024/10/17 21:39:24/

 https://www.oceanbase.com/softwarecenter-enterprise

 

https://www.oceanbase.com/docs/enterprise-oat-doc-cn-1000000000762607 

(base) [root@lnpg soft]# pwd
/db/ob/soft
(base) [root@lnpg soft]# ll
总用量 4274536
-rw-r--r-- 1 root root 1730447360 6月  26 14:06 oat-all-in-one-x86.tar
-rw-r--r-- 1 root root  125459987 10月 10 11:11 ob-loader-dumper-4.3.1.1-RELEASE.zip
-rw-r--r-- 1 root root  840122074 10月 10 11:24 obodc4.1.2.tar.gz
-rw-r--r-- 1 root root  672783996 6月  26 13:17 oceanbase-3.2.4.1-101000052023010822.el7.x86_64.rpm
-rw-r--r-- 1 root root 1008308212 10月 10 11:24 ocp334.tar.gz
(base) [root@lnpg soft]# tar -xvf oat-all-in-one-x86.tar 
oat-all-in-one-x86/
oat-all-in-one-x86/oat_4.1.0_20230331_x86.tgz
oat-all-in-one-x86/tools/
oat-all-in-one-x86/tools/ob-opstoolkit-1.2.0-20230310155004.el7.x86_64.rpm
oat-all-in-one-x86/tools/oceanbase-diagnostic-tool-1.2.0-20230223141142.alios7.x86_64.rpm
oat-all-in-one-x86/tools/obclient-2.2.1-20221122151945.el7.alios7.x86_64.rpm
oat-all-in-one-x86/tools/ob-loader-dumper-4.1.0-RELEASE.zip
oat-all-in-one-x86/tools/sql-diagnoser-2.1.0.zip
oat-all-in-one-x86/tools/ob-sysbench-1.0.20-11.el7.x86_64.tar
oat-all-in-one-x86/tools/oblb_140.tar
oat-all-in-one-x86/docker-18.09.9.tgz
oat-all-in-one-x86/install.sh
oat-all-in-one-x86/components/
oat-all-in-one-x86/components/nlb_3.5.1_20230210194413_x86.tgz
oat-all-in-one-x86/components/meta_OB2277_OBP329_x86_20230330.tgz
oat-all-in-one-x86/readme.txt
(base) [root@lnpg soft]# netstat -tunlp|grep 7000
(base) [root@lnpg soft]# pwd
/db/ob/soft
(base) [root@lnpg soft]# ll oat-all-in-one-x86/install.sh 
-rwxr-xr-x 1 root root 9965 3月  31 2023 oat-all-in-one-x86/install.sh
(base) [root@lnpg soft]# sh oat-all-in-one-x86/install.sh 
Before installation, please set the config below:
Input the OAT data dir: /db/ob/oat_data
Input the OAT HTTP listen port: 7000
Input the OAT database port: 3306
3306 is not idle, please change
Input the OAT database port: 3307
Start prepare docker
Docker is already exists, start check...
Already installed docker check healthy, skip install docker
Start prepare OAT
06f6bfff6616: Loading layer [==================================================>]  230.8MB/230.8MB
e1505344677e: Loading layer [==================================================>]  3.072kB/3.072kB
01ede0eada53: Loading layer [==================================================>]  690.2MB/690.2MB
78073091fd9e: Loading layer [==================================================>]  8.704kB/8.704kB
5d96997aeb89: Loading layer [==================================================>]  232.8MB/232.8MB
17fa9a0a477e: Loading layer [==================================================>]  156.1MB/156.1MB
Loaded image: reg.docker.alibaba-inc.com/oceanbase/oat:4.1.0_20230331_x86
4849ebad48ec354a28b4988a5c29767a6f066d2858049b0c92f2f37280fd9bf5
check OAT url http://127.0.0.1:7000/hc
curl: (7) Failed to connect to 127.0.0.1 port 7000 after 0 ms: Couldn't connect to server
OAT API not ready, sleep 5s retry...
curl: (7) Failed to connect to 127.0.0.1 port 7000 after 0 ms: Couldn't connect to server
OAT API not ready, sleep 5s retry...
OAT API ready
Copy images and binary_packages to OAT data dir
Trigger OAT scan api to find images and binary_packages
Trigger scan task success, please visit OAT web site and wait for scan task finished
Device "100" does not exist.
OAT is ready for visit
url is: http://<current_ip>:7000
user/password is: admin/aaAA11__ 
(base) [root@lnpg soft]# cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.207.143 lnpg
(base) [root@lnpg soft]# netstat -tunlp|grep 7000
tcp        0      0 0.0.0.0:7000            0.0.0.0:*               LISTEN      29069/uwsgi         
(base) [root@lnpg soft]# 

重新设置密码

 

 


http://www.ppmy.cn/embedded/126874.html

相关文章

【深度学习】经典的深度学习模型-01 开山之作:CNN卷积神经网络LeNet-5

【深度学习】经典的深度学习模型-01 开山之作&#xff1a;CNN卷积神经网络LeNet-5 Note: 草稿状态&#xff0c;持续更新中&#xff0c;如果有感兴趣&#xff0c;欢迎关注。。。 0. 论文信息 article{lecun1998gradient, title{Gradient-based learning applied to document r…

【OceanBase诊断调优】—— 错误码 5065 和 5066 的区别

适用版本&#xff1a;V2.1.x、V2.2.x、V3.1.x、V3.2.x 5065 与 5066 是两个近似的报错。 OB_ERR_QUERY_INTERRUPTED(-5065): Message: Query execution was interrupted。 含义为执行中断, 例如终端执行 SQL 过程中按 ctrlc 终止 SQL 执行会报 -5065。 OB_ERR_SESSION_INTER…

Transformer总体架构

Transformer 一、Transformer架构解析1.1 认识Transformer1.2 Transformer总体架构 二、Transformer架构实现2.1 输入部分的实现2.1.1 文本嵌入层2.1.2 位置编码器 2.2 编码器部分的实现2.2.1 生成掩码2.2.2 注意力机制2.2.3 多头注意力机制2.2.4 前馈全连接层2.2.5 规范化层2.…

LeetCode 每日一题 2024/10/7-2024/10/13

记录了初步解题思路 以及本地实现代码&#xff1b;并不一定为最优 也希望大家能一起探讨 一起进步 目录 10/7 871. 最低加油次数10/8 1436. 旅行终点站10/9 3171. 找到按位或最接近 K 的子数组10/10 3162. 优质数对的总数 I10/11 3164. 优质数对的总数 II10/12 3158. 求出出现两…

Vue3 props

组件与组件之间不是完全独立的&#xff0c;而是有交集的&#xff0c;组件与组件之间可以传递数据&#xff0c;通过props属性可以让子组件接收父组件传递过来的数据。 以父组件-App.vue&#xff0c;子组件-Person.vue为例&#xff1a; 将子组件当作HTML中的标签一样&#xff0c…

并发——笔试面试总结

1. 进程之间通信的途径有哪些&#xff1f;并说一下他们的通信机制原理 进程间通信的途径包括管道、消息队列、共享内存、信号量、套接字等&#xff0c;以下是几种常见的进程间通信方式及原理&#xff1a; (1) 管道(Pipe) 通信机制原理&#xff1a;管道是一种半双工的通信方式&a…

PE结构之绑定导入表

打印绑定导入表 //打印 绑定导入表 BOOL PrintBoundImport(__in char* m_fileName) {char* Filebuffer NULL;if (!GetFileBuffer(m_fileName, &Filebuffer)) return FALSE;PIMAGE_DOS_HEADER LPdosHeader NULL;PIMAGE_NT_HEADERS LPntHeader NULL;LPdosHeader (PIMAGE…

需求管理工具Jama Connect:与Jira/Slack/GitHub无缝集成,一站式解决复杂产品开发中的协作难题

在产品和软件开发的动态世界中&#xff0c;有效协作是成功的关键。然而&#xff0c;团队往往面临着阻碍进步和创新的重大挑战。了解这些挑战并找到强有力的解决方案&#xff0c;对于实现无缝、高效的团队协作至关重要。Jama Connect就是这样一种解决方案&#xff0c;它是一个功…