cancel
Showing results for 
Search instead for 
Did you mean: 

NBU Client version

nbuengr
Level 5
Partner Accredited

Hi,

Is there a way wherein  I can check all the client versions enrolled in my NBU environment? Maybe in admin console or cli.

I retrieved this screenshot below however only the OS were available.

12.PNG

 

NBU version is 7.6.0.2 running on win 2008 r2 server

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified
Please see sdo's Windows version of NBU client script : https://www.veritas.com/community/downloads/windows-script-collect-netbackup-client-details-csv-file

View solution in original post

3 REPLIES 3

ashokvaleti
Level 4

se the whole script or just the command  bpgetconfig -s <client> -L -A

#!/bin/ksh

 PATH=$PATH:/usr/openv/netbackup/bin:/usr/openv/netbackup/bin/admincmd

echo " Client \t OS Level \t Release"

echo "=====================\t =================\t ======="

for c in `bpplclients -allunique -noheader | awk '{print $3}'`

do

bpgetconfig -s $c -L -A | \

awk -F'=' '{if($1~/Client.OS/){os=$2}

if($1~/Patch/){r=$2}}

END {printf("%-22s\t%-18s\t%s\n","'$c'",os,r)} '

done


Referred from https://www.veritas.com/community/forums/bpgetconfig-getting-only-full-client-version

Marianne
Level 6
Partner    VIP    Accredited Certified
Please see sdo's Windows version of NBU client script : https://www.veritas.com/community/downloads/windows-script-collect-netbackup-client-details-csv-file

Nicolai
Moderator
Moderator
Partner    VIP   

Block mark all client in the windows -> right click -> properties.

Then the GUI will retrive netbackup client version in row 5