cancel
Showing results for 
Search instead for 
Did you mean: 

Netbackup command for listing capacity of Disk STU's

Aadil_Bhojani
Level 3

Hi All

We have Disk STU attached to our media servers in Netbackup 7.5.0.4

There are occassions where STU reaches its high water mark and backups start failing.

I need a netbackup command to list capacity of each disk STU like its used space ,available space etc ..

so that it could be used in scripts to trigger any alert and avoid backup failures.

Can anyone help me out with this ?

Thanks

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

hi,

if you have the basic disk.

try the below command...

nbdevquery -listdv -stype BasicDisk -U | egrep "Disk Pool Name|Total Capacity|Free Space|Use%"

you can customize the switches and use in the script based on your requirement

View solution in original post

2 REPLIES 2

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

hi,

if you have the basic disk.

try the below command...

nbdevquery -listdv -stype BasicDisk -U | egrep "Disk Pool Name|Total Capacity|Free Space|Use%"

you can customize the switches and use in the script based on your requirement

Aadil_Bhojani
Level 3

Thanks Nagalla ... That was of great help :)