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/
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· DeepSeek 开源周回顾「GitHub 热点速览」