[Lustre-discuss] Determine addresses of connected clients/servers

Isaac Huang He.Huang at Sun.COM
Mon Nov 16 15:18:20 PST 2009


On Mon, Nov 16, 2009 at 02:51:01PM -0700, Lundgren, Andrew wrote:
>    Is there a command to pull the addresses of every device connected to a
>    cluster?
> 
>    I have found:
> 
>    lct -net tcp [peer_list | conn_list]

This would only show immediate peers, i.e. next-hop peers. In a routed
configuration, it only gives you active router NIDs on clients and
servers.

>    But neither of those show all of the clients as well as servers in a
>    cluster.  Is there a command or something in a proc table on the MDS,
>    OSS or client machines that will give information about all points
>    connected?

At least on OSS, there's per-client stat somewhere under /proc -
I forgot the exact path, but should not be too hard to find(1) - e.g.
find /proc | grep a_client_nid.

Isaac



More information about the lustre-discuss mailing list