Unable to Stop KDI Services
Before making any configuration updates, it's essential to stop the KDI services to ensure a clean and safe configuration update process. Follow these steps to stop the KDI services: Run the following command to stop the KDI service: Run the following command to stop the KDI service: Select kdis.exe→ End Task. Obtain the process ID (PID) of the KDIS service. Kill the process Obtain the process ID (PID) of the KDIS service. Kill the process Stop Keysight Distributed Infrastructure Service
Windows
Win + R
to open the Run dialog and type services.msc.
This will open the "Services" window.
Alternatively, you can use commands to stop the service as follows:net stop Keysight Distributed Infrastructure Service
Linux
systemctl stop Keysight Distributed Infrastructure Service
Stop KDIS Service
Windows:
Alternatively, you can use commands to stop the service as follows:tasklist | find "kdis"
taskkill /F /PID <process_id>
Linux:
pgrep -l "kdis"
kill -9 <process_id>