rpm -ivh kernel-source-2.2.*.i386.rpm
5) Unmount the CD:
cd
umount /mnt/cdrom
Change the SHMMAX parameter value by doing:
1) Edit the source file which defines the SHMMAX parameter value:
vi /usr/src/linux/include/asm/shmparam.h
2) Locate the line in the file that begins with the following:
#define SHMMAX 0x2000000
Note that 0x2000000 is 32 megs, expressed as a hexadecimal value. Oracle
recommends that this value be set to one half of the installed memory.
Change the 0x2000000 value to your new value. A typical value might be one
of the following:
For 64 meg, set this to 0x4000000
For 96 meg, set this to 0x6000000
For 128 meg, set this to 0x8000000
For 192 meg, set this to 0xC000000
For 256 meg, set this to 0x10000000
3) Save the file and exit from vi:
:wq
4) Recompile the kernel. Note that recompiling the kernel will require you to set more
than 100 different options, and that choosing the wrong value for an option may leave
you with an unbootable system! You should obtain a sufficient amount of support and
experience before you undertake this complex operation. This is why it is
recommended that you not change the SHMMAX parameter setting, unless you feel
that it is absolutely necessary.
OPERATING SYSTEM PATCHES:
Use the latest kernel patches for Linux.
WINDOW MANAGER:
Use any supported window manager. Character mode installations are not supported.
SYSTEM LIBRARIES:
GNU C Tools egcs-1.1.2 (glibc 2.1)
Type:
rpm -q egcs
to see which version of egcs is installed.
TASKS WHICH NEED TO BE PERFORMED PRIOR TO INSTALLING ORACLE:
1) Log in as root and open a terminal window.
2) Ensure that the Oracle Installer can find the gmake command that it needs. Check this by typing:
ls -l /usr/bin/gmake
Comentários a estes Manuais