Author |
Message
|
bhumulas |
Posted: Tue Nov 11, 2008 12:25 pm Post subject: RAC on AIX |
|
|
Apprentice
Joined: 17 Feb 2006 Posts: 41
|
Hi
We have RAC 5.0.2.1 on AIX box. Broker and config mgr are on AIX. Toolkit is on Windows XP
Broker v 6.0
Tool kit v 6.0.2
I am unable to connect to RAC through my toolkit. RAC is running on 10002.
What are all other possibilities do I need to check?
When I start the RAC I could see all the dataflow engies are binding to the RAC. The configuration file setting for RAC permission access is for all users.
Kindly suggest what could be the problem?
-Sub |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Nov 11, 2008 7:36 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
whats the error that you are getting while connecting to RAC from tool kit _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
bhumulas |
Posted: Wed Nov 12, 2008 5:10 am Post subject: |
|
|
Apprentice
Joined: 17 Feb 2006 Posts: 41
|
After giving port number and host name in toolkit , it shows error saying
"
Agent is inactive
Restart IBM Agent Controller if necessary and make sure that you have the correct level of IBM Agent Controller installed with the broker. "
I restarted the agent controller and broker as well, but still getting the same error. I think the broker and agent controller are on the correct versions Broker V 6.0 and RAC 5.0.2.
What could be other reasons, or any other settings etc..
please suggest me.
-Sub |
|
Back to top |
|
 |
JosephGramig |
Posted: Wed Nov 12, 2008 5:47 am Post subject: |
|
|
 Grand Master
Joined: 09 Feb 2006 Posts: 1244 Location: Gold Coast of Florida, USA
|
Is RAC running as root?
Did you start RAC and then WMB?
What changed last? |
|
Back to top |
|
 |
bhumulas |
Posted: Wed Nov 12, 2008 6:21 am Post subject: |
|
|
Apprentice
Joined: 17 Feb 2006 Posts: 41
|
Yes RAC is running under root.
I started RAC then Broker.
We have installed it sometime back, and have not done any changes. Infact we are trying to run RAC for first the time.
When I start the broker I could see all the Data flow engines are bind to RAC.
When I try to connect I am seeing this message in the servicelog.log of RAC
"Connection rejected on socket 103. Client informed of security requirements".
In the configuration file of RAC we set
<AgentControllerConfiguration activeConfiguration="default" filePort="10005" isDataMultiplexed="false" jvm="/usr/java14/jre/bin/classic/libjvm.a" loggingDetail="LOW" loggingLevel="INFORMATION" port="10002" processPolling="true" securedPort="10003" version="3.3.0">
<Hosts configuration="default">
<Allow host="ALL"/>
</Hosts>
Please suggest
Thanks
Sub |
|
Back to top |
|
 |
Tibor |
Posted: Thu Nov 13, 2008 3:43 am Post subject: |
|
|
 Grand Master
Joined: 20 May 2001 Posts: 1033 Location: Hungary
|
Our RAC config file begins with this settings:
Code: |
<AgentControllerConfiguration activeConfiguration="default" filePort="0" isDataMultiplexed="true" jvm="/usr/java14/jre/bin/classic/libjvm.a" loggingDetail="LOW" loggingLevel="INFORMATION" port="10002" processPolling="true" securedPort="10003" version="3.3.0"> |
In this case there are no problems caused by firewall earlier.
HTH,
Tibor |
|
Back to top |
|
 |
bhumulas |
Posted: Tue Nov 25, 2008 11:29 am Post subject: |
|
|
Apprentice
Joined: 17 Feb 2006 Posts: 41
|
Issue got resolved.
By default security was set to true. We executed the SetConfig.sh again, in that specified
"Security enabled. (true/false):
Default>"true" (Press <ENTER> to accept the default value)
New value>false
"
This solved the issue.
Thanks
Sub |
|
Back to top |
|
 |
|