2020-11-28
crsctl 命令调用报错
重启数据库服务器后,发现crsctl命令调用时报错不能加载
,但是用crs_stat -t查看各服务资源运行都很正常。
收藏
分享
3条回答
默认
最新
回答交流
提交
问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
墨值悬赏
重启数据库服务器后,发现crsctl命令调用时报错不能加载
,但是用crs_stat -t查看各服务资源运行都很正常。
lsdev | grep iocp
smitty iocp
启用IOCP试试看。
评论
有用 0是因为在调试时曾经加了个环境变量LDR_CNTRL=SHARED_SYMTAB=Y,
查了一下这个变量的解释:
Specifying the SHARED_SYMTAB=Y option causes the system to create a shared symbol table for a 64-bit program, if the program exports any symbols. If multiple instances of the program run concurrently, using a shared symbol table can reduce the amount of system memory that is required by the program.
Specifying the SHARED_SYMTAB=N option prevents the system from creating a shared symbol table for a 64-bit program. This option overrides the AOUT_SHR_SYMTAB flag in the XCOFF auxiliary header.
我的报错信息就是某写symbols 不能 exported。
注释掉这个环境变量就没有问题了。
评论
有用 0
墨值悬赏