Environment
RAID Model: SR-1000, SR-1001, SR-1010
Host Hardware: AMD, Intel
Operating Systems: Linux
Issue
After a successful install, the Graid Management Console is not accessible from a remote host. A common features of many Linux distributions is that a firewall is enabled by default.
There may be other connectivity issues that this article does not account for such as additional firewalls between the server and the remote host, network restrictions/ rules set on networks/ vLANs, and other restrctions.
Resolution
Opening the firewall for the management console requires running a few commands.
RHEL/ Rocky/ openSUSE/ Fedora
sudo firewall-cmd --zone=public --add-port=50060/TCP --permanent
sudo firewall-cmd –reload
Note: the port is the default. If you have changed it from the default, use that number instead.
The “--permanent” flag makes the change permeant after a reboot
The reload command restarts the firewall and ensures the change is loaded. Some environments MAY require a reboot to take effect.
Other Linux distributions may have commands that differ slightly.
Related Articles
Offline install SupremeRAID driver#
Environment RAID Model: All SupremeRAID product ( SR, SE, HE, AE) Host Hardware: Intel, AMD Operating System: Linux RPM base(Alamlinux, CentOS, RHEL, Rocky, Oracle Linux) Issue The SupremeRAID driver must be installed on a system that cannot connect ...
Offline install SupremeRAID driver(Ubuntu)#
Environment RAID Model: SR1000 or SR1010, SR1001 Host Hardware: Intel, AMD Operating System: Linux Deb base(Ubuntu) Issue When users need to install the SupremRAID driver but cannot connect to the external network. Resolution Prepare an environment ...
[Linux][Intel] Graid Driver Fails to Start When IBT Is Enabled
Summary On certain newer Linux distributions running on Intel platforms, additional kernel security features may be enabled by default. Under these environments, some SupremeRAID driver packages may not be compatible with the enabled kernel security ...
Enabling Secure Boot with SupremeRAID™ on Ubuntu
Environment RAID Model: SR1000 or SR1010 etc Host Hardware: AMD/Intel/Supermicro model etc Operating System: Linux Ubuntu etc Issue Setting up Secure Boot with SupremeRAID™ requires proper key enrollment for loading both the SupremeRAID and NVIDIA ...
Installation Guide for SupremeRAID driver
Environment RAID Model: SR1000 or SR1010 etc Host Hardware: AMD/Intel/Supermicro model etc Operating System: Linux etc Issue Beginning using SupremeRAID Resolution Linux Step 1: Downloading the Required Scripts ...