I was recently honored to be a guest on Vince Wood‘s IT Reality Podcast for episodes 7 and 8. In the episodes a couple of the things that came up is that while for small environments Veeam will work right out of the box for most end customers of the software there is a requirement to scale the components out correctly. One of the advantages to Veeam Backup and Replication is that it is hardware and operating system agnostic for many of its components but with choice comes complexity.
One of the other things that came up was the fact that for most Veeam Cloud Connect customers, myself included up to 5 months ago when I began working for a Service Provider, the way that side is setup is a mystery. While I won’t exactly be giving up the special sauce here I was struck with the thought that a series of posts that show you how correctly set up a Veeam Backup and Replication v10 environment both on premises and for the Cloud Connect environment would be pretty educational. Each of these will have video walk throughs of the actual installations so you can follow along as well if you like.
I total we’ll be covering the following topics:
- Episode 1: Intro and Common components
- Episode 2: On-Prem Windows Components (VBR, Windows Proxy, Windows Repo)
- Episode 3: On-Prem Linux Components (Proxy, Repo), Create Local Jobs
- Episode 4: Build Service Provider pod
- Episode 5: Create cloud jobs to both Service Provider and Copy Mode to S3
- Episode 6: Veeam Availability Console
- Episode 7: Veeam Backup for Office 365
In this episode we are mostly talking setting up your external SQL server for Veeam use. While the Veeam Backup and Replication installer includes MS SQL Server Express 2016 as part of the simple mode installation, but according to Veeam best practices you wouldn’t want to use this if you are backing up more than 500 instances, extensively using tape or want to leverage a common SQL products for other parts of the Veeam environment including Enterprise Manager or VeeamONE.
- Intro to Lab Environment Design
- Blog Post Steps to Come
- Mount SQL Server 2016 ISO
- Run Setup.exe
- Allow for Updates check before installing
- Rules Check and open up Windows Firewall for communication, either by disabling entirely or at least creating a port based rule for TCP 1433
- In Feature Selections choose Database Engine Services only unless you or your SQL administrator have other needs
- Either name your SQL Instance or leave it with the default MSSQLSERVER
- Based on need or security practices enable or leave disabled the SQL Server Agent and SQL Server Browser services
- In Database Engine Configuration
- Set your authentication mode. I prefer to leave it Windows only but there are valid use cases to choose Mixed mode and create SQL only credentials
- Add SQL server administrator accounts. Domain Admins for small environments but also want to add the service account you plan to run Veeam services under
- Set your Data Directories. For the lab I will leave default but in production you should create 3 additional volumes for your SQL Server, 1 each for databases, logs and backups
- Hit Install
Once completed you will be ready to proceed to installing your Veeam server itself. One thing that is ommitted from the video but probably a good idea is to go ahead and install MS SQL Server Management Studio. It’s a separate download, but often when you need to call Veeam support it is database related and SSMS is the way to manage the databases. You can directly download from Microsoft but if you happen to have Chocolatey available on the server installation is a choco install sql-server-management-studio -y away.
With that we’ll consider this step done and move on to installing the on-premises Windows components in the next post.