Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create list of clients using Storage Node

Status
Not open for further replies.

wamason

MIS
Joined
May 15, 2000
Messages
246
Location
US
I have a data Zone with a backup server and several Storage node. How can I get a list of clients in the data zone that are using a particular Storage node? My master server is a Unix server and I am not too Unix savvy.
 
How about this ...

bash-2.03# nsradmin
NetWorker administration program.
Use the "help" command for help, "visual" for full-screen mode.
nsradmin> show Name
nsradmin> print Storage nodes: nsrserverhost
name: client_name;
nsradmin>

Of course "name: client_name;" is an output line.
 
Thanks 605. That worked well, how do I strip the duplicates and the clients that are defined but not backing up at all. I am only interested in client that are backing actively backing up to the storage node. Thanks.
 
You can't do this. What nsradmin does is nothing else but querying the resource database (the configuration). This does not have anything to to with the actual backups.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top