Writing About Our Experiences With Oracle Databases
Friday May 18th 2012

Latest Topics

Using current_scn for RMAN incremental ? Think again..

I am bloging about experience we had using rman incremental backup for syncing standby database. We had a standby [Read More]

Poll on Sql Plan Management

Dominic is conducting poll on SPM and Sql Profiles usage on his website. Link can be found here  I have been using SPM [Read More]

Oracle Direct connector for HDFS

Some time back oracle had announced Oracle Big Data appliance. Along with this Oracle released Big Data Connectors to [Read More]

ORA-7445 core dump [kokscold()+849] from EM 12c

The first problem reported by my EM 12c is an ORA-7445 error. After checking the alert log following is the exact [Read More]

Copying Oracle Scheduler jobs with Arguments

Oracle provides dbms_scheduler.copy_job function to copy oracle scheduler jobs which works great. But problem is that [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
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

terkel had this to say

I still dont get it, so if someone get the ewallet.p12 cwallet.sso files and the connect string (simply by reading/copy Read the post

Amit had this to say

hi Bhushan, Em should be pretty easy. I will try to do it in my test setup and document it. cheers Amit Read the post

bhushan had this to say

Hey Amit, Any Document to Setup the Dataguard using EM12C? Any tips any suggestion? Regards Bhushan Read the post

More from category

ORA-7445 core dump [kokscold()+849] from EM 12c

The first problem reported by my EM 12c is an ORA-7445 error. After checking the alert log following is the exact [Read More]

EM12c:Automated discovery of Targets
EM12c:Automated discovery of Targets

In this post we will discuss the Automated discovery of Targets in Enterprise Manager Cloud Control(EM 12c). Once you [Read More]

Em12c:Silent Oracle Management agent Installation

This Post would describe how to install Oracle Management Agent 12c in silent mode. We need to download the agent [Read More]

Get Upgrading: Upgrade to Enterprise Manager Cloud Control 12c
Get Upgrading: Upgrade to Enterprise Manager Cloud Control 12c

This post describes the steps to upgrade an existing 11g Enterprise Manager Grid Control (11.1.0.1.0) to 12c [Read More]

Retrieving Database SID,Port information from Grid Control repository

This is short posting on sql which can be used to get Hotsname,SID,Port information for databases registered in Grid [Read More]

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 11 other subscribers

asd123