List of nodes from list of instances?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Shailesh A
    New Member
    • May 2011
    • 1

    List of nodes from list of instances?

    Hi,

    Does anyone know a way to get a list of nodes from list of instances? Meaning, I can have a list of instances from customers (or can get a list of instances from db2ilist). However, I want to know to which "NODE" these instances belong to? LIST ADMIN NODE DIRECTORY not providing details of instances the node has.

    Thanks in advance.
    Shailesh
  • Arjun K
    New Member
    • Jun 2011
    • 3

    #2
    to find the list of nodes on which the instance is setup, go to /etc/db2nodes.cfg

    to find the list of nodes on which the instance is currently up and running, ps -ef | grep -i db2sysc

    Comment

    Working...