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.
- Navigate to the https://primary_ip_fqdn/internal/config UI in a web browser.
Note: Replace primary_ip_fqdn with the IP address or FQDN of the Primary node.
Example: https://192.168.3.10/internal/config
- Log in as the local admin user.
- In the Server Settings Configuration window, find and delete the repository configuration that points to the old archive location.
Example:
<repository>
<archive-directory value="nfs://abc.xyz/loginsight-archive" />
</repository>
- Click Save at the bottom of the page.
- Navigate to the Management > Cluster page.
- Click Restart next to a worker node and wait for the node status to go back to Connected.
- Repeat step 6 on all other worker nodes, then finally on the Primary node.
- Log into the Primary node as root via SSH or Console.
- Open storage/core/loginsight/config/loginsight-config.xml#number using a text editor.
Note: Replace number with the largest number file in that directory. You can use the ls command to see all of the files in the directory.
- In the file, find and remove the section that is still referencing the old NFS path.
Example:
<repository>
<archive-directory value="nfs://abc.xyz/loginsight-archive" />
</repository>
- Save and close the file.
- Run the following command to reboot the node:
reboot -f
- Once it is rebooted, verify that the old NSF path is no longer located in the storage/core/loginsight/config/loginsight-config.xml#number file.
- Repeat steps 1-7 on all other nodes in the VMware Aria Operations for Logs cluster.