When exporting events from the Export Events Results in the Explorer Logs page that are above 20k events, the NFS would fail in different stages/percentages.
runtime.log under /storage/var/loginsight/["EventExportThread"/172.27.179.60 ERROR] [com.vmware.loginsight.logexport.exporter.ExportThread] [NFS related exception while exporting events]java.nio.file.AccessDeniedException: /storage/core/loginsight/nfsmount/<id>/Task<id>_in_progress -> /storage/core/loginsight/nfsmount/<id></Task<id>.txt.tar.gz at sun.nio.fs.UnixException.translateToIOException(Unknown Source) ~[?:?] at sun.nio.fs.UnixException.rethrowAsIOException(Unknown Source) ~[?:?] at sun.nio.fs.UnixCopyFile.move(Unknown Source) ~[?:?] at sun.nio.fs.UnixFileSystemProvider.move(Unknown Source) ~[?:?] at java.nio.file.Files.move(Unknown Source) ~[?:?] at com.vmware.loginsight.logexport.exporter.ExportThread.run(ExportThread.java:157) [log-export-service.jar:?]Aria Operations for Logs 8.x
In this example, the Aria Operations for Logs has no permission to rename files or use the command move (mv) in the NFS endpoint.
This is due to permission issues with the NFS.
Please test all permissions required (create, delete and rename(move)) in Aria Operations for Logs and the NFS endpoint.
mkdir /archivemount -t nfs archive-fileshare:archive directory path /archive
3. Create a file on the mounted NFS
touch filename
4. Rename (move) and Delete the newly created file on theand delete the newly created file on the mounted NFS
Rename (move): mv filename new_filename
Delete: rm new_filename