Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

About this task

Due to updates or restart of services, support packages may not be created yet, but still have an existing entry.

Applies to

All BVQ versions

Procedure

  • Stop the BVQ-Server service

...

Code Block
themeMidnight
C:\>mongo --host IPLOCALHOST --authenticationDatabase admin -u bvq -p P@ssw0rd
MongoDB shell version v4.4.3
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb



  • Delete the support package entryShow all DBs
Code Block
themeMidnight
> db.support_packages.deleteMany({})
{ "acknowledged" : true, "deletedCount" : 1 }
>
  • Start the service again
Expand
titleService

Image Removed

  • Connect to you BVQ
Expand
titleService

Image Removed

  • Useful commands
Code Block
themeMidnight
Check the DBs> show dbs
TTTM   33.027GB
TTCV     2.237GB
SVAS     0.396GB
admin   0.000GB
bvq   103.109GB
config   0.000GB
local     0.000GB


Switch DB> 



  • Switch to your specific DB
Code Block
themeMidnight
> use bvq
switched to db bvq




  • Check

...

  • for

...

  • your support package
Code Block
themeMidnight
> db.support_packages.find({})
{ "_id" : "bvq-support_full_20230104140307", "status" : "COPYING", "scannerConfigurationNames" : [ "VC-LABDA", "vc-nsx-schulung" ], "messages" : [ ], "created" : ISODate("2023-01-04T13:03:07.122Z"), "requiredSpace" : 529553981.5, "estimatedSize" : 71527071.50000001, "finalSize" : NumberLong(0), "progress" : 0.09674267100977199, "packageType" : "SCAN_DATA_PACKAGE", "_class" : "de.sva.bvq.web.support.model.SupportPackage" }
>



  • Delete the support package entry
Code Block
themeMidnight
> db.support_packages.deleteMany({})
{ "acknowledged" : true, "deletedCount" : 1 }



  • Start the service again
Expand
titleService

Image Added




  • Connect to your BVQ
Expand
titleService

Image Added