金仓数据库KingbaseES V8R6 sys_rman备份DSO support____故障

116 阅读1分钟

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

sys_log日志:
file

适用版本:
KingbaseES V8R6

一、问题分析

DSO 究竟是什么?事实上 DSO 是 Dynamic SharedObjects(动态共享目标) 的缩写,它是现代 Unix 派生出来的操作系统都存在着的一种动态连接机制。它提供了一种在运行时将特殊格式的代码,在程序运行需要时,将需要的部分从外存调入内存执行的方法。 file 如上图错误所示,在加载module=ssl_conf模块时,缺失libssl_conf.so的动态库。

二、问题解决

配置变量:export OPENSSL_CONF=/etc/ssl/,重新启动数据库。 file

参考KingbaseES官方文档《KingbaseES备份与恢复手册》
help.kingbase.com.cn/v8/highly/b…
file

三、参考案例

When I execute following code on Kali Linux

#/opt/genymobile/genymotion# ./genymotion

I get

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

But running the command

export OPENSSL_CONF=/etc/ssl/

更多信息,参见help.kingbase.com.cn/v8/index.ht…