Action is required. VMware Aria Operations for Logs failed to connect to the archive storage: nfs://<NFS-Server-FQDN or IP>/loginsight-archive. Data might not be able to archive. This could indicate that the archiving destination is unavailable or having performance issues. If this problem is not resolved, the disk on your VMware Aria Operations for Logs installation will fill up and stop accepting data. Other unexpected issues may also occur. Please check the status of the archive destination.
["HealthCollectorScheduler-thread-1"/###.##.##.# ERROR] [com.vmware.loginsight.commons.FileUtils] [Failed to run 'mount <NFS-Server-FQDN or IP>:/loginsight-archive /storage/core/loginsight/nfsmount/archive-monitor22387283844579839 ' exitCode=32 stdout='' stderr='mount.nfs: No route to host]
VMware Aria Operations for Logs is having trouble archiving data on node <ariaoperationsforlogsfqdn>. Data is stored in a series of buckets, and there are 1 pending buckets on this node to archive when exactly 0 are expected. This could indicate that the archiving destination is unavailable or having performance issues. If this problem is not resolved the disk on your VMware Aria Operations for Logs installation on this node will fill up and stop accepting data.
VMware Aria Operations for Logs 8.18.x
To resolve the issue, choose one of the options below to remove the old archive location from the VMware Aria Operations for Logs internal configuration.
service loginsight stop
/storage/core/loginsight/config/loginsight-config.xml#number
which is the file with the highest number for example. When making the copy increate the file number by one for example
root@<opsforlogshostname> [ /storage/core/loginsight/config ]# ls -lthr
total 28K
-rw-r--r-- 1 root root 36 Jan 22 14:15 node-token
-rw------- 1 root root 6.5K May 29 10:49 loginsight-config.xml#129
-rw------- 1 root root 7.0K May 29 10:49 loginsight-config.xml#130
-rw------- 1 root root 7.0K May 29 14:02 loginsight-config.xml#131
cp loginsight-config.xml#131 loginsight-config.xml#132
Example:
<repository>
<archive-directory value="nfs://<NFS-Server-FQDN or IP>/loginsight-archive" />
</repository>
And also maybe present in the section:
<log-partitioning>
<partition name="<nameofpartition>" enabled="true" internal="true">
<filter />
<retention value="0" />
<archive enabled="true" value="nfs://<NFS-Server-FQDN or IP" />
</partition>
<partition name="" enabled="true">
<filter />
<retention value="31536000" />
<archive enabled="true" value="nfs://<NFS-Server-FQDN or IP" />
</partition>
</log-partitioning>