Installation Troubleshooting

Modified on Tue, Sep 20, 2016 at 12:02 PM



Please collect the output of the following command to provide to Technical Support.


Linux:


 [root@linuxhost]# ip addr


 [root@linuxhost]# ip route


 [root@linuxhost]# cat /etc/hosts


 [root@linuxhost]# cat /etc/resolv.conf


 [root@linuxhost]# cat /usr/share/netld/revision.properties


 [root@linuxhost]# find /usr/share/netld/config -type f -exec grep -Iq . {} \; -and -print -and -exec cat {} \;


 [root@linuxhost]# ps -ef | grep netld


If netstat is not available, please install net-tools (yum install net-tools):


 [root@linuxhost]# netstat -r


 [root@linuxhost]# netstat -a


 [root@linuxhost]# netstat -n


Redhat 5/6:


 [root@linuxhost]# iptables -L

 [root@linuxhost]# iptables nat -L

 [root@linuxhost]# iptables mangle -L

  

Redhat 7:


 [root@linuxhost]# firewall-cmd --list-all-zones


 [root@linuxhost]# systemctl status netld





Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article