Scope/Description
This guide will show you how to install and start the Highpoint WebUI for Rocket 750 HBA cards
Prerequisites
- A server with the highpoint HBA driver installed
Steps
- First, make sure wget is installed
Centos/Rocky
yum install wget -y dnf install wget -y
Ubuntu
apt install wget -y
- Now we can download the WebUI to your server:
Centos/Rocky
wget http://images.45drives.com/r750drivers/Linux/WebGUI-Linux-v2.1.6-131017.tgz
Ubuntu
wget http://images.45drives.com/r750drivers/Linux/WebGUI_Debian_Linux_v2.1.6.0.1_14_04_25.tgz
- Unzip the file:
Centos/Rocky
tar -xzvf WebGUI-Linux-v2.1.6-131017.tgz
Ubuntu
tar -xzvf WebGUI_Debian_Linux_v2.1.6.0.1_14_04_25.tgz
- Install the package:
Centos/Rocky
rpm --install WebGUI-Linux-v2.1.6-131017.rpm
Ubuntu
apt install WebGUI_Debian_Linux_v2.1.6.0.1_14_04_25.deb
- Make sure that the Highpoint port is added to the firewall:
firewall-cmd --permanent --add-port=7402/tcp && firewall-cmd --reload
- Start the WebUI service:
/etc/init.d/hptdaemon start
- Access Web GUI:
http://<YOUR_IP>:7402/
Verification
- After browsing to your IP with port 7402 you should be presented with a login screen.
- The Default login is User: RAID Password: hpt
Troubleshooting
Views: 1702