Home » Server Options » RAC & Failsafe » Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem (Oracle 10g R2, Oralce Enterprise Linux 5 update 5)
Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482709] Mon, 15 November 2010 10:50 Go to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

Dear Friends,

I am attempting to install Oracle 10g R2 on Oracle Enterprise Linux 5 update 5 but facing some errors. Can't believe i have done everything right as far as oracle docs n my understanding concern. when i try to invoke runInstaller for CRS it fails with following error:
------------------------------
[oracle@server01 clusterware]$ ./runInstaller
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed


All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-11-15_04-36-47PM. Please wait ...[../stage/Components/oracle.swd.oui.core/10.2.0.1.0/1/DataFiles/filegroup1.jar]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
note: ../stage/Components/oracle.swd.oui.core/10.2.0.1.0/1/DataFiles/filegroup1.jar may be a plain executable, not an archive

Error in writing to directory /tmp/OraInstall2010-11-15_04-36-47PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
: Success
[oracle@serverr01 clusterware]$
--------------------------------------------------

I am also attaching the cluster verfication result, if you wish to have a look at this.

Please let me know if you see any pointers.

Many Thanks
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482712 is a reply to message #482709] Mon, 15 November 2010 11:00 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
post results of following commands

id
env | sort
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482714 is a reply to message #482712] Mon, 15 November 2010 11:02 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

[oracle@server01 cluvfy]$ id
uid=501(oracle) gid=501(oinstall) groups=501(oinstall),502(dba),503(oper)
[oracle@server01 cluvfy]$ env | sort
_=/bin/env
CLASSPATH=/u01/app/oracle/product/10.2.0/db_1/JRE:/u01/app/oracle/product/10.2.0/db_1/jlib:/u01/app/oracle/product/10.2.0/db_1/rdbms/ jlib
CRS_HOME=/u01/crs/oracle/product/10.2.0/crs
CVS_RSH=ssh
G_BROKEN_FILENAMES=1
HISTSIZE=1000
HOME=/home/oracle
HOSTNAME=server01.nonprodcs
INPUTRC=/etc/inputrc
LANG=en_US.UTF-8
LD_LIBRARY_PATH=/u01/app/oracle/product/10.2.0/db_1/lib:/lib:/usr/lib
LESSOPEN=|/usr/bin/lesspipe.sh %s
LOGNAME=oracle
LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32: *.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*. zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00; 35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
MAIL=/var/spool/mail/oracle
OLDPWD=/orasoft/clusterware
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
ORACLE_HOSTNAME=server01.nonprodcs
ORACLE_TERM=xterm
PATH=/u01/app/oracle/product/10.2.0/db_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin
PWD=/orasoft/clusterware/cluvfy
SHELL=/bin/bash
SHLVL=1
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SSH_CLIENT=192.168.50.1 4295 22
SSH_CONNECTION=192.168.50.1 4295 192.168.95.30 22
SSH_TTY=/dev/pts/3
TERM=xterm
TMPDIR=/tmp
TMP=/tmp
USER=oracle
[oracle@server01 cluvfy]$
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482715 is a reply to message #482709] Mon, 15 November 2010 11:07 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
This is quite known issue that shows up sporadically.
In most cases, the original file is been tar'ed/untar'ed/zipped/Ftp'ied with wrong options.
Try to do the same again by directly downloading the file and use cpio/untar options in the filesystem used.
Sometimes, it has to do with zip/unzip utility.

>>Please ensure that this directory is writable and has atleast 60 MB of disk space
First check the /tmp directory , look for free space, read/write permissions for oracle user.

If nothing works,
I would invoke installer with debug options and see where exactly it is failing.

./runInstaller -debug


Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482718 is a reply to message #482709] Mon, 15 November 2010 11:15 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
How did you get the media?
If it came in multiple compressed files/directories, did you make them all available?
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482719 is a reply to message #482718] Mon, 15 November 2010 11:18 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

Hi Mahesh,
i download the media from OTN and ftp'ed on the server and uncompressed with unzip command. Please find the result of the ./runInstaller -debug command.

[Updated on: Mon, 15 November 2010 11:19]

Report message to a moderator

Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482721 is a reply to message #482719] Mon, 15 November 2010 11:26 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

i have recorded whatever i have dont apart from installaing additional RPMs and updating /etc/hosts file.

[Updated on: Mon, 15 November 2010 11:26]

Report message to a moderator

Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482724 is a reply to message #482721] Mon, 15 November 2010 11:31 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
I thought CRS needs to be installed as OS user "root".

http://www.puschitz.com/InstallingOracle10gRAC.shtml#InstallingClusterReadyServices

su - root
mount /mnt/cdrom
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482728 is a reply to message #482724] Mon, 15 November 2010 11:43 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

I think we alway install crs with oracle user only.

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

Install the Clusterware Software
Start the RAC1 and RAC2 virtual machines, login to RAC1 as the oracle user and start the Oracle installer.

./runInstaller

anyway but output is still same Sad



[oracle@cxm-pl-orte01 clusterware]$ su - root
Password:
[root@cxm-pl-orte01 ~]# cd /orasoft/clusterware/
[root@cxm-pl-orte01 clusterware]# ./runInstaller
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed


All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-11-15_05-39-17PM. Please wait ...[../stage/Components/oracle.swd.oui.core/10.2.0.1.0/1/DataFiles/filegroup1.jar]
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
note: ../stage/Components/oracle.swd.oui.core/10.2.0.1.0/1/DataFiles/filegroup1.jar may be a plain executable, not an archive

Error in writing to directory /tmp/OraInstall2010-11-15_05-39-17PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
: Success
[root@cxm-pl-orte01 clusterware]#
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482730 is a reply to message #482724] Mon, 15 November 2010 11:44 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
You re installing as user oracle primary group oinstall, which is correct. But is your cluster interconnect working? cluvfy is showing only one network interface. You do not need to worry about the error regarding VIPs, that is to be expected when you use addresses on the 192 network.
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482731 is a reply to message #482730] Mon, 15 November 2010 11:47 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

John, yes interconnect is working okay. i eastablished user equalence and can run date command , ping etc on 192 and 10 network.
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482735 is a reply to message #482731] Mon, 15 November 2010 12:00 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
dbanukesh wrote on Mon, 15 November 2010 11:47
John, yes interconnect is working okay. i eastablished user equalence and can run date command , ping etc on 192 and 10 network.

If cluvfy can't see the interconnect (and the file you posted sees only eth0) you will not have a working cluster.
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482736 is a reply to message #482735] Mon, 15 November 2010 12:03 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

Dear All, seems the problem was with the cluster installable, i think it was currupted. i just downloaded new installable from OTN and i could invoke OUI. John, you are right there some some problem with the interconnect too. i will have to look into this.


many thanks
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482738 is a reply to message #482736] Mon, 15 November 2010 12:05 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

yes it cant see eth1.
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482748 is a reply to message #482738] Mon, 15 November 2010 12:46 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

I fixed eth1 problem and installed crs, but unfortunately at wrong path Sad. What is the recommeded way to unstall CRS? is that straight farward by running OUI? Please suggest..
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482749 is a reply to message #482748] Mon, 15 November 2010 12:48 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
newfs works well.
Just be glad that it is easier to start fresh on *NIX than it is on Windows.
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482751 is a reply to message #482749] Mon, 15 November 2010 12:51 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

Does this works for Oralce Ent Linux? seems it is bsd distribution..
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482754 is a reply to message #482751] Mon, 15 November 2010 12:57 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
It's a bit involved. Follow note 239998.1. I know it well....
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482755 is a reply to message #482751] Mon, 15 November 2010 12:58 Go to previous messageGo to next message
mkounalis
Messages: 147
Registered: October 2009
Location: Dallas, TX
Senior Member
Metalink note# 239998.1 explains how to clean up a failed CRS installation.
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482757 is a reply to message #482754] Mon, 15 November 2010 13:03 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

sure i will check. also found note a note 239998.1 for Clean Up After a Failed 10g or 11.1 Oracle Clusterware Installation. thanks all for your time today..much appreciated..
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482869 is a reply to message #482757] Tue, 16 November 2010 09:12 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

Dear All,

I am back again with more error. I have completed the installation of CRS. I am now attempting to start vipca but it is complaning about libpthread library. do you see any pointers here

--------------------------------------

[root@cxm-pl-orte02 ~]# cd /u01/crs/oracle/product/10.2.0/crs/bin/
[root@cxm-pl-orte02 bin]# ./vipca
/u01/crs/oracle/product/10.2.0/crs/jdk/jre//bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
[root@cxm-pl-orte02 bin]#

if check the environment

[root@cxm-pl-orte02 lib]# ls -l libpthread*
-rwxr-xr-x 1 root root 129716 Apr 1 2010 libpthread-2.5.so
lrwxrwxrwx 1 root root 17 Nov 11 18:18 libpthread.so.0 -> libpthread-2.5.so

[root@cxm-pl-orte02 lib]# env |sort
_=/bin/env
CVS_RSH=ssh
G_BROKEN_FILENAMES=1
HISTSIZE=1000
HOME=/root
HOSTNAME=cxm-pl-orte02.nonprodcs
INPUTRC=/etc/inputrc
LANG=en_US.UTF-8
LD_LIBRARY_PATH=:/lib:/usr/lib
LESSOPEN=|/usr/bin/lesspipe.sh %s
LOGNAME=root
LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32: *.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*. zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00; 35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
MAIL=/var/spool/mail/root
OLDPWD=/root
PATH=/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/lib:/lib
PWD=/lib
SHELL=/bin/bash
SHLVL=1
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SSH_CLIENT=192.168.50.1 2692 22
SSH_CONNECTION=192.168.50.1 2692 192.168.95.32 22
SSH_TTY=/dev/pts/3
TERM=xterm
USER=root
[root@cxm-pl-orte02 lib]#


Do y
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482871 is a reply to message #482869] Tue, 16 November 2010 09:23 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
Note: 377217.1 - What should the value of LD_ASSUME_KERNEL be set to for Linux?
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482872 is a reply to message #482871] Tue, 16 November 2010 09:34 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

At the end it saying value for LD_ASSUME_KERNEL Should not be set. There is no libc.so.6 in my /libi686 directory. should i create a sym link?
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482873 is a reply to message #482872] Tue, 16 November 2010 09:40 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
http://www.orafaq.com/forum/t/96995/0/
See if this applies

And check with symlinks

[Updated on: Tue, 16 November 2010 09:42]

Report message to a moderator

Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482874 is a reply to message #482873] Tue, 16 November 2010 09:47 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

I got one more thread saying we need to manually unset the LD_ASSUME_KERNEL

http://hi.baidu.com/legend_swallow/blog/item/63c3fc0bcc5f1fe0aa645746.html
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482875 is a reply to message #482874] Tue, 16 November 2010 09:53 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

unsetting LD_ASSUME_KERNEL invoked vipca. let see where i go now.
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482879 is a reply to message #482875] Tue, 16 November 2010 10:09 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

vipca configuration is done successfully. Now i wanted to know is there any patchset available for crs?
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482910 is a reply to message #482879] Tue, 16 November 2010 14:26 Go to previous messageGo to next message
mkounalis
Messages: 147
Registered: October 2009
Location: Dallas, TX
Senior Member
Login to metalink and get the latest patch. I think it's patch 39 by now . . . . . . remember to apply the patch on ALL your 10gr2 homes for maximum effect Wink.
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482918 is a reply to message #482910] Tue, 16 November 2010 15:07 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
2 weeks ago I downloaded patch 40 for 10.2.0.4 and patch 3 for 10.2.0.5.

Regards
Michel

[Updated on: Tue, 16 November 2010 15:08]

Report message to a moderator

Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482919 is a reply to message #482918] Tue, 16 November 2010 15:19 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

Michel, can you please give me exact patch number?
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482921 is a reply to message #482919] Tue, 16 November 2010 15:29 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

Dear All,

I have installed CRS successfully and just stop crs (./crsctl stop crs) to see if it works okay. but it is not coming up on both the nodes. after all efforts failed, i restarted both the nodes, on node 2 it has come up nicely but on node1 still failing to start. I tried to start resources as well but not much help. do you please see any possible reasons for this?

login as: root
root@192.168.95.30's password:
Last login: Tue Nov 16 18:19:15 2010 from 192.168.50.2
[root@cxm-pl-orte01 ~]# cd /u01/crs/oracle/product/10.2.0/crs/bin/
[root@cxm-pl-orte01 bin]# ./crsctl check crs
Failure 1 contacting CSS daemon
Cannot communicate with CRS
Cannot communicate with EVM
[root@cxm-pl-orte01 bin]# ./crsctl start resources
clsz init failed while trying to start resources.
Possible cause: CRSD is down.
[root@cxm-pl-orte01 bin]# ./crsctl start crs
Attempting to start CRS stack
The CRS stack will be started shortly
[root@cxm-pl-orte01 bin]# ./crsctl check crs
Failure 1 contacting CSS daemon
Cannot communicate with CRS
Cannot communicate with EVM
[root@cxm-pl-orte01 bin]# ./crsctl start resources
clsz init failed while trying to start resources.
Possible cause: CRSD is down.
[root@cxm-pl-orte01 bin]# /etc/init.d/init.crs enable
Automatic startup enabled for system boot.
[root@cxm-pl-orte01 bin]# /etc/init.d/init.crs start
Startup will be queued to init within 90 seconds.
[root@cxm-pl-orte01 bin]# ./crsctl check crs
Failure 1 contacting CSS daemon
Cannot communicate with CRS
Cannot communicate with EVM
[root@cxm-pl-orte01 bin]#

Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482922 is a reply to message #482921] Tue, 16 November 2010 15:40 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

i have got patch number 8202632 for patchset 10.2.0.5. please see it this is correct one?
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482923 is a reply to message #482922] Tue, 16 November 2010 16:12 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

in attempt to stop crs on node 1 i see below error:

[root@cxm-pl-orte01 bin]# ./crsctl stop crs
OCR initialization failed accessing OCR device: PROC-26: Error while accessing the physical storage Operating System error [No such file or directory] [2]
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482924 is a reply to message #482923] Tue, 16 November 2010 16:47 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

ok. the crs issue is fixed on node 1. i will patch this with 10.2.0.5 and see how it works. thanks all for your valuable inputs till now.
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #482996 is a reply to message #482924] Wed, 17 November 2010 08:38 Go to previous messageGo to next message
dbanukesh
Messages: 96
Registered: November 2008
Location: London
Member

All, My RAC build is successfull with latest patch. Thanks to everyone responded to my quereis. cheers
Re: Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp filesystem [message #535582 is a reply to message #482921] Thu, 15 December 2011 01:16 Go to previous message
mukharam
Messages: 3
Registered: January 2009
Junior Member
Hi ,

Can you tell me how this below issue is resolved. Because in the article I am not seeing the solution. If you post the solution then it will be appreciative.

-----------------------------------------------------
[root@cxm-pl-orte01 bin]# ./crsctl start resources
clsz init failed while trying to start resources.
Possible cause: CRSD is down.
[root@cxm-pl-orte01 bin]# ./crsctl start crs
Attempting to start CRS stack
The CRS stack will be started shortly
[root@cxm-pl-orte01 bin]# ./crsctl check crs
Failure 1 contacting CSS daemon
Cannot communicate with CRS
Cannot communicate with EVM
---------------------------------------------------
Previous Topic: query on RAC database
Next Topic: LUNS allocation to RAC
Goto Forum:
  


Current Time: Thu Mar 28 19:30:15 CDT 2024