WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

what is cell discovery address and node discovery address?

  • 1.  what is cell discovery address and node discovery address?

    Posted Wed April 10, 2013 01:39 PM
    difference between cell discovery address and node discovery address.


  • 2.  what is cell discovery address and node discovery address?

    Posted Thu April 11, 2013 08:54 AM
    Cell Discovery address : Used by dmgr to discover NodeAgent
    Node Discovery address : Used by NodeAgent to discover dmgr.


  • 3.  what is cell discovery address and node discovery address?

    Posted Thu April 11, 2013 12:37 PM
    hi

    Little bit elaborated:


    NODE_DISCOVERY_ADDRESS


    The master repository located on the deployment manager installation contains the serverindex.xml file for each node. The deployment manager reads this file on startup to determine the host name and IP port of each node
    agent’s NODE_DISCOVERY_ADDRESS.
    The default port for the NODE_DISCOVERY_ADDRESS is 7272. You can verify this by looking at the NODE_AGENT stanza in the serverindex.xml file of each node located at:
    /config/cells//nodes//serverindex.xml


    CELL_DISCOVERY_ADDRESS


    The copy of the configuration repository located on each node contains the serverindex.xml file for the deployment manager. The node agent reads this file on startup to determine the host name and IP port of the deployment manager’s CELL_DISCOVERY_ADDRESS.
    The default port for the CELL_DISCOVERY_ADDRESS is port 7277. You can verify this by looking at the DEPLOYMENT_MANAGER stanza in the serverindex.xml file for the deployment manager node located at:
    /config/cells//nodes//serverindex.xml
     

                                                                                                                  cheers. 




     


  • 4.  what is cell discovery address and node discovery address?

    Posted Thu April 11, 2013 12:42 PM


  • 5.  what is cell discovery address and node discovery address?

    Posted Fri April 12, 2013 05:05 AM
    thank you joseph ans kasi.