Starting check for /dev/shm mounted as temporary file system ...
ERROR:
PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "998" megabytes which is less than the required size of "2048" megabytes on node ""
PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "998" megabytes which is less than the required size of "2048" megabytes on node ""
Check for /dev/shm mounted as temporary file system failed
Fix:-
[root@rac2 ~]# mount -o remount,size=2G /dev/shm
[root@rac2 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 26G 12G 13G 50% /
/dev/sda1 99M 46M 49M 49% /boot
tmpfs 2.0G 0 2.0G 0% /dev/shm
ERROR:
PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "998" megabytes which is less than the required size of "2048" megabytes on node ""
PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "998" megabytes which is less than the required size of "2048" megabytes on node ""
Check for /dev/shm mounted as temporary file system failed
Fix:-
[root@rac2 ~]# mount -o remount,size=2G /dev/shm
[root@rac2 ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 26G 12G 13G 50% /
/dev/sda1 99M 46M 49M 49% /boot
tmpfs 2.0G 0 2.0G 0% /dev/shm
1 comment:
HELLO SIR , I am installing oracle 12c grid infrastructure and I mounted bigger space than required but still get the error :
first mount new size
mount -o remount,size=3G /dev/shm
but when run the check it show this error
ERROR:
PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "3145728k" megabytes which is less than the required size of "2048" megabytes on node ""
PRVE-0426 : The size of in-memory file system mounted as /dev/shm is "3145728k" megabytes which is less than the required size of "2048" megabytes on node ""
how to solve this or can I ignore the error in the setup ?
Post a Comment