File execution may fail if there is not enough free space on the hard drive.
If necessary, you can free up your hard drive space by deleting unnecessary object execution results and exported template archives.
File execution results location
/opt/kaspersky/opsb/storage/sandboxer (by default)
The location for storing execution results is specified during Kaspersky Research Sandbox installation. Reports for the object execution results can be identified by the task ID and are stored in the specified folder, in a subfolder named by the corresponding task ID. Thus, you can determine which reports you want to keep or delete to free up space on your hard drive.
Information about file execution tasks whose results are deleted is still displayed on the Sandbox page, in the History table. Such tasks acquire Data unavailable status. You cannot view or export these file execution results. Also you cannot repeat the file execution by clicking the (Rescan) button. To repeat the execution, you have to upload the file again.
Example: To delete all data older than 90 days, execute the following command: find "/opt/kaspersky/opsb/storage/sandboxer/" -mindepth 1 -maxdepth 1 -mtime +90 -exec rm -rf {} \; After deletion, the data in the report will not be displayed, and results downloading will also be unavailable. |
Exported template archives location
/vm/qemu/archive
Administrator rights are required to delete template archives.
Page top