06-02-2025 07:41 AM
I am running ISE3.2 VM, 7 node deploy. my repository works fine because backups are getting exported.
my scheduled reports don't get exported to the repository. it only says "Error while exporting the data".
One of my MnT node has a disk size /OPT which is above 70% threshold. What can cause this issue ?
Has anyone had this issue ? Any suggestion that doesn't involve re-imaging the node ?
06-02-2025 08:00 AM
The error indicates that the storage threshold has been reached. I recommend contacting TAC to assist in identifying and deleting older files that may be utilizing the space
06-02-2025 08:11 AM
they already checked there is nothing that can be deleted . is that the reason the reports are not running though?
06-02-2025 10:03 AM
Hi @arane0001 ,
remember that ...
the Data Filesystem (/OPT) threshold is 70% ... above this number you are unable to generate a Backup !!!
Cleaning disk space for /OPT greater than 70% must be done by TAC, (as already said by @dafriday) using root access commands to check the files (for example):
ade# df -h
ade# du -h -d2 -t1G /opt
and then delete it (for example):
ade# rm -rf *.log.*
Hope this helps !!!
06-02-2025 12:32 PM
@Marcelo Moraisi migrated one of the other nodes to be the MnT which has filesystem less than 70% , and it still doesn't work.
My backup works fine. Just exporting reports don't work.
06-02-2025 01:49 PM
excellent ... one problem solved (70% threshold) ...
Now for the Schedule Report ... can you restart the Nodes to make sure that it is not a Memory Leak issue ?
Best regards.
06-02-2025 02:39 PM
which node do you need to restart ? PAN or the MnT node ?
06-02-2025 09:05 PM
06-03-2025 01:19 AM
Have you tried to export the reports manually to the repository and see if that also fails?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide