Author |
Message
|
scar |
Posted: Wed Jun 21, 2006 12:45 pm Post subject: RAC for broker 6.0 |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
Is RAC needed for Broker 6.0 on AIX.(For debugging)
If so how to install it and from where I can download it.
Once installed how it works or how to configure my tool kit to connect to it. |
|
Back to top |
|
 |
rkford11 |
Posted: Wed Jun 21, 2006 12:56 pm Post subject: Re: RAC for broker 6.0 |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
|
Back to top |
|
 |
scar |
Posted: Thu Jun 22, 2006 5:29 am Post subject: |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
When i try to start RAServer this is what i am getting
mqsiuid@green:/opt/IBM/AgentController/bin $ RAStart.sh
JVMCI200 - ERROR: User register saving is not enabled, Garbage Collection could be incorrect.
JVMCI200 - ERROR: because of this the JVM library is explicitly aborting the process
JVMCI200 - ERROR: You must either rebuild the executable using "-bM:UR"
JVMCI200 - ERROR: or run with "export LDR_CNTRL=USERREGS"
RAServer failed to start
Now if i export LDR_CNTRL=USERREGS
and start it starts
RAServer started successfully
If i grep process
mqsiuid@green:/opt/IBM/AgentController/bin $ ps -ef | grep RAServer
mqsiuid 1581258 1683456 0 08:04:54 pts/0 0:00 grep RAServer
mqsiuid 1953914 1 0 08:03:34 - 0:00 RAServer
mqsiuid@green:/opt/IBM/AgentController/bin $ lslpp -i ibmrac
lslpp: 0504-132 Fileset ibmrac not installed.
mqsiuid@green:/opt/IBM/AgentController/bin $ lslpp -i e22643e413d203c89236cd92ef065fbc
lslpp: 0504-132 Fileset e22643e413d203c89236cd92ef065fbc not installed.
And i guess RAServer listens on 10002
mqsiuid@green:/opt/IBM/AgentController/bin $ netstat -a | grep 10002
tcp4 0 0 *.10002 *.* LISTEN
Thanks |
|
Back to top |
|
 |
vennela |
Posted: Thu Jun 22, 2006 8:07 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Why do you think the process name for RAC is RAServer. Because you started the shell doesn't mean that that is the process name.
Anyway, what you are looking for is a way to confirm the RAC is running right? |
|
Back to top |
|
 |
scar |
Posted: Thu Jun 22, 2006 9:53 am Post subject: |
|
|
Centurion
Joined: 23 Jun 2004 Posts: 145
|
Yes
I just want to know the RAC is installed properly. |
|
Back to top |
|
 |
|