Symptoms:
In the report.json, You see the error:
SoS report.json message:
"Download failed with Resp_code: 409 and Message: Another support bundle is ready for download: /api/v1/node/tasks/########-####-####-####-########c5d8_########-####-####-####-########10d8/response."
Sample report.json output
=========================
root@sddc-manager [ /opt/vmware/sddc-support ]# ./sos --nsx-logs
Welcome to Supportability and Serviceability(SoS) utility!
Performing SoS operation for sddcId-1001 domain components
Logs : /var/log/vmware/vcf/sddc-support/sos-20##-##-##-##-##-21-61514
Log file : /var/log/vmware/vcf/sddc-support/sos-20##-##-##-##-##-21-61514/sos.log
Operation failed for : [NSX_MANAGER]
For detailed report please refer : /var/log/vmware/vcf/sddc-support/sos-20##-##-##-##-##-21-61514/report.json
root@sddc-manager [ /opt/vmware/sddc-support ]# cat /var/log/vmware/vcf/sddc-support/sos-20##-##-##-##-##-21-61514
cat: /var/log/vmware/vcf/sddc-support/sos-20##-##-##-##-##-21-61514: Is a directory
root@sddc-manager [ /opt/vmware/sddc-support ]# cat /var/log/vmware/vcf/sddc-support/sos-20##-##-##-##-##-21-61514/report.json
{
"NSX_MANAGER": {
"overall_status": "COMPLETED_WITH_FAILURE",
"message": "",
"subtasks": [
{
"name": "vip-nsx-mgmt.vrack.vsphere.local",
"status": "FAILED",
"message": "NSX log collection completed with failure"
},
{
"name": "nsxt_manager : vip-nsx-mgmt.vrack.vsphere.local",
"status": "FAILED",
"message": "Download failed with Resp_code: 409 and Message: Another support bundle request is running: /api/v1/node/tasks/########-####-####-####-########c5d8_########-####-####-####-########602e/response. Please wait until the current request finishes before retrying."
}
]
},
"operation-status": "COMPLETED_WITH_FAILURE"
}