Networker

Re: [Networker] listing

2004-07-22 13:45:10
Subject: Re: [Networker] listing
From: "Spindler, Brian" <brian.spindler AT RUESCH DOT COM>
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Date: Thu, 22 Jul 2004 13:44:05 -0400
Thanks! That worked perfectly.

 

-----Original Message-----
From: Legato NetWorker discussion [mailto:NETWORKER AT LISTMAIL.TEMPLE DOT EDU]
On Behalf Of Darren Dunham
Sent: Thursday, July 22, 2004 1:43 PM
To: NETWORKER AT LISTMAIL.TEMPLE DOT EDU
Subject: Re: [Networker] listing

>
> Hey guys/gals,
>     I know I can figure this out by "RTFM" ;) but it's crunch time, 
> how could I use nsradmin to get a listing of all my client resources, 
> the saveset, group membership and browse and retention policies?  
> Really appreciate it!!

printf "print type:nsr client\n" | nsradmin -i -

will print all the clients with a default list of information.  If you
just want to see specific stuff, limit it with a "show" line.

printf "show save set;group;retention policy;browse policy;name\nprint
type:nsr client\n" | nsradmin -i -

That's all in a printf, but of course it could be a separate file and
fed to nsradmin.

Also, check the nsr_client man page for the exact names of all the
attributes you might want (like schedule, directive, remote access,
aliases, ...)

--
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. >

--
Note: To sign off this list, send a "signoff networker" command via
email to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can also
view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listmail.temple DOT edu or visit the list's Web site at
http://listmail.temple.edu/archives/networker.html where you can
also view and post messages to the list.
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

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