1 The system dependencies are not installed. (The Openstack and FusionCompute
Fusion deployment scenarios do not require the installation of dependencies.)
2 The node management IP and FSM node management IP are unreachable
3 The firewall is not turned off. The method for shutting down the firewall is as follows:
a) Before RedHat Linux 7.0 and CentOS Linux 7.0:
Stop the firewall program: service iptables stop
Do not boot the firewall: chkconfig iptables off
b) After RedHat Linux 7.0 and CentOS Linux 7.0 (including version 7.0):
Stop the firewall program: systemctl stop firewalld
Do not boot the firewall: systemctl disable firewalld
c) SUSE Linux
Stop the firewall program:
/etc/init.d/SuSEfirewall2_setup stop
/etc/init.d/SuSEfirewall2_init stop
Do not boot the firewall:
Chkconfig SuSEfirewall2_setup off
Chkconfig SuSEfirewall2_init off

