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

Checking to see which server a host is being backed up to 1

Status
Not open for further replies.

johngiggs

Technical User
Oct 30, 2002
492
US
Is there an easy way to check from the command line in UNIX to see which servers back up which clients? I would like to create a report to show which servers back up each client.

I.E.

Server Client
=================
ServerA ClientA
ServerA ClientB
ServerB ClientC
.................

Any help would be greatly appreciated.

Thanks,

John
 
The command "/usr/openv/netbackup/bin/admincmd/bpdbjobs" will show you the same information as in the Activity Report.

Just awk arount the output to filter&sort as you want.

I hope it helps.
 
Thanks, MrLula!! That works fine for me!! I used the /usr/openv/netbackup/bin/admincmd/bpdbjobs -report command and the output looks OK, so now I will work with awk to generate the report.

Thanks,

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top