1、环境描述
rhel 7.2
Oracle12.2
2、报错信息
在安装GI的时候,asmca都出现了报错,这个时候我们需要看log日志,在日志中发现如下报错。
12.2 asmca fails with ‘ORA-00845: MEMORY_TARGET not supported on this system‘
3、查看MOS
原因就是内存设置的小了,因为我是虚拟化环境,安装的时候没有配置内存,使用不到3G内存。
4、解决方法
就是增加物理内存,12.2版本需要8G内存。
Increase system memory and restart the installation.
给大家一个检查命令:
runcluvfy.sh stage -pre hacfg -verbose
Check: Total memory
Node Name Available Required Status
------------ ------------------------ ------------------------ ----------
ol72-stig-test 1.7046GB (1787436.0KB) 4GB (4194304.0KB) failed
Result: Total memory check failed
5、官方文档
12.1 asmca fails with ‘ORA-00845: MEMORY_TARGET not supported on this system‘ (文档 ID 2198622.1)
12.2 asmca fails with ‘ORA-00845‘
原文:http://blog.51cto.com/roidba/2328043