GBase 8s
安装配置
问答

服务启动不了

发表于2025-05-23 15:27:07106次浏览12个评论

为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。

【GBase版本】:8.8

【操作系统】:linux

【CPU】:xx

【问题描述】*:数据库服务无法启动了,运行onliit后,就输出一个过期时间,然后一直卡住不动了

评论

登录后才可以发表评论
用户头像
路路路发表于 1年前
稍等
GBase用户16805发表于 1年前
@路路路:WARNING: server initialization failed or timed out.
Check the message log, online.log, for errors.

过了很久 就提示失败了 下面是日志
GBase用户16805发表于 1年前
@路路路:等会就失败了
GBase用户16805发表于 1年前
@路路路:这是日志 15:17:43 Process exited with return code 126: /bin/sh /bin/sh -c /opt/gbase8s/etc/alarmprogram.sh 3 20 "Logical Logs are Full -- Backup is Needed." "Logical Log Files are Full -- Backup is Needed
" "" 20001 要我释放日志 但是我都起不来 我咋释放呢
用户头像
liaosnet发表于 1年前
@GBase用户16805:onmode -wf LTAPEDEV=/dev/null
GBase用户16805发表于 1年前
@liaosnet:一样 输出个过期时间 然后一直卡在那
用户头像
liaosnet发表于 1年前
@GBase用户16805:onstat -m 整个输出来吧。
GBase用户16805发表于 1年前
@liaosnet:Your evaluation license will expire on 2025-05-28 00:00:00
Fast Recovery (CKPT REQ) -- Up 01:40:41 -- 6726056 Kbytes
Blocked:CKPT

Message Log File: /opt/gbase8s/tmp/online.log
15:52:06 Your evaluation license will expire on 2025-05-28 00:00:00

15:52:07 GBase Database Server Initialized -- Shared Memory Initialized.

15:52:07 Started 1 B-tree scanners.
15:52:07 B-tree scanner threshold set at 5000.
15:52:07 B-tree scanner range scan size set to -1.
15:52:07 B-tree scanner ALICE mode set to 6.
15:52:07 B-tree scanner index compression level set to med.
15:52:07 Physical Recovery Started at Page (2:110080).
15:52:07 Physical Recovery Complete: 134 Pages Examined, 134 Pages Restored.
15:52:07 Logical Recovery Started.
15:52:07 10 recovery worker threads will be started.
15:52:09 Logical Recovery has reached the transaction cleanup phase.
15:52:09 Logical Log Files are Full -- Backup is Needed

15:52:09 Process exited with return code 126: /bin/sh /bin/sh -c /opt/gbase8s/etc/alarmprogram.sh 3 20 "Logical Logs are Full -- Backup is Needed." "Logical Log Files are Full -- Backup is Needed
" "" 20001
16:05:42 Booting Language from module <>
16:05:42 Loading Module
用户头像
liaosnet发表于 1年前
@GBase用户16805:修改 $GBASEDBTDIR/etc/$ONCONFIG 配置文件,将LTAPEDEV参数的值改为/dev/null
然后重启数据库onclean -ky,然后oninit -vy
最佳回答
GBase用户16805发表于 1年前
@liaosnet:我试下
zixuwang发表于 2个月前
学习下。
shepherd发表于 2个月前
坐等大佬解析。