kingbaseES V8R6备份恢复案例之--- sys_rman备份“DSO support..."故障

案例说明:
在通过sys_rman执行备份时,出现”DSO support...."错误,如下图所示:

sys_log日志:

适用版本:
KingbaseES V8R6

一、问题分析

  DSO 究竟是什么?事实上 DSO 是 Dynamic SharedObjects(动态共享目标) 的缩写,它是现代 Unix 派生出来的操作系统都存在着的一种动态连接机制。它提供了一种在运行时将特殊格式的代码,在程序运行需要时,将需要的部分从外存调入内存执行的方法。

 如上图错误所示,在加载module=ssl_conf模块时,缺失libssl_conf.so的动态库。

二、问题解决
配置变量:export OPENSSL_CONF=/etc/ssl/,重新启动数据库。

参考KingbaseES官方文档《KingbaseES备份与恢复手册》
https://help.kingbase.com.cn/v8/highly/backup-restore/backup/sys-rman-2.html#id5

三、参考案例

When I execute following code on Kali Linux
#/opt/genymobile/genymotion# ./genymotion

I get

Logging activities to file: /root/.Genymobile/genymotion.log

Auto configuration failed
139950541100688:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory
139950541100688:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
139950541100688:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf
139950541100688:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf

But running the command
export OPENSSL_CONF=/etc/ssl/

posted @ 2023-03-06 18:07  天涯客1224  阅读(4)  评论(0编辑  收藏  举报