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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Quick way to show clients in a group?

Status
Not open for further replies.

davevail

Programmer
Mar 16, 2002
24
US
Hi folks - what is the quickest way to see all clients in a group - can this be done from the GUI, or would a command-line command do it?> THX!
 
like this one myself:



#!/bin/sh
#list_clients_in_group.sh

nsradmin -i - <<EOF
. type: nsr client; group: $1
show name
show group
show save set
show comment
show schedule
show Backup command
show Directive
show Browse Policy
show Retention Policy

print



usage:

list_clients_in_group.sh [group]

 
If you have a Windows Server available to be a backup client for the backup server you can use the Windows Legato Administration GUI to connect to the backup server. You can view all the clients assigned to each backup group when you click on manage groups. By each group name click on the PLUS BOX button. That will expand the list and display all the clients assigned to the group.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top