免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2023 | 回复: 2

oracle 9204 installation on RHAS 3 U4 [复制链接]

论坛徽章:
0
发表于 2005-01-13 10:14 |显示全部楼层
NOT TO BE A COMPLETE GUID
JUST SOME KEY POINTS

1. Packages Selections

X Window System
GNOME Desktop Environment
Editors
Textbased Internet
Server Configuration Tools
Administration Tools
System Tools

In addition to above basic packages, you need:

* Development Tools
* Gnome Software Development
* Lagacy Software Development

2. Oracle Patches

p3006854_9204_LINUX.zip: to supply undefined symbol __libc_wait for runInstaller

3. Kernel Parameters

As the root:

################
cat >;>; /etc/sysctl.conf <<END
kernel.shmmax=2147483648
kernel.shmmni=4096
kernel.shmall=3279547
kernel.sem=250 32000 100 142
kernel.msgmni=2878
kernel.msgmax=8192
kernel.msgmnb=360000
fs.file-max=327679
net.ipv4.ip_local_port_range = 1024 65536
END

sysctl -p
################

4. as the root

################
mv /usr/bin/gcc /usr/bin/gcc323
mv /usr/bin/g++ /usr/bin/g++323
ln -s /usr/bin/gcc296 /usr/bin/gcc
ln -s /usr/bin/g++296 /usr/bin/g++
################

5. Installation (not as the root)

################
export LD_ASSUME_KERNEL=2.4.19
runInstaller
################

6. Agent Configuration Assistant fails. Ignore this error.
   The error is a "Segmentation fault" when trying to "agentctl start"

-------------
Starting Oracle Intelligent Agent.../u01/product/9204/bin/dbsnmpwd: line 156: 23563 Segmentation fault      nohup $ORACLE_HOME/bin/dbsnmp $* >;>;$DBSNMP_WDLOGFILE 2>;&1
/u01/product/9204/bin/dbsnmpwd: line 156: 23575 Segmentation fault      nohup $ORACLE_HOME/bin/dbsnmp $* >;>;$DBSNMP_WDLOGFILE 2>;&1
...
-------------

7. Get p2617419_10102_GENERIC.zip and p3238244_9204_LINUX.zip to fix
   the problem.

8. After above 2 patches are applied,

################
cd $ORACLE_HOME/network/lib
gmake -f ins_oemagent.mk install
################

论坛徽章:
0
发表于 2005-01-16 05:09 |显示全部楼层

oracle 9204 installation on RHAS 3 U4

9. OEM does not save preferred credentials
        - drop oms repository
        - export LANG=en_US
        - configured a new oms repository using emca

论坛徽章:
0
发表于 2005-01-16 15:35 |显示全部楼层

oracle 9204 installation on RHAS 3 U4

English.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP