View Single Post
  #9 (permalink)  
Old August 28th, 2008, 19:24
pritam pritam is offline
Junior Member
 
Join Date: Apr 2008
Posts: 16
Groans: 0
Groaned at 0 Times in 0 Posts
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 0
pritam is on a distinguished road
Re: Scalability not working as advertised/expected

I think the problem could be in correctly setting up OTM, specially when you are trying to set-up 2 OTM app server instances on a single physical box. We had similar situation and lot of problems with that. Fortunately we soon figured out that you need to specify uniq domain names for each OTM instance (As this is used to generate weblogic domain name during installation). Here is what you should do -
Create virtual ip address for 2 app servers, map different DNS names to these ip address. e.g. otm-app1 == xx.yy.zz.aaa and otm-app2 == xx.yy.zz.bbb
This is very essential to ensure scalability works fine especially if both your instances are on same physical box.

Thanks,
- Pritam.
Reply With Quote