Disabling HUGELBFS on Red Hat FC 2 to install Oracle10g

Forum: LinuxTotal Replies: 0
Author Content
dba477

Nov 15, 2004
2:22 AM EDT
We won't follow :-

http://www.oracle-base.com/articles/10g/OracleDB10gInstallat...

We are going to eliminate root cause of the issue, which appears to be unmanageable. We also cannot add to /etc/sysctl.conf:-

vm/nr_hugepages=256 vm/hugetlb_shm_group=502

where 502 is group id of oracle FC2(2.6.5) account and take advantage of HUGELBFS as oracle I believe this option should checked out on Red Hat FC 3 (2.6.9)

So,disable HUGELBFS at the kernel level

# cd /usr/src/linux-2.6.5-1.358 # make gconfig Expand File systems Expand Pseudo filesystems Unmark HugeTLB file system support Save & Quit #make dep;make clean;make bzImage;make modules;make modules_install

Install new kernel,System.map and modify grub.conf as required Since this point just manage as advised in:-

http://www.puschitz.com/InstallingOracle10g.shtml

You cannot post until you login.