cancel
Showing results for 
Search instead for 
Did you mean: 

Disk pool informations using cli

Schwarzkopf
Level 5

 

 

Hi,

Please tell me if is there any command line option to show me all disk pools in NBU (disk pool names, space used, space available).

Thanks a lot.

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified

Have a look at the examples in the Commands manual: http://www.symantec.com/docs/TECH127047

Seems -stype is needed (AdvancedDisk, DataDomain, etc)

EXAMPLE 3
List all disk pool information in user format.
nbdevquery -listdv -stype AdvancedDisk -U

View solution in original post

4 REPLIES 4

Schwarzkopf
Level 5

 

NBU 7.0, Linux

Marianne
Level 6
Partner    VIP    Accredited Certified

Have a look at the examples in the Commands manual: http://www.symantec.com/docs/TECH127047

Seems -stype is needed (AdvancedDisk, DataDomain, etc)

EXAMPLE 3
List all disk pool information in user format.
nbdevquery -listdv -stype AdvancedDisk -U

Schwarzkopf
Level 5

Schwarzkopf
Level 5

 

 

Thanks !