GBase 8s
其他
问答
Your evaluation license will expire on 2025-04-15 00:00:00 shared memory not initialized for GBASEDBTSERVER 'gbasemea'
发表于2025-04-14 13:25:50221次浏览13个评论
Your evaluation license will expire on 2025-04-15 00:00:00
shared memory not initialized for GBASEDBTSERVER 'gbasemea' 什么错误?过期了么
评论
登录后才可以发表评论
路路路发表于 1年前
稍等
9527发表于 1年前
没起来
9527发表于 1年前
oninit -vy 启动下
GBase用户16634发表于 1年前
@9527:[gbasedbt@localhost ~]$ oninit -vy
Your evaluation license will expire on 2025-04-15 00:00:00
8047
Reading configuration file '/opt/gbase8s/etc/onconfig.gbasemea'...succeeded
Allocating and attaching to shared memory...succeeded
Creating resident pool 224458 kbytes...succeeded
Creating infos file "/opt/gbase8s/etc/.infos.gbasemea"...succeeded
Linking conf file "/opt/gbase8s/etc/.conf.gbasemea"...succeeded
Initializing rhead structure...rhlock_t 131072 (4096K)... rlock_t (212500K)... Writing to infos file...succeeded
Initialization of Encryption...succeeded
Initializing ASF...succeeded
Initializing Dictionary Cache and SPL Routine Cache...succeeded
Bringing up ADM VP...succeeded
Creating VP classes...succeeded
Forking main_loop thread...succeeded
Initializing DR structures...succeeded
Forking 1 'soctcp' listener threads...succeeded
Starting tracing...succeeded
Initializing 32 flushers...succeeded
Initializing SDS Server network connections...succeeded
Initializing log/checkpoint information...succeeded
Initializing dbspaces...succeeded
Opening primary chunks...FAILED
oninit: Fatal error in shared memory initialization
WARNING: server initialization failed or timed out.
Check the message log, online.log, for errors.
Your evaluation license will expire on 2025-04-15 00:00:00
8047
Reading configuration file '/opt/gbase8s/etc/onconfig.gbasemea'...succeeded
Allocating and attaching to shared memory...succeeded
Creating resident pool 224458 kbytes...succeeded
Creating infos file "/opt/gbase8s/etc/.infos.gbasemea"...succeeded
Linking conf file "/opt/gbase8s/etc/.conf.gbasemea"...succeeded
Initializing rhead structure...rhlock_t 131072 (4096K)... rlock_t (212500K)... Writing to infos file...succeeded
Initialization of Encryption...succeeded
Initializing ASF...succeeded
Initializing Dictionary Cache and SPL Routine Cache...succeeded
Bringing up ADM VP...succeeded
Creating VP classes...succeeded
Forking main_loop thread...succeeded
Initializing DR structures...succeeded
Forking 1 'soctcp' listener threads...succeeded
Starting tracing...succeeded
Initializing 32 flushers...succeeded
Initializing SDS Server network connections...succeeded
Initializing log/checkpoint information...succeeded
Initializing dbspaces...succeeded
Opening primary chunks...FAILED
oninit: Fatal error in shared memory initialization
WARNING: server initialization failed or timed out.
Check the message log, online.log, for errors.
liaosnet发表于 1年前
@GBase用户16634:onstat -m
GBase用户16634发表于 1年前
@liaosnet:[gbasedbt@localhost ~]$ onstat -m
Your evaluation license will expire on 2025-04-15 00:00:00
shared memory not initialized for GBASEDBTSERVER 'gbasemea'
Message Log File: /opt/gbase8s/etc/online_gbasemea.log
04/14/25 13:44:22 Loading Module
04/14/25 13:44:22 Booting Language from module <>
04/14/25 13:44:22 Loading Module
04/14/25 13:44:28 CCFLAGS2 value set to 0x200
04/14/25 13:44:28 SQL_FEAT_CTRL value set to 0x8008
04/14/25 13:44:28 SQL_DEF_CTRL value set to 0x4b0
04/14/25 13:44:28 DR: DRAUTO is 0 (Off)
04/14/25 13:44:28 DR: ENCRYPT_HDR is 0 (HDR encryption Disabled)
04/14/25 13:44:28 Event notification facility epoll enabled.
04/14/25 13:44:28 GBase Database Server Version 12.10.FC4G1TL Software Serial Number AAA#B000000
04/14/25 13:44:28 Your evaluation license will expire on 2025-04-15 00:00:00
04/14/25 13:44:28 (7) connection rejected - no calls allowed for sqlexec
04/14/25 13:44:28 (8) connection rejected - no calls allowed for sqlexec
04/14/25 13:44:28 The chunk '/opt/gbase8s/gbasemea_dbs/rootdbs' must have READ/WRITE permissions for owner (600).
04/14/25 13:44:28 oninit: Fatal error in shared memory initialization
04/14/25 13:44:28 GBase Database Server Stopped.
13:44:28 mt_shm_remove: WARNING: may not have removed all/correct segments
Your evaluation license will expire on 2025-04-15 00:00:00
shared memory not initialized for GBASEDBTSERVER 'gbasemea'
Message Log File: /opt/gbase8s/etc/online_gbasemea.log
04/14/25 13:44:22 Loading Module
04/14/25 13:44:22 Booting Language from module <>
04/14/25 13:44:22 Loading Module
04/14/25 13:44:28 CCFLAGS2 value set to 0x200
04/14/25 13:44:28 SQL_FEAT_CTRL value set to 0x8008
04/14/25 13:44:28 SQL_DEF_CTRL value set to 0x4b0
04/14/25 13:44:28 DR: DRAUTO is 0 (Off)
04/14/25 13:44:28 DR: ENCRYPT_HDR is 0 (HDR encryption Disabled)
04/14/25 13:44:28 Event notification facility epoll enabled.
04/14/25 13:44:28 GBase Database Server Version 12.10.FC4G1TL Software Serial Number AAA#B000000
04/14/25 13:44:28 Your evaluation license will expire on 2025-04-15 00:00:00
04/14/25 13:44:28 (7) connection rejected - no calls allowed for sqlexec
04/14/25 13:44:28 (8) connection rejected - no calls allowed for sqlexec
04/14/25 13:44:28 The chunk '/opt/gbase8s/gbasemea_dbs/rootdbs' must have READ/WRITE permissions for owner (600).
04/14/25 13:44:28 oninit: Fatal error in shared memory initialization
04/14/25 13:44:28 GBase Database Server Stopped.
13:44:28 mt_shm_remove: WARNING: may not have removed all/correct segments
GBase用户17431发表于 1年前
@GBase用户16634:rootdbs文件权限不对,执行命令“chmod 660 /opt/gbase8s/gbasemea_dbs/rootdbs" 修改为660权限
GBase用户16634发表于 1年前
@GBase用户17431:660 不行,给600行么
GBase用户16634发表于 1年前
@GBase用户16634:04/14/25 14:12:35 listener-thread: err = -951: oserr = 0: errstr = gbasedbt@127.0.0.1[localhost.localdomain]: Incorrect password or user gbasedbt@127.0.0.1[localhost.localdomain] is not known on the database server.
liaosnet发表于 1年前
@GBase用户16634:使用root用户,在/opt/gbase8s目录下执行 RUNasroot.installserver
然后正常启动(不要修改/opt/gbase8s/gbasemea_dbs/目录下的文件权限,保持660,gbasedbt:gbasedbt)
然后正常启动(不要修改/opt/gbase8s/gbasemea_dbs/目录下的文件权限,保持660,gbasedbt:gbasedbt)
最佳回答
GBase用户16634发表于 1年前
@liaosnet:[root@localhost gbase8s]# ./RUNasroot.installserver
chown: 无法访问 'properties': 没有那个文件或目录
chmod: 无法访问 'properties': 没有那个文件或目录
chown: 无法访问 'properties/version': 没有那个文件或目录
chmod: 无法访问 'properties/version': 没有那个文件或目录
chown: 无法访问 'etc/secswitch.std.on': 没有那个文件或目录
chmod: 无法访问 'etc/secswitch.std.on': 没有那个文件或目录
chown: 无法访问 'etc/secswitch.std.off': 没有那个文件或目录
chmod: 无法访问 'etc/secswitch.std.off': 没有那个文件或目录
chown: 无法访问 'forms': 没有那个文件或目录
chmod: 无法访问 'forms': 没有那个文件或目录
chown: 无法访问 'GBase_GLS_InstallLog.log': 没有那个文件或目录
chmod: 无法访问 'GBase_GLS_InstallLog.log': 没有那个文件或目录
chown: 无法访问 'uninstall.log': 没有那个文件或目录
chmod: 无法访问 'uninstall.log': 没有那个文件或目录
chown: 无法访问 'gls/lc11/zh_hk': 没有那个文件或目录
chmod: 无法访问 'gls/lc11/zh_hk': 没有那个文件或目录
chown: 无法访问 'properties': 没有那个文件或目录
chmod: 无法访问 'properties': 没有那个文件或目录
chown: 无法访问 'properties/version': 没有那个文件或目录
chmod: 无法访问 'properties/version': 没有那个文件或目录
chown: 无法访问 'etc/secswitch.std.on': 没有那个文件或目录
chmod: 无法访问 'etc/secswitch.std.on': 没有那个文件或目录
chown: 无法访问 'etc/secswitch.std.off': 没有那个文件或目录
chmod: 无法访问 'etc/secswitch.std.off': 没有那个文件或目录
chown: 无法访问 'forms': 没有那个文件或目录
chmod: 无法访问 'forms': 没有那个文件或目录
chown: 无法访问 'GBase_GLS_InstallLog.log': 没有那个文件或目录
chmod: 无法访问 'GBase_GLS_InstallLog.log': 没有那个文件或目录
chown: 无法访问 'uninstall.log': 没有那个文件或目录
chmod: 无法访问 'uninstall.log': 没有那个文件或目录
chown: 无法访问 'gls/lc11/zh_hk': 没有那个文件或目录
chmod: 无法访问 'gls/lc11/zh_hk': 没有那个文件或目录
liaosnet发表于 1年前
@GBase用户16634:正常启动即可。
GBase用户16634发表于 1年前
@liaosnet:好了,感谢大佬
热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25044
- 42023-09-25浏览数:18519
- 52020-05-11浏览数:17526