Forum Discussion

quebek's avatar
quebek
Moderator
6 years ago

MSDP created from CLI - nbdevquery -listconfig does not return anything

Hello

I used this "receipe" to create from command line my MSDP storage server, disk pool, etc..

https://vox.veritas.com/t5/NetBackup/How-to-create-msdp-using-scripts/m-p/871014#M241384

It was created without any issues but when I did run this command I got nothing... Is it OK?

#nbdevquery -listconfig -stype PureDisk -storage_server `hostname`

no configuration items found!

While I do run nbdevconfig I got the outputs..

nbdevconfig -getconfig -stype PureDisk -storage_server `hostname`
V7.5 "storagepath" "/msdp/data/dp1/pdvol" string
V7.5 "spalogpath" "/msdp/data/dp1/pdvol/log" string
V7.5 "dbpath" "/msdp/cat" string
V7.5 "required_interface" "hostname" string
V7.5 "spalogretention" "7" int
V7.5 "verboselevel" "3" int
V7.5 "servertype" "MSDP" string
V7.5 "replication_target(s)" "none" string
V7.5 "encryption" "0" int
V7.5 "kmsenabled" "0" int
V7.5 "kmsservertype" "0" int
V7.5 "fipsenabled" "0" int
V7.5 "Storage Pool Raw Size" "5.7TB" string
V7.5 "Storage Pool Reserved Space" "244.1GB" string
V7.5 "Storage Pool Size" "5.4TB" string
V7.5 "Storage Pool Used Space" "3.3TB" string
V7.5 "Storage Pool Available Space" "2.2TB" string
V7.5 "Catalog Logical Size" "5.7TB" string
V7.5 "Catalog files Count" "1046" string
V7.5 "Deduplication Ratio" "1.7" string

Does it mean that something is broken? All works just prefectly...

From my other storage servet this first command is returning this - there MSDP was created using GUI:

nbdevquery -listconfig -stype PureDisk -storage_server `hostname`
V7.5 "storagepath" "/msdp/data/dp1/pdvol" string
V7.5 "spalogpath" "/msdp/data/dp1/pdvol/log" string
V7.5 "dbpath" "/msdp/cat" string
V7.5 "required_interface" "hostname" string
V7.5 "spalogretention" "90" int
V7.5 "verboselevel" "3" int
V7.5 "servertype" "MSDP" string
V7.5 "replication_target(s)" "none" string
V7.5 "encryption" "0" int
V7.5 "kmsenabled" "0" int
V7.5 "kmsservertype" "0" int
V7.5 "fipsenabled" "0" int
V7.5 "Storage Pool Raw Size" "3.8TB" string
V7.5 "Storage Pool Reserved Space" "162.8GB" string
V7.5 "Storage Pool Size" "3.6TB" string
V7.5 "Storage Pool Used Space" "1.6TB" string
V7.5 "Storage Pool Available Space" "2.0TB" string
V7.5 "Catalog Logical Size" "21.2TB" string
V7.5 "Catalog files Count" "4294" string
V7.5 "Deduplication Ratio" "13.6" string

Any one who created MSDP from CLI - can you test it?