Networker

Re: [Networker] Get a list of clients...

2006-02-03 16:43:35
Subject: Re: [Networker] Get a list of clients...
From: Darren Dunham <ddunham AT TAOS DOT COM>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Fri, 3 Feb 2006 13:42:13 -0800
> 
> Hello,
> How do I get a list of all of my clients via the command line? Legato  
> 7.2.x on Solaris.

A list of all the client instances currently in the config database
could be seen this way...

printf "show name\nprint type:nsr client\n" | /usr/sbin/nsradmin -i -

That will show names multiple times if multiple instances are defined.
Pipe it through sort -u to toss out duplicates.

-- 
Darren Dunham                                           ddunham AT taos DOT com
Senior Technical Consultant         TAOS            http://www.taos.com/
Got some Dr Pepper?                           San Francisco, CA bay area
         < This line left intentionally blank to confuse you. >

To sign off this list, send email to listserv AT listserv.temple DOT edu and 
type "signoff networker" in the
body of the email. Please write to networker-request AT listserv.temple DOT edu 
if you have any problems
wit this list. You can access the archives at 
http://listserv.temple.edu/archives/networker.html or
via RSS at http://listserv.temple.edu/cgi-bin/wa?RSS&L=NETWORKER

<Prev in Thread] Current Thread [Next in Thread>