You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Force an inventory reset from the infrastructure agent
3
+
type: troubleshooting
4
+
tags:
5
+
- Infrastructure
6
+
- Infrastructure monitoring troubleshooting
7
+
- Troubleshoot infrastructure
8
+
freshnessValidatedDate: 2025-05-21
9
+
---
10
+
11
+
## Problem [#problem]
12
+
13
+
The agent is working but some of the metadata or inventory data appears incorrect, and the local caching is preventing correct data to be sent from the infrastructure agent.
14
+
15
+
## Solution [#solution]
16
+
17
+
Linux
18
+
Stop the Infrastructure Agent
19
+
```
20
+
systemctl stop newrelic-infra
21
+
```
22
+
Delete temporary files
23
+
```
24
+
rm -rf /var/db/newrelic-infra/data
25
+
```
26
+
Start the Infrastructure Agent
27
+
```
28
+
systemctl start newrelic-infra
29
+
```
30
+
31
+
Windows
32
+
In an Administrator PowerShell prompt, stop the Infrastructure Agent
0 commit comments