A QuadStor Simulated VTL For Your Veeam Lab: Part 2 – CentOS Install

In the previous post, we prepared a VM with the appropriate settings for CentOS 6.8. In this post we’ll go through the actual OS install.

Open a console for the VM. The first thing you will be asked to do is to run a test on the installation media. For ISO images I normally skip this stage:

vm_build_09

Click Next:

vm_build_10

Select an installation language and click Next:

vm_build_11

Choose a keyboard layout and click Next:

vm_build_12

The next screen essentially warns you that, because the virtual disk is not recognised by the installer, it may have data on it that we might want to keep. Click Yes, discard any data:

vm_build_14

Enter a fully qualified domain name (FQDN) for the new VM. Then click Configure Network. This is important as the virtual NIC will not be connected to the network by default so its properties will need to be changed. Select the System eth0 connection and click Edit:

vm_build_15

Check the box labeled Connect automatically. Then select the IPv4 Settings tab. Fill in the IP address settings that you wish to us. Here I’ve set a static IP address but you could choose DHCP. Click Apply:

vm_build_16

Select your nearest city within your timezone and click Next:

vm_build_17

Enter a password for the root user. Because this is a non-secure system for lab use, I usually make this something simple that I can remember easily, so I get the warning seen below. Click Next to continue:

vm_build_19

Leave the installation type at its default setting and click Next:

vm_build_20

Click Write changes to disk. This will take a few minutes.

vm_build_21

Choose a Desktop install (this simply makes it easier to change firewall rules later). Make sure to select the Customize now radio button. Click Next:

vm_build_23

Here I’ve deselected the Internet Applications and Office Suite and Productivity packages.This is purely to save space and speed up the installation.

vm_build_24a

Under Base System, select iSCSI Storage Client. I’m not if this is needed, but since the VTL is iSCSI based I’ve decided that it can’t hurt to install it.

vm_build_24

Under Servers, select Network Storage Server. Again, I’m not sure if this is required but since it includes the iSCSI target packages, I figured it should be included. Click Next:

vm_build_25

The installation will now start. Over 1100 packages will be installed so this will take some time. When the install has completed click Reboot:

vm_build_26

Once the VM has rebooted we need to complete just a few more steps. The console will display the following Welcome screen. Click Forward:

vm_build_27

Accept the license and click Forward:

vm_build_27a

Create a new user. This is the user that you will use for all logins. Click Forward:

vm_build_27b

Select a time source. Here I’ve chosen to use NTP and I’ve added an Active Directory DC as one of my NTP servers. Alternatively you could choose to manually set the time. Click Forward:

vm_build_27c

Leave the Kdump settings at their defaults. This will avoid the necessity of rebooting at this stage. Click Finish:

vm_build_27d

You should now be presented with a login screen on the VM console.

In the next post we’ll run through patching the system and installing some extra packages in preparation for installing QuadStor VTL.

Part 1 – VM Configuration

Part 2 – CentOS Install

Part 3 – CentOS Patching and QuadStor VTL Install

Part 4 – Final Configuration and Veeam Integration