In a installation of WebSphere Application Server with Network Deployment, a node is:
- a physical machine
- an instance of operative system
- a logical set of WAS instances that is independent of physical machine or OS instance
|
|
In a installation of WebSphere Application Server with Network Deployment, a node is:
|
|||
|
|
|
|
My bet goes to "a logical set of WAS instances that's independent of physical machine or OS instance" but I've seen articles and books using the other two. And I don't know why. |
||
|
|
|
|
@ggasp Here is what I got off IBM's Information Center
|
||
|
|
|
|
Keep in mind that usually <> always. Since WAS 6.0 and up you usually want to setup more than one node in each physical computer, given the usual power of the server you use the node to separate logical business entities. Like for example have 6 nodes, 3 in each of 2 machines and have 1 pair of nodes you could define 3 different clusters one for each stage (dev, qa, staging) and making each cluster be invisible to the other. |
||
|
|
|
|
Basically, |
|||
|
|