Install pre-requisite
1 | yum -y install wget |
Disable Linux firewall
1 | systemctl disable firewalld --now |
Download and install QuadStor Virtual Tape Library
1 | wget -c https://www.quadstor.com/vtldownloads/quadstor-vtl-ext-3.0.79.14-rhel.x86_64.rpm |
Enable and Start Apache server
1 | systemctl enable httpd --now |