Skip to main content
  1. Blog/

Veeam Agent for Solaris and Veeam 11a

··854 words·5 mins·
Author
Marco Escobar
Data protection, Kubernetes, cybersecurity and AI. Hands-on guides from the trenches: Veeam, Kasten, VMware, Oracle, cloud, and whatever I’m breaking in the homelab this week.
Table of Contents
Veeam Agent for Solaris and Veeam 11a — screenshot 1

In this post we will review one of the new features in the latest version of Veeam Backup & Replication 11a which has been recently released and includes console management of Veeam Backup & Replication for Unix agents, Veeam Agent for Solaris and Veeam Agent for AIX.

Where to download Veeam 11a
#

As usual, we will always check the official documentation to find out what’s new in this new version as well as any limitations related to some environments if there are any, for them we will visit the following addresses:

Veeam Backup & Replication 11a

Veeam ONE 11a

In addition, new versions of the other solutions have been released. veeam, for example, Veeam Backup for AWS v4, for more information on other updates visit veeam.com

As we see in KB4215, it indicates the centralized management of Unix, Solaris and AIX agents, therefore we will see how to install, configure and manage the agents through the VBR console and its respective protection group.

Protection Group
#

In the Inventory menu and then in Physical Infrastructure, we will create a new Protection Group and after assigning the name, we will select “Computers with pre-installed agents”

Veeam Agent for Solaris and Veeam 11a — screenshot 2

After selecting the previous option, we will select “Export Path” and enter the folder where we will leave the agents (in my case only Solaris - Intel, but you can select the one that is necessary) for the subsequent configuration and select “Apply”

Veeam Agent for Solaris and Veeam 11a — screenshot 3

And it will show us the Status

Veeam Agent for Solaris and Veeam 11a — screenshot 4
Veeam Agent for Solaris and Veeam 11a — screenshot 5

Installers Review
#

Now. Once we finish the configuration, we will go to the folder we selected, in my case I left it on the server desktop, to see the files that were exported

Veeam Agent for Solaris and Veeam 11a

There are 3 files (in my case only for solaris – intel)

  • readme.txt
  • Unix.xml
  • VeeamAgentSolaris

Where readme.txt It will tell us step by step how to install Veeam Agent for Solaris Unix.xml, where the name is related to the protection group and contains the VBR access configuration and finally the installation package of Veeam Agent for Solaris. We unzip this package and copy it with your preferred tool (in my case WinSCP) mlocate-0.26-i386.pkg VeeamAgent-3.0.0.561-i386.pkg to the Solaris server that we want to protect.

Veeam Agent for Solaris and Veeam 11a — screenshot 6

And we will do what readme.txt indicates

Veeam Agent for Solaris and Veeam 11a — screenshot 7

Installation and configuration Veeam Agent for Solaris
#

We already have the files copied, we will follow the steps indicated in readme.txt and install the packages, we will start with mlocate using the command

pkgadd -G -d mlocate-0.26-i386.pkg

```json



Veeam Agent for Solaris and Veeam 11a — screenshot 8
And then the installation of Veeam Agent for Solaris, with the command ```text pkgadd -G -d VeeamAgent-3.0.0.561-i386.pkg ```json
Veeam Agent for Solaris and Veeam 11a — screenshot 9
Now we will import the configuration with the xml file that we copied to the server with the following command ```text veeamconfig mode setVbrSettings --cfg Unix.xml ```bash And it will tell us that the agent is registering with the server Veeam Backup
Veeam Agent for Solaris and Veeam 11a — screenshot 10
And we can see the state of the agent in the protection group that we created earlier
Veeam Agent for Solaris and Veeam 11a — screenshot 11
## Backup Policy Creation Now in the console Veeam Backup & Replication We will configure a backup policy to be applied to the Veeam Agent for Solaris that we installed earlier. We just have to go to “Backup Job” and select “Unix Computer”
Veeam Agent for Solaris and Veeam 11a — screenshot 12
Being Unix, in this version of VBR, the option selected by default will be "Managed by Agent", therefore, you just have to click Next and go on to configure the name of our policy
Veeam Agent for Solaris and Veeam 11a — screenshot 13
After adding the name to the policy we must select the protection group or the server that we are going to configure
Veeam Agent for Solaris and Veeam 11a — screenshot 14
And it will show us the server (or protection group) selected, then next
Veeam Agent for Solaris and Veeam 11a — screenshot 15
In this step we must select how we are going to back up the server, two options appear:
Veeam Agent for Solaris and Veeam 11a — screenshot 16
The two options are: - Entire Machine – Will back up the entire server, excluding network mount points - Custom Scope – Will back up the routes that are entered in the backup policy
Veeam Agent for Solaris and Veeam 11a — screenshot 17
After defining whether the entire operating system will be backed up or just some server paths (in my case I selected the entire server) it will ask us to indicate which will be the repository for our backups, we select “Veeam backup repository”:
Veeam Agent for Solaris and Veeam 11a — screenshot 18
And then we will enter the address of our Veeam BackupServer:
Veeam Agent for Solaris and Veeam 11a — screenshot 19
We will select the repository where we will host the backup and the number of restore points
Veeam Agent for Solaris and Veeam 11a — screenshot 20
Then we will check if we will use Scripts or File Indexing
Veeam Agent for Solaris and Veeam 11a — screenshot 21
And if it is necessary to select “enable Application-aware processing” to use scripts where the configuration is simple
Veeam Agent for Solaris and Veeam 11a — screenshot 22
To then move on to the scheduling of the execution of the backup
Veeam Agent for Solaris and Veeam 11a — screenshot 23
Finally we will see a summary of the configuration
Veeam Agent for Solaris and Veeam 11a — screenshot 24
And we'll see politics at work
Veeam Agent for Solaris and Veeam 11a — screenshot 25
Finally, as a recommendation, only for the first time, we can force the first synchronization between Veeam Agent for Solaris as indicated in the readme.txt with the command from the Solaris server ```text veeamconfig mode syncnow
Veeam Agent for Solaris and Veeam 11a — screenshot 26

Then in the execution of the backup we can see the statistics:

Veeam Agent for Solaris and Veeam 11a — screenshot 27

And finally the recovery of any file.

Veeam Agent for Solaris and Veeam 11a — screenshot 28

Related posts#

Related