| Article: |
Installing Oracle 9iR2 on Red Hat 9 | |
| Subject: | installer hangs on RH 2.4.20-20.8 upgraded to 2.4.20-20.9 | |
| Date: | 2003-12-08 07:29:47 | |
| From: | anonymous2 | |
|
hi Roko-
|
||
Showing messages 1 through 6 of 6.
-
installer hangs on RH 2.4.20-20.8 upgraded to 2.4.20-20.9
2003-12-10 23:40:16 anonymous2 [View]
-
installer hangs on RH 2.4.20-20.8 upgraded to 2.4.20-20.9
2003-12-22 15:52:08 anonymous2 [View]
I was having the same problem, but it worked when I installed the 4 packages in one command:
rpm -Uvh glibc-2.3.2-27.9.oracle.i686.rpm \
glibc-common-2.3.2-27.9.oracle.i386.rpm \
glibc-utils-2.3.2-27.9.oracle.i386.rpm \
glibc-debug-2.3.2-27.9.oracle.i386.rpm
Hope that helps
-
installer hangs on RH 2.4.20-20.8 upgraded to 2.4.20-20.9
2004-05-06 07:07:12 matheus [View]
-
installer hangs on RH 2.4.20-20.8 upgraded to 2.4.20-20.9
2004-07-20 00:38:49 infxdba [View]
I guess reference regarding Jason's website may be ignored. Through my experience,time consuming successful rpmbuild step won't help any way due to version of glibc: 2.3.2-11.9
If I am wrong about this, please advise.
Mixing i386 and i686 rpms in one upgrade
doesn't look for me as the right way to go,regardless it could be a solution.
The final drawback will be: missing "Intelligent agent" up and running
What will affect Events&Jobs in manually configured OEM console. However, cron facility and shell scripting will be still available :)
-
installer hangs on RH 2.4.20-20.8 upgraded to 2.4.20-20.9
2004-07-20 07:18:26 infxdba [View]
Sorry Sir, your stuff works:
[root@ServerDBS inst_patch]# rpm -Uvh glibc-2.3.2-27.9.7.oracle.i686.rpm \
> glibc-common-2.3.2-27.9.7.oracle.i386.rpm \
> glibc-utils-2.3.2-27.9.7.oracle.i386.rpm \
> glibc-debug-2.3.2-27.9.7.oracle.i386.rpm \
> glibc-devel-2.3.2-27.9.7.oracle.i386.rpm
Preparing... ########################################### [100%]
1:glibc-common ########################################### [ 20%]
2:glibc ########################################### [ 40%]
Stopping sshd:[ OK ]
Starting sshd:[ OK ]
3:glibc-devel ########################################### [ 60%]
4:glibc-utils ########################################### [ 80%]
5:glibc-debug ########################################### [100%]
[root@ServerDBS inst_patch]# rpm -Uvh glibc-debuginfo-2.3.2-27.9.7.oracle.i386.rpm \
> glibc-debuginfo-common-2.3.2-27.9.7.oracle.i386.rpm
Preparing... ########################################### [100%]
1:glibc-debuginfo-common ########################################### [ 50%]
2:glibc-debuginfo ########################################### [100%]
[root@ServerDBS inst_patch]# rpm -Uvh glibc-profile-2.3.2-27.9.7.oracle.i386.rpm \
> nscd-2.3.2-27.9.7.oracle.i386.rpm
Preparing... ########################################### [100%]
1:nscd ########################################### [ 50%]
2:glibc-profile ########################################### [100%]
But intelligent agent still failes to start:
$agentctl start
Should this patching be applied only before runIstaller ?
-
installer hangs on RH 2.4.20-20.8 upgraded to 2.4.20-20.9
2004-07-20 12:59:35 infxdba [View]
When RPMS install is done run as oracle:
$make -f $ORACLE_HOME/network/lib/ins_oemagent \
install
This time it's going to be OK.
$agentctl start
won't fail anymore



Arvind