[Lustre-discuss] Beginners Question: Mapping Lustre Node <-> DNS Hostname?

Lundgren, Andrew Andrew.Lundgren at Level3.com
Tue Mar 31 13:55:22 PDT 2009


Should this work with 1.6.4.3?  My lctl doesn't even have a get_param, the closest thing I have is getattr, and it doesn't like the syntax below...

> -----Original Message-----
> From: lustre-discuss-bounces at lists.lustre.org [mailto:lustre-discuss-
> bounces at lists.lustre.org] On Behalf Of Brian J. Murrell
> Sent: Tuesday, March 31, 2009 2:45 PM
> To: lustre-discuss
> Subject: Re: [Lustre-discuss] Beginners Question: Mapping Lustre Node
> <-> DNS Hostname?
> 
> On Tue, 2009-03-31 at 14:41 -0600, Andreas Dilger wrote:
> >
> > You can use:
> >
> > $ lctl get_param osc.${fsname}-${OSTname}*.ost_conn_uuid
> >
> > e.g.
> >
> > $ lctl get_param osc.*-OST0000*.ost_conn_uuid
> > osc.myth-OST0000-osc-f1579000.ost_conn_uuid=192.168.20.1 at tcp
> >
> > or
> > $ lctl get_param osc.*.ost_conn_uuid
> > osc.myth-OST0000-osc-f1579000.ost_conn_uuid=192.168.20.1 at tcp
> > osc.myth-OST0001-osc-f1579000.ost_conn_uuid=192.168.20.1 at tcp
> > osc.myth-OST0002-osc-f1579000.ost_conn_uuid=192.168.20.1 at tcp
> > osc.myth-OST0003-osc-f1579000.ost_conn_uuid=192.168.20.1 at tcp
> > osc.myth-OST0004-osc-f1579000.ost_conn_uuid=192.168.20.1 at tcp
> 
> Cool.
> 
> Sheila, this is probably good material for the manual.
> 
> Thanx!
> 
> b.



More information about the lustre-discuss mailing list