GBase 8s
其他
问答

no free disk space会导致用户出问题吗

发表于2025-11-14 11:15:11111次浏览21个评论

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

【GBase版本】: gbase8s

【操作系统】: centos7.6

【CPU】:

【问题描述】*:

11/14/25 09:53:35  SCHAPI: [post_alarm_message 19-61] Error -131 ISAM error: no free disk space
11/14/25 09:53:35  SCHAPI: [post_alarm_message 19-61] Error -131 ISAM error: no free disk space


11/14/25 10:32:47  listener-thread: err = -408: oserr = 0: errstr = from gbase01 to server gbase01 : Invalid message type received from the sqlexec process.
11/14/25 10:35:50  listener-thread: err = -952: oserr = 0: errstr = gbasedbt@gbase01[myhost]: User (gbasedbt@gbase01[myhost])'s password is not correct for the database server.
11/14/25 10:37:09  listener-thread: err = -952: oserr = 0: errstr = gbasedbt@gbase01[myhost]: User (gbasedbt@gbase01[myhost])'s password is not correct for the database server.

 

dbaccess sysuser -
> CONNECT TO 'test@gbase01' USER 'gbasedbt';
  ENTER PASSWORD:

 951: Incorrect password or user gbasedbt@localhost[myhost] is not known on the database server.
Error in line 1
Near character position 1


gbasedbt用户连不上,系统su gbasedbt切换用户输入密码正常的

评论

登录后才可以发表评论
用户头像
路路路发表于 8个月前
...
用户头像
liaosnet发表于 8个月前
你这个是明确的用户密码错误呀。。
飞影发表于 8个月前
@liaosnet:意思就是之前能正常连,系统用户gbasedbt密码也没改过,为什么后面就连不上了。
用户头像
liaosnet发表于 8个月前
@飞影:oninit权限(一般是chown -R gbasedbt:gbasedbt 这样的导致的)
密码过期也有可能。
飞影发表于 8个月前
@liaosnet:chown -R gbasedbt:gbasedbt 应该有执行过。su gbasedbt测试密码没变过
用户头像
liaosnet发表于 8个月前
@飞影:ls -al $GBASEDBTDIR/bin/oninit 确认权限吧。正常应当是以下权限。
-rwsr-sr-- 1 root gbasedbt 32383015 Oct 15 11:24 /opt/gbase/bin/oninit
mr_wolf发表于 8个月前
gbasedbt@localhost->>>localhost只允许本机连接,没有 gbasedbt@%类似的ID嘛。。
飞影发表于 8个月前
@mr_wolf:这个用的是dbaccess 命令连,之前也能连
GBase用户21143发表于 8个月前
@飞影:没搞明白,等其它大佬来解答吧
用户头像
小鱼不吐泡泡发表于 8个月前
no free disk space,不会用的默认数据空间吧,换个吧,要不会影响系统使用,参考这么创库create database testdb with log in datadbs1,onstat -d可以查一下有哪些数据空间,配成用户空间,和系统空间分开,表空间使用参考https://www.gbase.cn/community/post/6648
飞影发表于 8个月前
@小鱼不吐泡泡:用的默认数据空间,可以试试换个空间
用户头像
GBase用户28017发表于 8个月前
升级到7.9吧。
用户头像
曾阿牛发表于 8个月前
在操作系统passwd gbasedbt之后,数据库可能有一个缓存时间;
如果密码一直没有更改过,就问题不大
用户头像
GBase用户28017发表于 8个月前
空间呢
用户头像
路路路发表于 7个月前
GBase用户31099发表于 7个月前
1
GBase用户31099发表于 7个月前
2
GBase用户31099发表于 7个月前
3
GBase用户31099发表于 7个月前
4
GBase用户31099发表于 7个月前
6
沉香发表于 2个月前
学习中,还不清楚。