If the vIDB cluster log bundle cannot be generated or downloaded, but is necessary for the investigation the manual steps in the Resolution below can be followed:
Example of when this may be necessary:
VCF Operations 9.0
VIDB 9.0
vmware-system-user user and run the following command:sudo suexport KUBECONFIG=/etc/kubernetes/admin.confK8S_TOKEN=$(kubectl get secrets synthetic-checker-krp -n vmsp-platform -ojsonpath={.data.token} | base64 -d)PRIMARY_VIP=$(kubectl get gateway/vmsp-gateway -n istio-ingress -ojsonpath={.status.addresses[0].value})curl -k -XPOST -H "Authorization: Bearer ${K8S_TOKEN}" https://${PRIMARY_VIP}:30005/webhooks/vmsp-platform/supportbundle/generate -d '{"component": "vidb", "timeout":"120"}'
Example Success Return (Note the id for status check):{"statusCode":200,"running":true,"id":"######","statusURI":"/webhooks/vmsp-platform/supportbundle/generate/######","completedAt":null}<id> with the actual IDcurl -k -XGET -H "Authorization: Bearer ${K8S_TOKEN}" https://${PRIMARY_VIP}:30005/webhooks/vmsp-platform/supportbundle/generate/<id>{"statusCode":200,"running":true,"id":"######","statusURI":"/webhooks/vmsp-platform/supportbundle/generate/######","completedAt":null}{"statusCode":200,"output":"2026/02/11 09:16:28 ... ","outputValues":{"download_url":"https://#.#.#.#/supportbundles/vidb-bundle-################-################-####.tar.gz","expires_at":"2026-02-11 T17:11:14Z","message":"","status":{"message":"Successful","success":true}},"id":"######"}
curl -k -XPOST -H "Authorization: Bearer ${K8S_TOKEN}" "https://${PRIMARY_VIP}:30005/webhooks/vmsp-platform/supportbundle/list"{"statusCode":200,"output":"File list length: 1\n","running":false,"outputValues":{"bundles":[{"mtime":"Wed, 11 Feb 2026 09:16:43 GMT","name":"supportbundles/vidb-bundle-################-################-####.tar.gz","size":308810164}]},"id":"######","completedAt":"2026-02-11 T09:19:47Z"}
curl -X GET -k -v -u vmware-system-user -O "https://${PRIMARY_VIP}/supportbundles/vidb-bundle-################-################-####.tar.gz"chown vmware-system-user vidb-bundle-################-################-####.tar.gz