Installing QuadStor Virtual Tape Library

Install pre-requisite

1
2
3
4
5
6
7
# yum -y install wget
# yum -y install gcc
# yum -y install httpd
# yum -y install perl
# yum -y install kernel-devel
# yum -y groupinstall "Server with GUI"
# yum -y install postgresql-server

Disable Linux firewall

1
# systemctl disable firewalld --now

Download and install QuadStor Virtual Tape Library

1
2
3
4
5
6
7
8
9
10
11
12
# wget -c https://www.quadstor.com/vtldownloads/quadstor-vtl-ext-3.0.79.14-rhel.x86_64.rpm
# rpm -Uivh quadstor-vtl-ext-3.0.79.14-rhel.x86_64.rpm
Preparing... ################################# [100%]
Adding group vtprocgrp
usermod -G vtprocgrp apache > /dev/null 2>&1
Updating / installing...
1:quadstor-vtl-ext-3.0.79.14-rhel ################################# [100%]
Performing post install. Please wait...
Created symlink from /etc/systemd/system/multi-user.target.wants/quadstorvtl.service to /usr/lib/systemd/system/quadstorvtl.service.
Building required kernel modules
Running /quadstorvtl/bin/builditf. This may take a few minutes.
Installation complete. A system reboot is required to start the VTL service

Enable and Start Apache server

1
# systemctl enable httpd --now

Verify