cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
762
Views
0
Helpful
1
Replies

Fault F1651 - export-data-failed

udo.konstantin
Level 1
Level 1

Hello, 

 

we noticed a lot of faults with the cause: export-data-failed. 

This seems to be related to failed uploads. The affected object(s) are: 

expcont/expstatus-tsod-_XXXXXXXXXXXXXXX-apic

 

I didn't found details about the failed uploads under Export Policies - Tech Support or On-demand tech Support - Operational!

How can the faults be removed? The fault lifecycle is "raised". Upload seems to be triggered more than one year ago. 

 

Kind Regards

Udo 

 

 

 

 

1 Reply 1

Gilad Meirovich
Level 1
Level 1

Hi @udo.konstantin 

Since You cant find "XXXXXXXXXXXXXXX-apic" policy via the GUI, can You please try to find it in the object store?
Search for:

Class - dbgexpTechSupOnD
Property - dn == uni/fabric/tsod-XXXXXXXXXXXXXXX-apic

If You cant find it, try without the property to see all of your "on demand" exports. 

After You locate the actual expoert policy, You can try to delete the object via the API:
bash# curl https://apic_ip/api/node/mo/uni/fabric/tsod-XXXX-apic.json -k -X POST -d '{"dbgexpTechSupOnD":{"attributes":{"dn":"uni/fabric/tsod-XXX-apic", "status": "deleted"}}, "children":[]}}' --cookie "APIC-cookie=api-cookie;APIC-preState=;AuthCookie=" --header "Content-Type: application/json"

*You can get the api cookie from the api requests that you are sending on the browser to the apic, press F12 and search for the cookies on the network requests

You can do the delete request also with POSTMAN and Python with requests module.

 

Save 25% on Day-2 Operations Add-On License