Ubuntu 20.04.3 Node Offline After Being Added to the System Profiler
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.
- Open the /etc/profile file.
vi /etc/profile
- Press i to enter the insert mode and add the following information:
1export no_proxy=127.0.0.1
- Press ESC, type :wq!, and press Enter to save the file and exit.
- Open the /etc/profile file.
- Make the configuration take effect.
1source /etc/profile
Parent topic: FAQs