Writing About Our Experiences With Oracle Databases
Friday July 30th 2010

Latest Topics

DBMS_SCHEDULER jobs not running?

I came across this posting on OTN which lists down things to check in case your scheduler job is not . This is quite [Read More]

‘Metric execution timed out’ error reported by Grid

We use 10.2 Enterprise Manager Grid control  to monitor our oracle database environments . Apart from the normal [Read More]

Downloading Oracle Software directly to Server

Downloading Oracle Software directly to Server

This article is based on Pythian’s aricle DOWNLOADING FROM OTN DIRECTLY TO YOUR DATABASE SERVER. Article [Read More]

11gR2 Silent Install errors with [SEVERE] – Invalid My Oracle Support credentials

While performing  11gR2 RAC Database Software installation with response file (silent mode), I got this error. - [Read More]

opmnctl start fails when ORA_NLS10 parameter is set

I got into this issue , where in while starting Grid Control components, opmnctl command failed with following errors [Read More]

DBConsole Issue on RAC -Part II

Continuing with DBConsole issue, we were able to get the cluvfy return success for the nodes.

Basically Oracle suggested us that when we use ssh we should not get any banner. E.g

[oracle@PROD01 ~]$ ssh PROD02 date
Fri Jun 13 02:00:41 IST 2008

But in our case it was displaying a banner which displayed a warning message when someone logged in Server.

As we are using Linux, we renamed file /etc/issue.net to something else and tried running cluvfy again. It was successful this time

[oracle@PROD01 ~]$ cluvfy comp nodecon -n all

Verifying node connectivity

Checking node connectivity...

Node connectivity check passed for subnet "10.X.X.X" with node(s) PROD02,PROD01.
Node connectivity check passed for subnet "192.X.X.X" with node(s) PROD02,PROD01

Interfaces found on subnet "192.X.X.X" that are likely candidates for VIP:
PROD02 eth3:192.X.X.X
PROD01 eth3:192.X.X.X

Interfaces found on subnet "10.X.X.X" that are likely candidates for a private interconnect:
PROD02 eth2:10.X.X.X eth2:10.X.X.X
PROD01 eth2:10.X.X.X eth2:10.X.X.X

Node connectivity check passed.

Verification of node connectivity was successful.

But the DBConsole issue still remains. It is still unable to find the hostname. Now waiting for Oracle :(

  • Share/Bookmark
Related Tags: , ,

7 Comments for “DBConsole Issue on RAC -Part II”

  • alagumuthumariappan says:

    hi i also tried the same. but in my case i am getting success only for one node. i get the output as the test was unsuccessfull in second node. please do you have any different way to check it???

  • Amit says:

    Do you get date without any banner , when you do ssh.

    $ssh hostname2 date
    $ssh hostname1 date

    I was not able to get the solution for same..it was something which was specific to OS installation as Oracle development team closed it as a OS issue,,

  • Saurabh Sood says:

    Amit,

    I think it is somewhere related to ipv6 settings, if we change it to ipv4 then
    it should start working..? Correct me if I am wrong.

    Cheers!!!
    Saurabh Sood

  • Amit says:

    Sood,

    I cannot confirm if ipv6 was issue as I did not get chance to implement the same (moved from site facing this issue)..But yes Oracle Development was of opinion that disabling ipv6 would help resolving the issue..

    alagumuthumariappan,

    Jerry has also commented regarding his experiences with this issue.. You can check his comment too http://askdba.org/weblog/?p=120&cpage=1#comment-1672

  • alagumuthumariappan says:

    i had also got the same action plan from the oracle development team amit. if you had tested by disabling the ipv6 in the system within now, please reply me what is the result. in case if you are planning in future.. please try to capture the steps proceeded by you along with its results.. please help me in resolving this issue..

  • alagumuthumariappan says:

    hi all,

    the issue is regarding IPV6 setting only. we had disabled it in our system and enabled IPV4. now DB console works in our server.


Leave a Comment

Recent Comments

Deepak had this to say

Thanks a lot Amit. Very useful doc. Please update something more like this. Read the post

Amit had this to say

Upload the cookies.txt file in same directory from where you are running the wget command. Did you try downloading Read the post

inoideas had this to say

I tried but got the below error msg wget .load-cookies=cookies.txt --user-agent Mozilla/4.0 Read the post

Richard had this to say

Hello, Great this tip that you sent, you helped me so much. but take care when to use dd command. Regards, Read the post

Ram had this to say

This is very straight forward and clear.It has become easy when compared to referring the looong docs. Read the post

More from category

Downloading Oracle Software directly to Server
Downloading Oracle Software directly to Server

This article is based on Pythian’s aricle DOWNLOADING FROM OTN DIRECTLY TO YOUR DATABASE SERVER. Article [Read More]

11gR2 Silent Install errors with [SEVERE] – Invalid My Oracle Support credentials

While performing  11gR2 RAC Database Software installation with response file (silent mode), I got this error. - [Read More]

11gR2 Database Installation with ASM on OEL5
11gR2 Database Installation with ASM on OEL5

I will be listing down steps for 11g Release 2 installation on Linux x86. There has been few changes incorporated in [Read More]

Installing 10.2.0.5 EM using software-only on 10.2.0.4/11g DB (GUI)
Installing 10.2.0.5 EM using software-only on 10.2.0.4/11g DB (GUI)

In this article , I will discuss how to install 10.2.0.5 EM Grid using 10.2.0.4 database. This method can also be used [Read More]

Silent Install :OUI-10133:Invalid staging area Error

While using silent install for database software installation , you could encounter following errors [Read More]