• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Frustrated with Horizontal Scaling!!!

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
First of all my primary comp -> was5host
secondary comp -> was5host01

when i want to add a node for failover on the second comp using :
(im on the was5host01 comp)
-> c:\Program Files\WebSphere\Application Server\bin\addNode was5host 8879

I get this in the cmd Window:

ADMU0116I: Tool information is being logged in file C:\Program
Files\WebSphere\AppServer\logs\addNode.log
ADMU0001I: Begin federation of node was5host01 with Deployment Manager at
was5host:8879.
ADMU0009I: Successfully connected to Deployment Manager Server: was5host:8879
ADMU0505I: Servers found in configuration:
ADMU0506I: Server name: server1
ADMU2010I: Stopping all server processes for node was5host01
ADMU0512I: Server server1 cannot be reached. It appears to be stopped.
ADMU0024I: Deleting the old backup directory.
ADMU0015I: Backing up the original cell repository.
ADMU0012I: Creating Node Agent configuration for node: was5host01
ADMU0111E: Program exiting with error:
com.ibm.websphere.management.exception.AdminException: ADMU0036E:
The Deployment Manager cannot lookup by name host was5host01.ibm.com at address 127.0.0.1
ADMU0211I: Error details may be seen in the file: C:\Program
Files\WebSphere\AppServer\logs\addNode.log
ADMU1211I: To obtain a full trace of the failure, use the -trace option.

Basically its complaining bout the was5host01.ibm.com wich is in my hosts file!!!

PLZ HELP!
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The only thing you have to do it is to put the Manager's ip and name in the hosts of the node, and put the node's name and ip of the Manager's host file.

One suggest. WebSphere have a lot of problems if you install it in paths with spaces (c:\Program files....). Change it.
 
Roses are red, violets are blue. Some poems rhyme and some don't. And some poems are a tiny ad.
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic