Determining the MSDP disk volume state
Use the NetBackup nbdevquery command to determine the state of the volume in a deduplication disk pool. NetBackup exposes all of the storage for MSDP as a single volume, PureDiskVolume. The command shows the properties and attributes of the PureDiskVolume.
To determine MSDP disk volume state
- Display the volume state by using the following command:
UNIX: /usr/openv/netbackup/bin/admincmd/nbdevquery -listdv -stype PureDisk -U -dp disk_pool_name
Windows: install_path\NetBackup\bin\admincmd\nbdevquery -listdv -stype PureDisk -U -dp disk_pool_name
The state is either UP or DOWN.
The following is example output
Disk Pool Name : MSDP_Disk_Pool Disk Type : PureDisk Disk Volume Name : PureDiskVolume Disk Media ID : @aaaab Total Capacity (GB) : 49.98 Free Space (GB) : 43.66 Use% : 12 Status : UP Flag : ReadOnWrite Flag : AdminUp Flag : InternalUp Num Read Mounts : 0 Num Write Mounts : 1 Cur Read Streams : 0 Cur Write Streams : 0
|
More Information