rac change from ASMM to AMM

subhuman
Дата: 13.12.2012 16:21:25
спасите помогите
rhel 6.3 12Гб
на ноде 1 был ASMM я через ОЕМ поставил AMM
max memory target 10 gb
memory target 9 gb
после этого не запускается база
сделал mount -t tmpfs shmfs -o size=14G /dev/shm
все равно:
[oracle@rheldb01 ~]$ srvctl start database -d RAC
PRCC-1014 : RAC was already running
PRCR-1004 : Resource ora.rac.db is already running
PRCR-1079 : Failed to start resource ora.rac.db
CRS-5017: The resource action "ora.rac.db start" encountered the following error:
ORA-00845: MEMORY_TARGET not supported on this system
. For details refer to "(:CLSN00107:)" in "/u01/app/11.2.0/grid/log/rheldb01/agent/crsd/oraagent_oracle/oraagent_oracle.log".

CRS-2674: Start of 'ora.rac.db' on 'rheldb01' failed
CRS-2528: Unable to place an instance of 'ora.rac.db' as all possible servers are occupied by the resource
djeday84
Дата: 13.12.2012 16:34:46
subhuman,
мб
srvctl start database -d RAC -n <node name где сделал mount -t tmpfs shmfs -o size=14G /dev/shm >
subhuman
Дата: 13.12.2012 16:35:42
subhuman
Дата: 13.12.2012 16:41:56
все хорошо, но после
Make the setting permanent by amending the "tmpfs" setting of the "/etc/fstab" file to look like this.

tmpfs /dev/shm tmpfs size=1200m 0 0

после ребута все равно 5,8 Гб
subhuman
Дата: 13.12.2012 18:06:04
так и не разобрался почему после ребута запись с фстаба не подхватывается.
сделал топорно:
vim /etc/rc.d/rc.local
mount -o remount,size=12G /dev/shm
Андрей Панфилов
Дата: 13.12.2012 18:17:25