温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Oracle 12C RAC安装grid时root.sh报错ORA-00845

发布时间:2020-06-27 07:49:11 来源:网络 阅读:1341 作者:jsj_007 栏目:关系型数据库

Oracle 12C RAC安装grid时root.sh在二节点报错:

CRS-2676: Start of 'ora.cssd' on 'prodb2' succeeded
CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'prodb2'
CRS-2672: Attempting to start 'ora.ctssd' on 'prodb2'
CRS-2676: Start of 'ora.ctssd' on 'prodb2' succeeded
CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'prodb2' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'prodb2'
CRS-5017: The resource action "ora.asm start" encountered the following error: 
ORA-00845: MEMORY_TARGET not supported on this system
. For details refer to "(:CLSN00107:)" in "/u01/app/grid/diag/crs/prodb2/crs/trace/ohasd_oraagent_grid.trc".
CRS-2883: Resource 'ora.asm' failed during Clusterware stack start.
CRS-4406: Oracle High Availability Services synchronous start failed.
CRS-4000: Command Start failed, or completed with errors.
2019/01/30 19:40:17 CLSRSC-117: Failed to start Oracle Clusterware stack

Died at /u01/app/12.2/grid/crs/install/crsinstall.pm line 914.
The command '/u01/app/12.2/grid/perl/bin/perl -I/u01/app/12.2/grid/perl/lib -I/u01/app/12.2/grid/crs/install /u01/app/12.2/grid/crs/install/rootcrs.pl ' execution failed

解决办法:

增加shm大小
#fsuser -km /dev/shm
#umount /dev/shm
#mount -t tmpfs -o mode=1777,nosuid,nodev,strictatime,size=XG tmpfs /dev/shm
向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI