SLES11: Network not available after reboot if /dev/shm mounted
Hello,
I have the following problem on several SLES11-VMs:
Want to use initialization parameter MEMORY_TARGET of Oracle11gR1, therefore mounted /dev/shm like mentioned in note 465048.1:
# mount -t tmpfs shmfs -o size=1g /dev/shm
---> one can start an Oracle instance
to make it persistent, added entry in /etc/fstab
shmfs /dev/shm tmpfs size=1g 0 0
--> after reboot network is not available
--> one has to start network service manually: /etc/init.d/network stop/start
--> network is available
Anyone got the same problem?
Regards,
Christoph