0
点赞
收藏
分享

微信扫一扫

人大金仓部署执行root.sh脚本启动数据库失败

你的益达233 2022-04-13 阅读 43
数据库

[root@kingbase soft]# sh /home/kingbase/Scripts/root.sh
Starting KingbaseES V8: 
waiting for server to start.... stopped waiting
sys_ctl: could not start server
Examine the log output.
KingbaseES V8 did not start in a timely fashion, please see /home/kingbase/data/sys_log/startup.log for details

[root@kingbase soft]# tail -20 /home/kingbase/data/sys_log/startup.log
2022-04-08 10:25:59 CST FATAL:  license file error, product version number does not match
2022-04-08 10:26:42 CST FATAL:  license file error, product version number does not match
2022-04-08 10:29:23 CST FATAL:  license file error, product version number does not match

一、官网下载对应数据库版本的授权文件
二、替换四个路径的文件
1. 安装目录下的license文件
2. 安装目录下的Server/bin下的license文件
3. 安装目录下的Cluster/bin下的license文件
4. 安装目录下的ManagerTools/tools//bin下的license文件


实际只替换了1. 安装目录下的license文件,2、3、4下面都没有license文件

[root@kingbase soft]# sh /home/kingbase/Scripts/root.sh
Starting KingbaseES V8: 
waiting for server to start.... done
server started
KingbaseES V8 started successfully

举报

相关推荐

0 条评论