Exporting logs using NFS in VMware Aria Operations for Logs fails.
search cancel

Exporting logs using NFS in VMware Aria Operations for Logs fails.

book

Article ID: 394573

calendar_today

Updated On: 04-17-2025

Products

VMware Aria Suite

Issue/Introduction

While trying to export logs from VMware Aria Operations for Logs using an NFS datastore as the destination, the operation fails with an error indicating that the NFS mount is temporarily unavailable.

The following entries can be found in the /var/log/loginsight/runtime.log file:

["Timer-6"/192.168.1.54 INFO] [com.vmware.loginsight.commons.executor.ProcessExecutor] [Finished executing mount mnt:<moount path> /storage/core/loginsight/nfsmount/admin1744862652964, ran for 125091 ms]
["Timer-6"/192.168.1.54 ERROR] [com.vmware.loginsight.commons.FileUtils] [Failed to run 'mount mnt:<mount path> /storage/core/loginsight/nfsmount/admin1744862652964 ' exitCode=32 stdout='' stderr='mount.nfs: Resource temporarily unavailable]
["Timer-6"/192.168.1.54 ERROR] [com.vmware.loginsight.logexport.exporter.EventsExporter] [Failed to mount NFS location: nfs:<mount path>]
["Timer-6"/192.168.1.54 ERROR] [com.vmware.vipclient.i18n.messages.api.opt.local.LocalMessagesOpt] [Failed to get offline messages for product: JavaclientTest 1.0.0, component: JAVA, locale: en, exception: Failed to get resource bundle for locale: en]

Environment

VMware Aria Operations for Logs 8.x

Cause

The error Resource temporarily unavailable typically indicates that the Aria Operations for Logs node is unable to mount the specified NFS share due to one or more of the following reasons:

The NFS server is unreachable or down.

Network/firewall restrictions are preventing NFS traffic.

Export permissions on the NFS server are not allowing access from the Aria operations for logs appliance.

DNS resolution issues

Resolution

To address the issue, follow these steps:

  • Verify NFS Server Availability:

           Confirm that the NFS server is operational and accessible over the network.

           Test the NFS mount by connecting to the same share from a different Linux host to rule out server-side issues.

  • Check NFS Export Permissions:

           Ensure the NFS export is properly configured to grant access to the IP address of the Aria Operations for Logs appliance.

           Review firewall rules or network policies to confirm that NFS traffic (typically over port 2049) is not being blocked between the appliance and the NFS server.