Description

This article explains how to fix the issue if RD doesn't push GNMI configurations to the Device after upgrading to JRD 2.6.

Symptoms

This issue will occur if the state file was not removed when the device was off-boarded.

Solution

To fix this issue, please follow the below steps:

 

Navigate to Inventory> Network Implementation Plan > Right click on the plan > click offboading

 

Login to the device and delete the below files from the shell:

 

> start shell

rm -rf /tmp/.mist_mgmt.json

rm -rf /tmp/.mist_optical_alarams_state.json

rm -rf /var/db/scripts/lib/jcloud.py

rm -rf /var/db/scripts/event/jcloud_*

 

Adopt the device back using the Network Implementation Plan. Please refer to Add a Device to Routing Director

 

If you are still facing the same issue, please contact JTAC for assistance

 

Modification History

2025-11-21 : Article Created