Chinaunix

标题: 救命呀,Oracle10g Install on Fedora Error [打印本页]

作者: chen_gxing    时间: 2006-08-14 16:32
标题: 救命呀,Oracle10g Install on Fedora Error
各位大虾,救命呀。
我现在正在fedora 上,安装oracle10g。根据网上各位大虾的安装资料,把安装的页面和check部分,已经完成,但check完后,下一步时,出现“系统当前内存为3MB,安装ORACLE需要1G的内存”。
具体情况是这样的:
    系统配置:Dell 690工作站,2CPU,4G MEMORY,3块146G硬盘,做了RAID5
      软件环境:Fedora core 5. Oracle10g (未安装)
   
    oracle的check 信息:
“Checking operating system certification
Expected result: One of redhat-2.1,redhat-3,UnitedLinux-1.0
Actual Result: redhat-3
Check complete. The overall result of this check is: Passed
=======================================================================

Checking recommended operating system packages
Checking for make-3.79; found make-3.80-10.2.   Passed
Checking for binutils-2.11.90.0.8-12; found binutils-2.16.91.0.6-4.     Passed
Checking for gcc-2.96; found gcc-4.1.0-3.       Passed
Checking for openmotif-2.1.30-11; found openmotif-2.3.0-0.1.9.2.        Passed
Check complete. The overall result of this check is: Passed
=======================================================================

Checking kernel parameters
Checking for VERSION=2.4.9.25; found VERSION=2.6.15.    Passed
Checking for shmall=2097152; found shmall=2097152.      Passed
Checking for shmseg=10; found shmseg=4096.      Passed
Checking for semmsl=250; found semmsl=250.      Passed
Checking for semmni=128; found semmni=128.      Passed
Checking for filemax=65536; found filemax=344397.       Passed
Checking for shmmni=4096; found shmmni=4096.    Passed
Checking for semmns=32000; found semmns=32000.  Passed
Checking for semopm=100; found semopm=100.      Passed
Checking for shmmin=1; found shmmin=1.  Passed
Checking for shmmax=2147483648; found shmmax=2147483648.        Passed
Check complete. The overall result of this check is: Passed
=======================================================================

Checking recommended glibc version
Expected result: 2.2.4.31.7
Actual Result: 2.4.4
Check complete. The overall result of this check is: Passed
=======================================================================”

错误画面帖不上来,只好把信息打出来了“Your system currently has 3MB os RAM, Enterprise Manager using a Veiw Database installation requires at least 1024MB of physical memory”。

请问,谁装过ORACLE10G?有出现这样的问题吗?怎么解决的?
我在网上查了很多的资料,都没有关于Fedora上安装Oracle10g的详细资料。
作者: numenhuang    时间: 2006-08-14 16:39
grep MemTotal /proc/meminfo 看一下

原帖由 chen_gxing 于 2006-8-14 16:32 发表
各位大虾,救命呀。
我现在正在fedora 上,安装oracle10g。根据网上各位大虾的安装资料,把安装的页面和check部分,已经完成,但check完后,下一步时,出现“系统当前内存为3MB,安装ORACLE需要1G的内存”。
具 ...

作者: chen_gxing    时间: 2006-08-14 16:44
看了,是正常的
[root@macstest logs]# grep MemTotal /proc/meminfo
MemTotal:      4133120 kB
[root@macstest logs]# grep SwapTotal /proc/meminfo
SwapTotal:     8193140 kB

用free看
[root@macstest logs]# free -m
             total       used       free     shared    buffers     cached
Mem:          4036        590       3445          0         33        375
-/+ buffers/cache:        180       3855
Swap:         8001          0       8001
作者: chen_gxing    时间: 2006-08-14 17:10
难道没有人知道吗?
作者: numenhuang    时间: 2006-08-14 17:19
估计平台兼容的问题,你可以尝试只使用2G内存或者3G内存试试,FC平台并不是oracle官方支持的,我在FC5也成功装过oracle,但是象你这种硬件配置,会有一些兼容的问题。

[ 本帖最后由 numenhuang 于 2006-8-14 17:21 编辑 ]
作者: chen_gxing    时间: 2006-08-14 17:29
原帖由 numenhuang 于 2006-8-14 17:19 发表
估计平台兼容的问题,你可以尝试只使用2G内存或者3G内存试试,FC平台并不是oracle官方支持的,我在FC5也成功装过oracle,但是象你这种硬件配置,会有一些兼容的问题。

我也试过你说的做法,把原来4G的内存,拿了一根2G的,剩下2G。但还是不行,错误信息只是“Your system currently has 3MB os RAM, Enterprise Manager using a Veiw Database installation requires at least 1024MB of physical memory”,变成了“Your system currently has 1MB os RAM, Enterprise Manager using a Veiw Database installation requires at least 1024MB of physical memory”。

我也不知道这是为什么,太郁闷了。
作者: numenhuang    时间: 2006-08-14 17:34
不知道centos可不可以
FC4尝试过吗

是不是因为类似于下面的问题
# cp /etc/redhat-release /etc/redhat-release.orig
# echo "Red Hat Enterprise Linux AS release 3 (Taroon)" > /etc/redhat-release

原帖由 chen_gxing 于 2006-8-14 17:29 发表

我也试过你说的做法,把原来4G的内存,拿了一根2G的,剩下2G。但还是不行,错误信息只是“Your system currently has 3MB os RAM, Enterprise Manager using a Veiw Database installation requires at least 1 ...

作者: chen_gxing    时间: 2006-08-14 17:44
原帖由 numenhuang 于 2006-8-14 17:34 发表
不知道centos可不可以
FC4尝试过吗

是不是因为类似于下面的问题
# cp /etc/redhat-release /etc/redhat-release.orig
# echo "Red Hat Enterprise Linux AS release 3 (Taroon)" > /etc/redha ...



这个我设置了,不然前面的check,就会报错。
我想问一下,你们装的时候,check完成,下一步是什么?我想改他的步骤,但没找到下一步在那里。
作者: chen_gxing    时间: 2006-08-15 09:01
各位大虾,怎么就没人知道吗?救命呀




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2