Device Displayed as Offline After the System Profiler Is Installed on Ubuntu
Symptom
When adding the Ubuntu 20.04.3 system node after System Profiler is installed, the node is in the offline status.
Possible Cause
The trustlist fails to be added because the no_proxy environment variable is not configured on the server.
Troubleshooting Procedure
- Configure the no_proxy environment variable in the /etc/profile file on the server.vi /etc/profile
1export no_proxy=127.0.0.1
- Make the configuration take effect.
1source /etc/profile
Parent topic: FAQs