diff --git a/AsBuiltReport.Veeam.VBR.psd1 b/AsBuiltReport.Veeam.VBR.psd1
index 50a989d..be4cd91 100644
--- a/AsBuiltReport.Veeam.VBR.psd1
+++ b/AsBuiltReport.Veeam.VBR.psd1
@@ -12,7 +12,7 @@
RootModule = 'AsBuiltReport.Veeam.VBR.psm1'
# Version number of this module.
-ModuleVersion = '0.8.2'
+ModuleVersion = '0.8.3'
# Supported PSEditions
# CompatiblePSEditions = @()
@@ -27,7 +27,7 @@ Author = 'Jonathan Colon'
#CompanyName = 'Unknown'
# Copyright statement for this module
-Copyright = '(c) 2023 Jonathan Colon. All rights reserved.'
+Copyright = '(c) 2024 Jonathan Colon. All rights reserved.'
# Description of the functionality provided by this module
Description = 'A PowerShell module to generate an as built report on the configuration of Veeam VBR.'
@@ -61,6 +61,10 @@ RequiredModules = @(
ModuleName = 'PScriboCharts';
ModuleVersion = '0.9.0'
}
+ @{
+ ModuleName = 'Veeam.Diagrammer';
+ ModuleVersion = '0.5.4'
+ }
)
# Assemblies that must be loaded prior to importing this module
diff --git a/AsBuiltreport.Veeam.VBR.json b/AsBuiltreport.Veeam.VBR.json
index abaaa61..e774fe3 100644
--- a/AsBuiltreport.Veeam.VBR.json
+++ b/AsBuiltreport.Veeam.VBR.json
@@ -12,7 +12,8 @@
"BackupServerPort": 9392,
"PSDefaultAuthentication": "Default",
"EnableCharts": false,
- "EnableHardwareInventory": false
+ "EnableHardwareInventory": false,
+ "EnableDiagrams": false
},
"InfoLevel": {
"_comment_": "Please refer to the AsBuiltReport project contributing guide for information about how to define InfoLevels.",
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bedeecf..b53a256 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,37 @@
# :arrows_clockwise: Veeam VBR As Built Report Changelog
+## [0.8.3] - 2023-12-29
+
+### Added
+
+- Initial diagramming support
+- v12.1 support:
+ - File Backup Advanced Setting (ACL Handling) collection
+ - Object Storage Backup Jobs
+ - Object Storage data source (Unstructured Data) collection
+ - Global Exclusions information
+ - Malware Detection information
+ - SureBackup Job content analisys (Malware Detection)
+ - Event Forwarding (Syslog)
+ - Linux host authentication setting
+
+### Fixed
+
+- Close [#114](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/114)
+- Close [#115](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/115)
+- Close [#116](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/116)
+- Close [#117](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/117)
+- Close [#118](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/118)
+- Close [#119](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/119)
+- Close [#120](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/120)
+- Fix [#121](https://github.com/AsBuiltReport/AsBuiltReport.Veeam.VBR/issues/121) @carceneaux
+
## [0.8.2] - 2023-10-12
### Fixed
- Fixed misspelled module name in file /Src/Public/Invoke-AsBuiltReport.Veeam.VBR.ps1. Fix #110
-
+
## [0.8.1] - 2023-10-03
### Removed
diff --git a/README.md b/README.md
index e0800fa..1ea4207 100644
--- a/README.md
+++ b/README.md
@@ -50,8 +50,8 @@ Below are the instructions on how to install, configure and generate a Veeam VBR
The Veeam VBR As Built Report supports the following Veeam Backup & Replication version;
-- Veeam Backup & Replication V11 (Standard, Enterprise & Enterprise Plus Edition)
-- Veeam Backup & Replication V12 (Standard, Enterprise & Enterprise Plus Edition)
+- Veeam Backup & Replication v11 (Standard, Enterprise & Enterprise Plus Edition)
+- Veeam Backup & Replication v12+ (Standard, Enterprise & Enterprise Plus Edition)
:exclamation:Community Edition is not supported:exclamation:
@@ -60,9 +60,9 @@ The Veeam VBR As Built Report supports the following Veeam Backup & Replication
This report is compatible with the following PowerShell versions;
-| Windows PowerShell 5.1 | PowerShell 7 |
+| Windows PowerShell 5.1 | PowerShell 7 |
|:----------------------:|:--------------------:|
-| :white_check_mark: | :x: |
+| :white_check_mark: | :x: |
## :wrench: System Requirements
@@ -71,6 +71,7 @@ PowerShell 5.1 and the following PowerShell modules are required for generating
- [Veeam.Backup.PowerShell Module](https://helpcenter.veeam.com/docs/backup/powershell/getting_started.html?ver=110)
- [PScriboCharts Module](https://github.com/iainbrighton/PScriboCharts)
- [AsBuiltReport.Core Module](https://github.com/AsBuiltReport/AsBuiltReport.Core)
+- [Veeam.Diagrammer Module](https://github.com/rebelinux/Veeam.Diagrammer)
### :closed_lock_with_key: Required Privileges
@@ -135,12 +136,15 @@ The **Report** schema provides configuration of the Veeam VBR report information
The **Options** schema allows certain options within the report to be toggled on or off.
-| Sub-Schema | Setting | Default | Description |
-|-----------------|--------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| BackupServerPort | TCP Port | 9392 | Used to specify the backup service's custom port.
-| PSDefaultAuthentication | Negotiate/Kerberos | Default | Allow to set the value of the PSRemoting authentication method. For Workgroup authentication Negotiate value is required.
-| EnableCharts | true/false | false | Used to manipulate the creation of charts.
-| EnableHardwareInventory | true/false | false | Enable the extraction of Hardware information from the Backup Server/Proxy servers (Windows OS only).
+| Sub-Schema | Setting | Default | Description |
+|-------------------------|--------------------|--------------------------------|----------------------------------------------------|
+| BackupServerPort | TCP Port | 9392 | Set the backup server service's custom port. |
+| PSDefaultAuthentication | Negotiate/Kerberos | Default | Set the PSRemoting authentication method |
+| EnableCharts | true/false | false | Toggle to enable/disable creation of charts. |
+| EnableHardwareInventory | true / false | false | Toggle to enable/disable of Hardware information |
+| EnableDiagrams | true / false | false | Toggle to enable/disable of Infrastructure Diagrams|
+
+###### * Note: In order to generate the infrastructure diagram, the Veeam.Diagrammer module requires the following windows application [Graphviz](https://graphviz.org/download/#windows) >= v9.0
### InfoLevel
@@ -148,82 +152,82 @@ The **InfoLevel** schema allows configuration of each section of the report at a
There are 4 levels (0-3) of detail granularity for each section as follows;
-| Setting | InfoLevel | Description |
-|:-------:|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------|
-| 0 | Disabled | Does not collect or display any information |
-| 1 | Enabled | Provides summarised information for a collection of objects |
-| 2 | Adv Summary | Provides condensed, detailed information for a collection of objects |
-| 3 | Detailed | Provides detailed information for individual objects |
+| Setting | InfoLevel | Description |
+|:-------:|-------------------|-------------------------------------------------------------------------------------------------------|
+| 0 | Disabled | Does not collect or display any information |
+| 1 | Enabled | Provides summarised information for a collection of objects |
+| 2 | Adv Summary | Provides condensed, detailed information for a collection of objects |
+| 3 | Detailed | Provides detailed information for individual objects |
The table below outlines the default and maximum **InfoLevel** settings for each Backup Infrastructure section.
-| Sub-Schema | Default Setting | Maximum Setting |
-|--------------|:---------------:|:---------------:|
-| BackupServer | 1 | 3 |
+| Sub-Schema | Default Setting | Maximum Setting |
+|----------------|:---------------:|:---------------:|
+| BackupServe | 1 | 3 |
| Proxy | 1 | 3 |
-| Settings | 1 | 2 |
-| BR | 1 | 2 |
-| Licenses | 1 | 1 |
+| Settings | 1 | 2 |
+| BR | 1 | 2 |
+| Licenses | 1 | 1 |
| SOBR | 1 | 2 |
-| WANAccel | 1 | 1 |
-| ServiceProvider | 1 | 2 |
-| SureBackup | 1 | 2 |
+| WANAccel | 1 | 1 |
+| ServiceProvider| 1 | 2 |
+| SureBackup | 1 | 2 |
The table below outlines the default and maximum **InfoLevel** settings for each Tape Infrastructure section.
| Sub-Schema | Default Setting | Maximum Setting |
|--------------|:---------------:|:---------------:|
| Server | 1 | 1 |
-| Library | 1 | 2 |
-| MediaPool | 1 | 2 |
-| Vault | 1 | 1 |
-| NDMP | 1 | 1 |
+| Library | 1 | 2 |
+| MediaPool | 1 | 2 |
+| Vault | 1 | 1 |
+| NDMP | 1 | 1 |
The table below outlines the default and maximum **InfoLevel** settings for each Inventory section.
| Sub-Schema | Default Setting | Maximum Setting |
|--------------|:---------------:|:---------------:|
-| VI | 1 | 1 |
+| VI | 1 | 1 |
| PHY | 1 | 2 |
-| FileShare | 1 | 1 |
+| FileShare | 1 | 1 |
The table below outlines the default and maximum **InfoLevel** settings for each Storage Infrastructure section.
| Sub-Schema | Default Setting | Maximum Setting |
|--------------|:---------------:|:---------------:|
-| ONTAP | 1 | 2 |
-| ISILON | 1 | 2 |
+| ONTAP | 1 | 2 |
+| ISILON | 1 | 2 |
The table below outlines the default and maximum **InfoLevel** settings for each Backup Jobs section.
| Sub-Schema | Default Setting | Maximum Setting |
|--------------|:---------------:|:---------------:|
| Backup | 1 | 2 |
-| BackupCopy | 1 | 2 |
-| Tape | 1 | 2 |
-| Surebackup | 1 | 2 |
-| Agent | 1 | 2 |
-| FileShare | 1 | 2 |
-| Replication | 1 | 2 |
+| BackupCopy | 1 | 2 |
+| Tape | 1 | 2 |
+| Surebackup | 1 | 2 |
+| Agent | 1 | 2 |
+| FileShare | 1 | 2 |
+| Replication | 1 | 2 |
The table below outlines the default and maximum **InfoLevel** settings for each Replication section.
| Sub-Schema | Default Setting | Maximum Setting |
|--------------|:---------------:|:---------------:|
-| Replica | 1 | 2 |
-| FailoverPlan | 1 | 1 |
+| Replica | 1 | 2 |
+| FailoverPlan | 1 | 1 |
The table below outlines the default and maximum **InfoLevel** settings for each Cloud Connect section.
-| Sub-Schema | Default Setting | Maximum Setting |
-|--------------|:---------------:|:---------------:|
-| Certificate | 1 | 1 |
-| PublicIP | 1 | 1 |
-| CloudGateway | 1 | 2 |
-| GatewayPools | 1 | 1 |
-| Tenants | 1 | 2 |
-| BackupStorage | 1 | 1 |
-| ReplicaResources | 1 | 2 |
+| Sub-Schema | Default Setting | Maximum Setting |
+|-----------------|:---------------:|:---------------:|
+| Certificate | 1 | 1 |
+| PublicIP | 1 | 1 |
+| CloudGateway | 1 | 2 |
+| GatewayPools | 1 | 1 |
+| Tenants | 1 | 2 |
+| BackupStorage | 1 | 1 |
+| ReplicaResources| 1 | 2 |
### Healthcheck
@@ -253,3 +257,4 @@ PS C:\> New-AsBuiltReport -Report Veeam.VBR -Target veeam-vbr.pharmax.local -Use
- Since many of Veeam's features depend on the Standard+ license, the Community edition is not supported.
- If the Veeam Backup Server is not joined to an Active Directory domain (WorkGroup Auth), the PSDefaultAuthentication option must be set to Negotiate. If it is not, some of the report sections will be missing.
+- In order to generate the infrastructure diagram it is required to install [Graphviz](https://graphviz.org/download/) on the machine where the report is generated.
diff --git a/Samples/Sample Veeam Backup & Replication As Built Report.docx b/Samples/Sample Veeam Backup & Replication As Built Report.docx
deleted file mode 100644
index b9586a1..0000000
Binary files a/Samples/Sample Veeam Backup & Replication As Built Report.docx and /dev/null differ
diff --git a/Samples/Sample Veeam Backup & Replication As Built Report.html b/Samples/Sample Veeam Backup & Replication As Built Report.html
index 2998016..5b0e8c3 100644
--- a/Samples/Sample Veeam Backup & Replication As Built Report.html
+++ b/Samples/Sample Veeam Backup & Replication As Built Report.html
@@ -53,180 +53,138 @@
-
Veeam Backup & Replication As Built Report
Zen Pr Solutions
+
Veeam Backup & Replication As Built Report
Zen PR Solutions
Author: | Jonathan Colon |
-Date: | Saturday, June 3, 2023 |
+Date: | Monday, December 25, 2023 |
Version: | 1.0 |
-
1 VEEAM-VBR
The following section provides an overview of the implemented components of Veeam Backup & Replication.
1.1 Backup Infrastructure
The following section details configuration information about the Backup Server: VEEAM-VBR
Backup Infrastructure Inventory
+
1 VEEAM-VBR
The following section provides an overview of the implemented components of Veeam Backup & Replication.
1.1 Backup Infrastructure
The following section details configuration information about the Backup Server: VEEAM-VBR
Backup Infrastructure Inventory
Backup Proxies | 4 |
Managed Servers | 44 |
@@ -235,18 +193,19 @@
Object Repository | 3 |
WAN Accelerator | 4 |
Cloud Service Providers | 2 |
-SureBackup Application Group | 2 |
-SureBackup Virtual Lab | 2 |
+SureBackup Application Group | |
+SureBackup Virtual Lab | |
Locations | 7 |
-Instance Licenses (Total/Used) | 1000/0 |
+Instance Licenses (Total/Used) | 1000/8 |
Socket Licenses (Total/Used) | 0/0 |
Capacity Licenses (Total/Used) | 0TB/0TB |
Table 1 - Backup Infrastructure Inventory - VEEAM-VBR
-
1.1.1 Backup Server
+1.1.1 Backup Server
Server Name | VEEAM-VBR.pharmax.local |
-Version | 12.0.0.1420 |
+Is Domain Joined? | Yes |
+Version | 12.1.0.2131 |
Database Server | VEEAM-SQL.pharmax.local |
Database Instance | - |
Database Name | VeeamBackup |
@@ -259,15 +218,15 @@
Log Directory | C:\ProgramData\Veeam\Backup |
Table 2 - Backup Server - VEEAM-VBR
-1.1.1.1 Non-Default Registry Keys
+Health Check:
Best Practice: For the most secure deployment, Veeam recommend three options:
1. Add the Veeam components to a management domain that resides in a separate Active Directory Forest and protect the administrative accounts with two-factor authentication mechanics.
2. Add the Veeam components to a separate workgroup and place the components on a separate network where applicable.
3. Add the Veeam components to the production domain but make sure the accounts with administrative privileges are protected with two-factor authentication.
Reference: https://bp.veeam.com/vbr/Security/Security_domains.html
1.1.1.1 Non-Default Registry Keys
Registry Key | Registry Value |
-AzureArchiveFreezingUnSupportedRegions | brazilsoutheast, germanynorth, westindia, norwaywest, qatarcentral, swedencentral, swedensouth, uaecentral |
-HighestDetectedVMCVersion | 7.0.3.0 |
+AzureArchiveFreezingUnSupportedRegions | brazilsoutheast, germanynorth, westindia, norwaywest, qatarcentral, uaecentral |
+HighestDetectedVMCVersion | 8.0.2.0 |
LogDirectory | C:\ProgramData\Veeam\Backup |
SOBRArchivingScanPeriod | 36 |
Table 3 - Non-Default Registry Keys - VEEAM-VBR
-1.1.1.2 HealthCheck - Services Status
+1.1.1.2 HealthCheck - Services Status
Display Name | Short Name | Status |
Veeam AWS Service | VeeamAWSSvc | Running |
Veeam Azure Service | VeeamAzureSvc | Running |
@@ -278,6 +237,7 @@
Veeam Guest Catalog Service | VeeamCatalogSvc | Running |
Veeam CDP Proxy Service | VeeamCdpProxySvc | Running |
Veeam Cloud Connect Service | VeeamCloudSvc | Running |
+Veeam Data Analyzer Service | VeeamDataAnalyzerSvc | Running |
Veeam Installer Service | VeeamDeploySvc | Running |
Veeam Distribution Service | VeeamDistributionSvc | Running |
Veeam Explorers Recovery Service | VeeamExplorersRecoverySvc | Running |
@@ -288,155 +248,46 @@
Veeam Management Agent Service | VeeamManagementAgentSvc | Running |
Veeam Mount Service | VeeamMountSvc | Running |
Veeam vPower NFS Service | VeeamNFSSvc | Running |
-Veeam Tape Access Service | VeeamTapeSvc | Running |
+Veeam Tape Access Service | VeeamTapeSvc | Stopped |
Veeam Data Mover Service | VeeamTransportSvc | Running |
Veeam VSS Hardware Provider Service | VeeamVssProviderSvc | Running |
Veeam WAN Accelerator Service | VeeamWANSvc | Running |
Table 4 - HealthCheck - Services Status - VEEAM-VBR
-1.1.1.3 HealthCheck - Network Statistics
-Proto | Local IP | Local Port | Remote IP | Remote Port | State | Process Name | PID |
-UDP | 0.0.0.0 | 1063 | * | * | | VeeamNFSSvc | 3240 |
-UDP | 0.0.0.0 | 111 | * | * | | VeeamNFSSvc | 3240 |
-UDP | 0.0.0.0 | 2049 | * | * | | VeeamNFSSvc | 3240 |
-UDP | 127.0.0.1 | 50685 | * | * | | Veeam.Backup.CatalogDataService | 6712 |
-UDP | 127.0.0.1 | 50686 | * | * | | Veeam.Backup.CloudService | 2936 |
-UDP | 127.0.0.1 | 50806 | * | * | | Veeam.Backup.Agent.ConfigurationService | 3104 |
-UDP | 127.0.0.1 | 51935 | * | * | | Veeam.Backup.Cdp.Service | 7960 |
-UDP | 0.0.0.0 | 58991 | * | * | | VeeamGateSvc | 3192 |
-UDP | 0.0.0.0 | 6180 | * | * | | VeeamGateSvc | 3192 |
-UDP | 127.0.0.1 | 63035 | * | * | | Veeam.Backup.Service | 1872 |
-UDP | 127.0.0.1 | 65244 | * | * | | Veeam.Backup.MountService | 2204 |
-TCP | [fe80 | 10003 | [fe80 | 55983 | ESTABLISHED | Veeam.Backup.CloudService | 2936 |
-TCP | 192.168.7.73 | 50992 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 51424 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.UIServer | 5544 |
-TCP | 192.168.7.73 | 51451 | 185.230.149.8 | 6180 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 52324 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Manager | 1504 |
-TCP | 192.168.7.73 | 53078 | 185.230.149.8 | 6180 | ESTABLISHED | veeam.backup.shell | 9760 |
-TCP | 192.168.7.73 | 53179 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.UIServer | 5544 |
-TCP | 192.168.7.73 | 53263 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 53896 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Cdp.Service | 7960 |
-TCP | 192.168.7.73 | 54070 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.UIServer | 5544 |
-TCP | 192.168.7.73 | 54071 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.UIServer | 5544 |
-TCP | 192.168.7.73 | 54139 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.UIServer | 5544 |
-TCP | 192.168.7.73 | 54662 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Manager | 5200 |
-TCP | 192.168.7.73 | 54700 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.ExternalInfrastructure.DbProvider | 2356 |
-TCP | 192.168.7.73 | 54785 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.CloudService | 2936 |
-TCP | 192.168.7.73 | 54861 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.WmiServer | 4224 |
-TCP | 192.168.7.73 | 54907 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Cdp.Service | 7960 |
-TCP | 192.168.7.73 | 54958 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.RestAPIService | 1296 |
-TCP | 192.168.7.73 | 55451 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.UIServer | 5544 |
-TCP | 192.168.7.73 | 55634 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Satellite | 11604 |
-TCP | 192.168.7.73 | 55809 | 192.168.5.2 | 443 | ESTABLISHED | Veeam.Backup.BrokerService | 2576 |
-TCP | [fe80 | 55907 | [fe80 | 9392 | ESTABLISHED | Veeam.Backup.RestAPIService | 1296 |
-TCP | [fe80 | 55908 | [fe80 | 9392 | ESTABLISHED | Veeam.Backup.Manager | 5200 |
-TCP | [fe80 | 55913 | [fe80 | 9392 | ESTABLISHED | Veeam.Backup.Cdp.Service | 7960 |
-TCP | [fe80 | 55928 | [fe80 | 9392 | ESTABLISHED | Veeam.Backup.ExternalInfrastructure.DbProvider | 2356 |
-TCP | [fe80 | 55929 | [fe80 | 9392 | ESTABLISHED | Veeam.Backup.WmiServer | 4224 |
-TCP | [fe80 | 55930 | [fe80 | 9501 | ESTABLISHED | Veeam.Backup.Cdp.Service | 7960 |
-TCP | [fe80 | 55933 | [fe80 | 9392 | ESTABLISHED | Veeam.Backup.Manager | 7412 |
-TCP | [fe80 | 55938 | [fe80 | 9392 | ESTABLISHED | Veeam.Backup.Manager | 1504 |
-TCP | [fe80 | 55956 | [fe80 | 9392 | ESTABLISHED | Veeam.Backup.UIServer | 5544 |
-TCP | [fe80 | 55983 | [fe80 | 10003 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 56532 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 57703 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 59223 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 59383 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 60147 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 61452 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.BrokerService | 2576 |
-TCP | 192.168.7.73 | 62675 | 192.168.7.75 | 1433 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 127.0.0.1 | 6290 | 127.0.0.1 | 65503 | ESTABLISHED | Veeam.Guest.Interaction.Proxy | 4288 |
-TCP | 192.168.7.73 | 63409 | 192.168.5.2 | 443 | ESTABLISHED | Veeam.Backup.BrokerService | 2576 |
-TCP | 127.0.0.1 | 65503 | 127.0.0.1 | 6290 | ESTABLISHED | VeeamTransportSvc | 3208 |
-TCP | [fe80 | 9392 | [fe80 | 55938 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | [fe80 | 9392 | [fe80 | 55933 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | [fe80 | 9392 | [fe80 | 55928 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | [fe80 | 9392 | [fe80 | 55956 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | [fe80 | 9392 | [fe80 | 55913 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | [fe80 | 9392 | [fe80 | 55907 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | [fe80 | 9392 | [fe80 | 55908 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | [fe80 | 9392 | [fe80 | 55929 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 9392 | 192.168.7.250 | 33696 | ESTABLISHED | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 9396 | 192.168.7.250 | 33699 | ESTABLISHED | Veeam.Backup.UIServer | 5544 |
-TCP | [fe80 | 9501 | [fe80 | 55930 | ESTABLISHED | Veeam.Backup.BrokerService | 2576 |
-TCP | 0.0.0.0 | 10001 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.Service | 1872 |
-TCP | 0.0.0.0 | 10002 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.Service | 1872 |
-TCP | 0.0.0.0 | 10003 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.CloudService | 2936 |
-TCP | 0.0.0.0 | 10005 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.Service | 1872 |
-TCP | 0.0.0.0 | 10006 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.Service | 1872 |
-TCP | 0.0.0.0 | 1063 | 0.0.0.0 | 0 | LISTENING | VeeamNFSSvc | 3240 |
-TCP | 0.0.0.0 | 111 | 0.0.0.0 | 0 | LISTENING | VeeamNFSSvc | 3240 |
-TCP | 0.0.0.0 | 11731 | 0.0.0.0 | 0 | LISTENING | VeeamDeploymentSvc | 3092 |
-TCP | 127.0.0.1 | 16170 | 0.0.0.0 | 0 | LISTENING | Veeam.StandBy.Service | 7208 |
-TCP | 0.0.0.0 | 20443 | 0.0.0.0 | 0 | LISTENING | Veeam.Azure.PlatformSvc | 5420 |
-TCP | 0.0.0.0 | 2049 | 0.0.0.0 | 0 | LISTENING | VeeamNFSSvc | 3240 |
-TCP | 0.0.0.0 | 33032 | 0.0.0.0 | 0 | LISTENING | VeeamCDPSvc | 2892 |
-TCP | 0.0.0.0 | 33033 | 0.0.0.0 | 0 | LISTENING | VeeamCDPSvc | 2892 |
-TCP | 0.0.0.0 | 6160 | 0.0.0.0 | 0 | LISTENING | VeeamDeploymentSvc | 3092 |
-TCP | 0.0.0.0 | 6161 | 0.0.0.0 | 0 | LISTENING | VeeamNFSSvc | 3240 |
-TCP | 0.0.0.0 | 6162 | 0.0.0.0 | 0 | LISTENING | VeeamTransportSvc | 3208 |
-TCP | 0.0.0.0 | 6164 | 0.0.0.0 | 0 | LISTENING | VeeamWANSvc | 3232 |
-TCP | 0.0.0.0 | 6165 | 0.0.0.0 | 0 | LISTENING | VeeamWANSvc | 3232 |
-TCP | 0.0.0.0 | 6166 | 0.0.0.0 | 0 | LISTENING | VeeamTapeSvc | 3224 |
-TCP | 0.0.0.0 | 6168 | 0.0.0.0 | 0 | LISTENING | VeeamGateSvc | 3192 |
-TCP | 0.0.0.0 | 6169 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.CloudService | 2936 |
-TCP | 0.0.0.0 | 6170 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.MountService | 2204 |
-TCP | 0.0.0.0 | 6180 | 0.0.0.0 | 0 | LISTENING | VeeamGateSvc | 3192 |
-TCP | 0.0.0.0 | 6182 | 0.0.0.0 | 0 | LISTENING | VeeamCDPSvc | 2892 |
-TCP | 0.0.0.0 | 6185 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.Cdp.Service | 7960 |
-TCP | 0.0.0.0 | 6190 | 0.0.0.0 | 0 | LISTENING | Veeam.Guest.Interaction.Proxy | 4288 |
-TCP | 0.0.0.0 | 6210 | 0.0.0.0 | 0 | LISTENING | VeeamFilesysVssSvc | 3160 |
-TCP | 0.0.0.0 | 6290 | 0.0.0.0 | 0 | LISTENING | Veeam.Guest.Interaction.Proxy | 4288 |
-TCP | 0.0.0.0 | 8190 | 0.0.0.0 | 0 | LISTENING | VeeamNetworkRedirector | 5928 |
-TCP | 0.0.0.0 | 8191 | 0.0.0.0 | 0 | LISTENING | VeeamNetworkRedirector | 5928 |
-TCP | 0.0.0.0 | 9380 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.Agent.ConfigurationService | 3104 |
-TCP | 0.0.0.0 | 9381 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.Agent.ConfigurationService | 3104 |
-TCP | 0.0.0.0 | 9392 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.Service | 1872 |
-TCP | 0.0.0.0 | 9393 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.CatalogDataService | 6712 |
-TCP | 0.0.0.0 | 9396 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.UIServer | 5544 |
-TCP | 0.0.0.0 | 9401 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.Service | 1872 |
-TCP | 0.0.0.0 | 9402 | 0.0.0.0 | 0 | LISTENING | Veeam.CloudBackup.PlatformService | 6088 |
-TCP | 0.0.0.0 | 9403 | 0.0.0.0 | 0 | LISTENING | Veeam.GCP.PlatformService.WebService | 7736 |
-TCP | 0.0.0.0 | 9403 | 0.0.0.0 | 0 | LISTENING | Veeam.GCP.PlatformService.WebService | 7736 |
-TCP | 0.0.0.0 | 9404 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.PlatformServices.Kasten | 8104 |
-TCP | 0.0.0.0 | 9404 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.PlatformServices.Kasten | 8104 |
-TCP | 0.0.0.0 | 9405 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.Service | 1872 |
-TCP | 0.0.0.0 | 9501 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.BrokerService | 2576 |
-TCP | 0.0.0.0 | 9509 | 0.0.0.0 | 0 | LISTENING | Veeam.Backup.Cdp.Service | 7960 |
-TCP | 192.168.7.73 | 55906 | 192.168.6.14 | 6160 | SYN_SENT | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 55981 | 192.168.7.215 | 6168 | SYN_SENT | Veeam.Backup.Service | 1872 |
-TCP | 192.168.7.73 | 55982 | 10.10.30.40 | 443 | SYN_SENT | Veeam.Backup.BrokerService | 2576 |
-TCP | 192.168.7.73 | 55985 | 10.10.33.42 | 443 | SYN_SENT | Veeam.Backup.BrokerService | 2576 |
-
-
Table 5 - HealthCheck - Network Statistics - VEEAM-VBR
-1.1.2 Enterprise Manager Information
The following table details information about Veeam Enterprise Manager
+1.1.2 Enterprise Manager Information
The following table details information about Veeam Enterprise Manager configuration status
Server Name | VEEAM-EM.pharmax.local |
Server URL | https://VEEAM-EM.pharmax.local:9443 |
Skip License Push | No |
Is Connected | Yes |
-
Table 6 - Enterprise Manager - VEEAM-VBR
-1.1.3 License Information
The following section provides a summary about the installed licenses
1.1.3.1 Installed License Information
+Table 5 - Enterprise Manager - VEEAM-VBR
+1.1.3 License Information
The following section provides a summary about the installed licenses
1.1.3.1 Installed License Information
-Licensed To | Veeam Software Group GmbH |
+Licensed To | Zen Pr Solutions |
Edition | EnterprisePlus |
Type | Evaluation |
Status | Valid |
-Expiration Date | Thursday, August 31, 2023 |
+Expiration Date | Thursday, January 4, 2024 |
Support Id | N/A |
Support Expiration Date | - |
Auto Update Enabled | No |
Free Agent Instance | Yes |
-Cloud Connect | Enterprise |
+Cloud Connect | Disabled |
-
Table 7 - Licenses - VEEAM-VBR
-Instance License Usage
+Table 6 - Licenses - VEEAM-VBR
+Instance License Usage
Instances Capacity | Used Instances | New Instances | Rental Instances |
-1000 | 0 | 0 | 0 |
+1000 | 8 | 0 | 0 |
-
Table 8 - Instance License Usage - VEEAM-VBR
-1.1.4 General Options
The following section details Veaam Backup & Replication general setting. General settings are applied to all jobs, backup infrastructure components and other objects managed by the backup server.
1.1.4.1 Configuration Backup
+Table 7 - Instance License Usage - VEEAM-VBR
+Per Instance Type License Usage
+Type | Count | Multiplier | Used Instances |
+VM | 8 | 1 | 8 |
+FileShare | 0 | 1 | 0 |
+
+
Table 8 - Per Instance Type - VEEAM-VBR
+1.1.4 General Options
The following section details Veaam Backup & Replication general setting. General settings are applied to all jobs, backup infrastructure components and other objects managed by the backup server.
1.1.4.1 Configuration Backup
Name | Backup Configuration Job |
Run Job Automatically | Yes |
@@ -448,58 +299,58 @@
Additional Address | veeam_admin@pharmax.local |
Email Subject | [%JobResult%] %JobName% (%Time%) |
Notify On | Notify On Success: No Notify On Warning: Yes Notify On Error: Yes Notify On Last Retry Only: Yes |
-NextRun | |
+NextRun | 12/26/2023 10:00:00 |
Target | Linux - Hardened Repository |
-Enabled | No |
-LastResult | Failed |
+Enabled | Yes |
+LastResult | Success |
Table 9 - Configuration Backup Settings - VEEAM-VBR
-Health Check:
Best Practice: Its a recommended best practice to enable the Backup Configuration j ob
1.1.4.2 Email Notification
+1.1.4.2 Email Notification
Email Recipient | veeam_admin@pharmax.local,jcolonf@zenprsolutions.com |
Email Sender | veeam_admin@pharmax.local |
-SMTP Server | veeam-ex.pharmax.local |
+SMTP Server | Azure |
Email Subject | [%JobResult%] %JobName% (%VmCount% machines) %Issues% |
SSL Enabled | Yes |
Auth Enabled | Yes |
Credentials | rebelinux@gmail.com |
Daily Reports Time | 10:00 PM |
-Enabled | No |
+Enabled | Yes |
Notify On | Notify On Success: Yes Notify On Warning: Yes Notify On Failure: Yes Notify On Last Retry Only: Yes |
Table 10 - Email Notification Settings - VEEAM-VBR
-Health Check:
Best Practice: Veeam recommends configuring email notifications to be able to receive alerts with the results of jobs performed on the backup server.
1.1.4.3 Global Notifications
Backup Storage
+1.1.4.3 Global Notifications
Backup Storage
Warn me when free disk space is below | Disabled |
Table 11 - Backup Storage Notification - VEEAM-VBR
-Production Datastore
+Production Datastore
Warn me when free disk space is below | 11% |
Skip VM processig when free disk space is below | 5% |
Table 12 - Production Datastore Notification - VEEAM-VBR
-Support Expiration
+Support Expiration
Enable notification about support contract expiration | Yes |
Table 13 - Support Expiration Notification - VEEAM-VBR
-Update Notification
+Update Notification
Check for product and hypervisor updates periodically | Yes |
Table 14 - Update Notification Notification - VEEAM-VBR
-1.1.4.4 Storage Latency Control
+1.1.4.4 Storage Latency Control
Latency Limit | Throttling IO Limit | Enabled |
20/ms | 30/ms | Yes |
Table 15 - Storage Latency Control - VEEAM-VBR
-Per Datastore Latency Control Options
+Per Datastore Latency Control Options
Datastore Name | Latency Limit | Throttling IO Limit |
HDD-VM-MED-PERF-01 | 10/ms | 15/ms |
Table 16 - Per Datastore Latency Control Options - VEEAM-VBR
-1.1.4.5 Backup Server TLS Certificate
+1.1.4.5 Backup Server TLS Certificate
Friendly Name | Veeam Backup Server Certificate |
Subject Name | CN=Veeam Backup Server Certificate |
@@ -510,7 +361,7 @@
Serial Number | 4369014BA8DF88B344C2B090F1D19974 |
Table 17 - TLS Certificate - VEEAM-VBR
-1.1.4.6 Network Traffic Rules
The following section details network traffic rules settings configured on Veeam Backup & Replication.
+1.1.4.6 Network Traffic Rules
The following section details network traffic rules settings configured on Veeam Backup & Replication.
Name | Inter-Site-to-DR |
Source IP Start | 192.168.7.1 |
@@ -521,6 +372,17 @@
Throttling | Throttling Enabled: Yes Throttling Unit: MbytePerSec Throttling Value: 10 Throttling Windows: Yes |
Table 18 - Network Traffic Rules - Inter-Site-to-DR
+Throttling Windows Time Period
Permited \ Denied
+H | 12 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
+Sun | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
+Mon | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 |
+Tue | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 |
+Wed | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 |
+Thu | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 |
+Fri | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 |
+Sat | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
+
+
Table 19 - Throttling Windows - Inter-Site-to-DR
Name | Internet |
@@ -531,20 +393,20 @@
Encryption Enabled | Yes |
Throttling | Throttling Enabled: No Throttling Unit: MbitPerSec Throttling Value: 1 Throttling Windows: No |
-
Table 19 - Network Traffic Rules - Internet
-Preferred Networks
+Table 20 - Network Traffic Rules - Internet
+Preferred Networks
IP Address | Subnet Mask | CIDR Notation |
192.168.7.0 | 255.255.255.0 | 192.168.7.0/24 |
-
Table 20 - Preferred Networks - VEEAM-VBR
-1.1.5 Roles and Users
The following section provides information about roles assigned to users or groups.
+Table 21 - Preferred Networks - VEEAM-VBR
+1.1.5 Roles and Users
The following section provides information about roles assigned to users or groups.
Name | Type | Role |
Administrators | Group | BackupAdmin |
PHARMAX\veeam_admin | User | BackupOperator |
PHARMAX\vrauser | User | BackupOperator |
-
Table 21 - Roles and Users - VEEAM-VBR
-1.1.6 Security Credentials
The following table provide information about the credentials managed by Veeam Backup & Replication.
+Table 22 - Roles and Users - VEEAM-VBR
+1.1.6 Security Credentials
The following table provide information about the credentials managed by Veeam Backup & Replication.
Name | Change Time | Description |
admin | 12/14/2019 | admin netapp |
admin | 2/24/2022 | ONTAP-HQ-SAN |
@@ -557,9 +419,10 @@
god | 12/28/2021 | god |
god | 12/28/2021 | god |
rebelinux@gmail.com | 12/28/2021 | rebelinux@gmail.com |
-root | 12/14/2019 | Azure helper appliance credentials |
root | 7/20/2022 | ESXi root account |
+root | 12/23/2023 | root |
root | 12/14/2019 | Helper appliance credentials |
+root | 12/14/2019 | Azure helper appliance credentials |
root | 12/14/2019 | Provider-side network extension appliance credentials |
root | 12/18/2019 | root |
root | 12/14/2019 | Tenant-side network extension appliance credentials |
@@ -573,16 +436,16 @@
VEEAM-VBR | 6/30/2021 | HP StoreOne VSA |
ZenPRSolutions-130858420/ZenPRSolutions-130858420 | 6/9/2022 | ZenPRSolutions-130858420/ZenPRSolutions-130858420 |
-
Table 22 - Security Credentials - VEEAM-VBR
-1.1.6.1 Service Provider Credentials
The following table provide information about the service provider credentials managed by Veeam Backup & Replication.
+Table 23 - Security Credentials - VEEAM-VBR
+1.1.6.1 Service Provider Credentials
The following table provide information about the service provider credentials managed by Veeam Backup & Replication.
Name | Description |
godadmin | ACME Inc. Provider |
jcolonfzenpr | jcolonfzenpr |
ultra_super_god_admin | Super Duper Backup Provider Credential |
VCC-ZenPRSolutions | VCC-ZenPRSolutions |
-
Table 23 - Service Provider Credentials - VEEAM-VBR
-1.1.7 Geographical Locations
The following section provide a summary about geographical locations.
+Table 24 - Service Provider Credentials - VEEAM-VBR
+1.1.7 Geographical Locations
The following section provide a summary about geographical locations.
Name | id |
Brazil | ceadd22f-3872-4152-9dca-9b27af11b144 |
Cayey | 1f13b88a-d8c0-4048-a79c-0f4575dc904a |
@@ -592,56 +455,56 @@
San Juan | a7643c0e-ed73-4803-85f1-eef451169a54 |
Texas | 21037406-af0a-4f39-9393-13c8f3d0c8be |
-
Table 24 - Location - VEEAM-VBR
-1.1.8 Virtualization Servers and Hosts
+Table 25 - Location - VEEAM-VBR
+1.1.8 Virtualization Servers and Hosts
Name | Description | Status |
-veeam-lnx-px.pharmax.local | Linux host | Unavailable |
192.168.7.65 | Linux host | Unavailable |
+veeam-lnx-px.pharmax.local | Linux host | Unavailable |
+VEEAM-VTL.pharmax.local | Linux host | Available |
pharmax-cluster.pharmax.local | Microsoft Hyper-V cluster | Available |
-VEEAM-HV-01 | Microsoft Hyper-V server | Unavailable |
-VEEAM-HV-02 | Microsoft Hyper-V server | Unavailable |
VEEAM-HV-03.pharmax.local | Microsoft Hyper-V server | Unavailable |
-VEEAM-VBR-02V.pharmax.local | Microsoft Windows server | Available |
-VEEAM-HV-02.pharmax.local | Microsoft Windows server | Unavailable |
-VEEAM-REPO-01V.pharmax.local | Microsoft Windows server | Unavailable |
-VEEAM-HVPRX-01V.pharmax.local | Microsoft Windows server | Unavailable |
+VEEAM-HV-02 | Microsoft Hyper-V server | Unavailable |
+VEEAM-HV-01 | Microsoft Hyper-V server | Unavailable |
VEEAM-HV-03.pharmax.local | Microsoft Windows server | Unavailable |
VEEAM-VBR.pharmax.local | Microsoft Windows server | Available |
+VEEAM-HV-01.pharmax.local | Microsoft Windows server | Unavailable |
+VEEAM-REPO-01V.pharmax.local | Microsoft Windows server | Unavailable |
+VEEAM-HV-02.pharmax.local | Microsoft Windows server | Unavailable |
VEEAM-TPS-01V.pharmax.local | Microsoft Windows server | Unavailable |
VEEAM-WAN-01V.pharmax.local | Microsoft Windows server | Unavailable |
-VEEAM-HV-01.pharmax.local | Microsoft Windows server | Unavailable |
server-dc-01v | Microsoft Windows server | Available |
-ONTAP-HQ-SAN-IC.pharmax.local | NDMP server | Unavailable |
+VEEAM-HVPRX-01V.pharmax.local | Microsoft Windows server | Unavailable |
+VEEAM-VBR-02V.pharmax.local | Microsoft Windows server | Unavailable |
192.168.5.18:/oracle | NFS file share | Available |
ONTAP-HQ-SAN\NAS-VEEAM:/DATA | NFS filer | Available |
ONTAP-HQ-SAN\NAS-VEEAM:/oracle | NFS filer | Available |
-\\isilon_nas.pharmax.local\DATA | SMB file share | Available |
\\server-dc-01v\UEMConfig | SMB file share | Available |
-PHARMAX-ISILON\System:\DATA | SMB filer | Available |
+\\isilon_nas.pharmax.local\DATA | SMB file share | Available |
ONTAP-HQ-SAN\NAS-VEEAM:\data | SMB filer | Available |
-ONTAP-HQ-SAN\NAS-VEEAM:\c$ | SMB filer | Available |
+PHARMAX-ISILON\System:\DATA | SMB filer | Available |
ONTAP-HQ-SAN\NAS-VEEAM:\ipc$ | SMB filer | Available |
+ONTAP-HQ-SAN\NAS-VEEAM:\c$ | SMB filer | Available |
ONTAP-DR-SAN | Storage | Available |
-VEEAM-NTAP-CLUSTER | Storage | Available |
PHARMAX-ISILON | Storage | Available |
+VEEAM-NTAP-CLUSTER | Storage | Available |
ONTAP-HQ-SAN | Storage | Available |
PHARMAX-DR | Storage | Available |
PHARMAX-HQ | Storage | Available |
vcd-srv-01v.pharmax.local | VMware Cloud Director server | Available |
-comp-02a.pharmax.local | VMware ESXi server | Available |
+esxsvr-00f.pharmax.local | VMware ESXi server | Available |
+192.168.7.124 | VMware ESXi server | Available |
esxsvr-00f.pharmax.local | VMware ESXi server | Available |
disaster-01a.pharmax.local | VMware ESXi server | Available |
+edge-01a.pharmax.local | VMware ESXi server | Available |
comp-01a.pharmax.local | VMware ESXi server | Available |
-comp-02a.pharmax.local | VMware ESXi server | Available |
-esxsvr-00f.pharmax.local | VMware ESXi server | Available |
+192.168.7.124 | VMware ESXi server | Available |
comp-01a.pharmax.local | VMware ESXi server | Available |
-edge-01a.pharmax.local | VMware ESXi server | Available |
-vcenter-03v.pharmax.local | VMware vCenter server | Available |
192.168.5.2 | VMware vCenter server | Available |
vcenter-01v.pharmax.local | VMware vCenter server | Available |
+vcenter-03v.pharmax.local | VMware vCenter server | Available |
-
Table 25 - Managed Servers - VEEAM-VBR
-1.1.9 Backup Proxies
The following section provides a summary of the Veeam Backup Proxies
1.1.9.1 VMware Backup Proxies
+Table 26 - Managed Servers - VEEAM-VBR
+1.1.9 Backup Proxies
The following section provides a summary of the Veeam Backup Proxies
1.1.9.1 VMware Backup Proxies
Name | veeam-lnx-px.pharmax.local |
Host Name | veeam-lnx-px.pharmax.local |
@@ -656,7 +519,7 @@
Services Credential | - |
Status | Unavailable |
-
Table 26 - Backup Proxy - veeam-lnx-px.pharmax.local
+Table 27 - Backup Proxy - veeam-lnx-px.pharmax.local
Name | VMware Backup Proxy |
@@ -672,7 +535,7 @@
Services Credential | - |
Status | Available |
-
Table 27 - Backup Proxy - VMware Backup Proxy
+Table 28 - Backup Proxy - VMware Backup Proxy
Name | VEEAM-VBR-02V.pharmax.local |
@@ -686,10 +549,10 @@
Chassis Type | ViVirtual |
OS Type | Windows |
Services Credential | administrator@pharmax.local |
-Status | Available |
+Status | Unavailable |
-
Table 28 - Backup Proxy - VEEAM-VBR-02V.pharmax.local
-HealthCheck - VEEAM-VBR-02V Services Status
+Table 29 - Backup Proxy - VEEAM-VBR-02V.pharmax.local
+HealthCheck - VEEAM-VBR-02V Services Status
Display Name | Short Name | Status |
Veeam Backup VSS Integration Service | VeeamFilesysVssSvc | Running |
Veeam Cloud Gateway Service | VeeamGateSvc | Running |
@@ -697,13 +560,16 @@
Veeam Explorers Recovery Service | VeeamExplorersRecoverySvc | Running |
Veeam Installer Service | VeeamDeploySvc | Running |
Veeam Mount Service | VeeamMountSvc | Running |
-Veeam Tape Access Service | VeeamTapeSvc | Running |
Veeam vPower NFS Service | VeeamNFSSvc | Running |
Veeam VSS Hardware Provider Service | VeeamVssProviderSvc | Running |
Veeam WAN Accelerator Service | VeeamWANSvc | Running |
-
Table 29 - HealthCheck - Services Status - VEEAM-VBR-02V
-1.1.9.2 Hyper-V Backup Proxies
+Table 30 - HealthCheck - Services Status - VEEAM-VBR-02V
+
+
1.1.9.1.1 VMware Backup Proxy Diagram.
+

+
+
Image preview: Opens the image in a new tab to view it at full resolution.
1.1.9.2 Hyper-V Backup Proxies
Name | VEEAM-HVPRX-01V.pharmax.local |
Host Name | VEEAM-HVPRX-01V.pharmax.local |
@@ -715,8 +581,20 @@
Services Credential | administrator@pharmax.local |
Status | Unavailable |
-
Table 30 - Backup Proxy - VEEAM-HVPRX-01V
-
1.1.10 WAN Accelerators
The following section provides information about WAN Accelerator. WAN accelerators are responsible for global data caching and data deduplication.
+Table 31 - Backup Proxy - VEEAM-HVPRX-01V
+HealthCheck - VEEAM-HVPRX-01V Services Status
+Display Name | Short Name | Status |
+Veeam Cloud Gateway Service | VeeamGateSvc | Running |
+Veeam Data Mover Service | VeeamTransportSvc | Running |
+Veeam Hyper-V Integration Service | VeeamHvIntegrationSvc | Running |
+Veeam Installer Service | VeeamDeploySvc | Running |
+
+
Table 32 - HealthCheck - Services Status - VEEAM-HVPRX-01V
+
+
1.1.9.2.1 HyperV Backup Proxy Diagram.
+

+
+
Image preview: Opens the image in a new tab to view it at full resolution.
1.1.10 WAN Accelerators
The following section provides information about WAN Accelerator. WAN accelerators are responsible for global data caching and data deduplication.
Name | VEEAM-REPO-01V.pharmax.local |
Host Name | VEEAM-REPO-01V.pharmax.local |
@@ -731,7 +609,7 @@
Cache Path | E:\VeeamWAN |
Max Cache Size | 10 GB |
-
Table 31 - Wan Accelerator - VEEAM-REPO-01V.pharmax.local
+
Table 33 - Wan Accelerator - VEEAM-REPO-01V.pharmax.local
Name | VEEAM-VBR |
@@ -747,7 +625,7 @@
Cache Path | E:\VeeamWAN |
Max Cache Size | 10 GB |
-
Table 32 - Wan Accelerator - VEEAM-VBR.pharmax.local
+
Table 34 - Wan Accelerator - VEEAM-VBR.pharmax.local
Name | VEEAM-VBR-02V.pharmax.local |
@@ -763,7 +641,7 @@
Cache Path | E:\VeeamWAN |
Max Cache Size | 100 GB |
-
Table 33 - Wan Accelerator - VEEAM-VBR-02V.pharmax.local
+
Table 35 - Wan Accelerator - VEEAM-VBR-02V.pharmax.local
Name | VEEAM-WAN-01V.pharmax.local |
@@ -779,27 +657,31 @@
Cache Path | C:\VeeamWAN |
Max Cache Size | 10 GB |
-
Table 34 - Wan Accelerator - VEEAM-WAN-01V.pharmax.local
-1.1.11 Service Providers
The following section provides a summary about configured Veeam Cloud Service Providers.
+Table 36 - Wan Accelerator - VEEAM-WAN-01V.pharmax.local
+
+
1.1.11 Wan Accelerator Diagram.
+

+
+
Image preview: Opens the image in a new tab to view it at full resolution.
1.1.12 Service Providers
The following section provides a summary about configured Veeam Cloud Service Providers.
DNS Name | Cloud Connect Type | Managed By Provider |
-uk-rep04.peasoup.net | BaaS | No |
+uk-rep04.peasoup.net | Unknown | No |
vcc.virtualdcs.co.uk | Unknown | Yes |
-
Table 35 - Service Providers - VEEAM-VBR
-
1.1.12 Backup Repository
The following section provides Backup Repository summary information.
+Table 37 - Service Providers - VEEAM-VBR
+1.1.13 Backup Repository
The following section provides Backup Repository summary information.
Name | Total Space | Free Space | Used Space % | Status |
-cloud-jcolonfzenpr-01 | 1000 Gb | 923 Gb | 8 | Available |
+cloud-jcolonfzenpr-01 | 1000 Gb | 923 Gb | 8 | Unavailable |
HQ - Backups | 199 Gb | 198 Gb | 1 | Unavailable |
Linux - Hardened Repository | 199 Gb | 187 Gb | 6 | Unavailable |
VEEAM-DD | 351 Gb | 291 Gb | 17 | Unavailable |
VEEAM-HPE-StoreOnce-VSA | 0 Gb | 0 Gb | 0 | Unavailable |
-VEEAM-VBR - E:\ | 499 Gb | 344 Gb | 31 | Available |
+VEEAM-VBR - E:\ | 499 Gb | 139 Gb | 72 | Available |
VEEAM-VBR - F:\ | 99 Gb | 95 Gb | 4 | Available |
-VEEAM-VBR-02V - E:\ | 99 Gb | 5 Gb | 95 | Available |
-VEEAM-VBR-02V - F:\ | 99 Gb | 90 Gb | 9 | Available |
+VEEAM-VBR-02V - E:\ | 99 Gb | 5 Gb | 95 | Unavailable |
+VEEAM-VBR-02V - F:\ | 99 Gb | 90 Gb | 9 | Unavailable |
-
Table 38 - Backup Repository - VEEAM-VBR
-1.1.12.1 Backup Repository Configuration
The following section provides a detailed information of the Veeam Backup Repository Configuration.
cloud-jcolonfzenpr-01
+Table 39 - Backup Repository - VEEAM-VBR
+1.1.13.1 Backup Repository Configuration
The following section provides a detailed information of the Veeam Backup Repository Configuration.
cloud-jcolonfzenpr-01
Backup Proxy | uk-rep04.peasoup.net |
Integration Type | Cloud |
@@ -816,8 +698,8 @@
Version Of Creation | 11.0.1.1261 |
Has Backup Chain Length Limitation | No |
-
Table 39 - Backup Repository - cloud-jcolonfzenpr-01
-Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
HQ - Backups
+Table 40 - Backup Repository - cloud-jcolonfzenpr-01
+Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
HQ - Backups
Backup Proxy | VEEAM-REPO-01V.pharmax.local |
Integration Type | Windows |
@@ -834,8 +716,8 @@
Version Of Creation | 11.0.1.1261 |
Has Backup Chain Length Limitation | No |
-
Table 40 - Backup Repository - HQ - Backups
-Linux - Hardened Repository
+Table 41 - Backup Repository - HQ - Backups
+Linux - Hardened Repository
Backup Proxy | veeam-lnx-px.pharmax.local |
Integration Type | Linux |
@@ -852,8 +734,8 @@
Version Of Creation | 11.0.1.1261 |
Has Backup Chain Length Limitation | No |
-
Table 41 - Backup Repository - Linux - Hardened Repository
-VEEAM-DD
+Table 42 - Backup Repository - Linux - Hardened Repository
+VEEAM-DD
Backup Proxy | VEEAM-VBR.pharmax.local |
Integration Type | Dell Data Domain |
@@ -864,14 +746,14 @@
San Snapshot Only | No |
Dedup Storage | Yes |
Split Storages Per Vm | Yes |
-Immutability Supported | No |
-Immutability Enabled | No |
+Immutability Supported | Yes |
+Immutability Enabled | No |
Immutability Interval | 7 |
Version Of Creation | 9.5.4.2866 |
Has Backup Chain Length Limitation | Yes |
-
Table 42 - Backup Repository - VEEAM-DD
-VEEAM-HPE-StoreOnce-VSA
+Table 43 - Backup Repository - VEEAM-DD
+Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
VEEAM-HPE-StoreOnce-VSA
Backup Proxy | VEEAM-VBR.pharmax.local |
Integration Type | HPE StoreOnce |
@@ -888,8 +770,8 @@
Version Of Creation | 11.0.0.837 |
Has Backup Chain Length Limitation | Yes |
-
Table 43 - Backup Repository - VEEAM-HPE-StoreOnce-VSA
-Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
VEEAM-VBR - E:\
+Table 44 - Backup Repository - VEEAM-HPE-StoreOnce-VSA
+Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
VEEAM-VBR - E:\
Extent of ScaleOut Backup Repository | SOBR - Minio |
Backup Proxy | VEEAM-VBR.pharmax.local |
@@ -907,8 +789,8 @@
Version Of Creation | 10.0.0.4461 |
Has Backup Chain Length Limitation | No |
-
Table 44 - Backup Repository - VEEAM-VBR - E:\
-VEEAM-VBR - F:\
+Table 45 - Backup Repository - VEEAM-VBR - E:\
+VEEAM-VBR - F:\
Extent of ScaleOut Backup Repository | SOBR - AWS S3 |
Backup Proxy | VEEAM-VBR.pharmax.local |
@@ -926,8 +808,8 @@
Version Of Creation | 9.0.0.0 |
Has Backup Chain Length Limitation | No |
-
Table 45 - Backup Repository - VEEAM-VBR - F:\
-VEEAM-VBR-02V - E:\
+Table 46 - Backup Repository - VEEAM-VBR - F:\
+VEEAM-VBR-02V - E:\
Extent of ScaleOut Backup Repository | SOBR - AWS S3 |
Backup Proxy | VEEAM-VBR-02V.pharmax.local |
@@ -945,8 +827,8 @@
Version Of Creation | 11.0.1.1261 |
Has Backup Chain Length Limitation | No |
-
Table 46 - Backup Repository - VEEAM-VBR-02V - E:\
-VEEAM-VBR-02V - F:\
+Table 47 - Backup Repository - VEEAM-VBR-02V - E:\
+VEEAM-VBR-02V - F:\
Extent of ScaleOut Backup Repository | SOBR - Azure Blob |
Backup Proxy | VEEAM-VBR-02V.pharmax.local |
@@ -964,15 +846,15 @@
Version Of Creation | 11.0.1.1261 |
Has Backup Chain Length Limitation | No |
-
Table 47 - Backup Repository - VEEAM-VBR-02V - F:\
-1.1.13 Object Storage Repository
The following section provides a summary about the Veeam Object Storage Repository.
+Table 48 - Backup Repository - VEEAM-VBR-02V - F:\
+1.1.14 Object Storage Repository
The following section provides a summary about the Veeam Object Storage Repository.
Name | Type | Connection Type | Gateway Server |
AWS - S3 - Backup | AmazonS3 | Gateway | VEEAM-VBR.pharmax.local |
-Object storage repository - Minio | AmazonS3Compatible | Direct | Direct Mode |
+Object storage repository - Minio | AmazonS3Compatible | Gateway | VEEAM-VBR.pharmax.local veeam-lnx-px.pharmax.local VEEAM-VBR-02V.pharmax.local |
OS - Azure Blob | AzureBlob | Gateway | VEEAM-VBR.pharmax.local |
-
Table 48 - Object Storage Repository - VEEAM-VBR
-1.1.13.1 Object Storage Repository Configuration
The following section provides detailed information about Object Storage Backup Repository
AWS - S3 - Backup
+Table 49 - Object Storage Repository - VEEAM-VBR
+1.1.14.1 Object Storage Repository Configuration
The following section provides detailed information about Object Storage Backup Repository
AWS - S3 - Backup
Name | AWS - S3 - Backup |
Type | AmazonS3 |
@@ -986,8 +868,8 @@
Use IA Storage Class | No |
Use OZ IA Storage Class | No |
-
Table 49 - Object Storage Repository - AWS - S3 - Backup
-Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
Object storage repository - Minio
+Table 50 - Object Storage Repository - AWS - S3 - Backup
+Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
Object storage repository - Minio
Name | Object storage repository - Minio |
Service Point | https://veeam-minio.pharmax.local:9000/ |
@@ -997,10 +879,11 @@
Immutability Enabled | No |
Size Limit Enabled | Yes |
Size Limit | 10240 |
-Connection Type | Direct |
+Connection Type | Gateway |
+Gateway Server | VEEAM-VBR.pharmax.local veeam-lnx-px.pharmax.local VEEAM-VBR-02V.pharmax.local |
-
Table 50 - Object Storage Repository - Object storage repository - Minio
-Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
OS - Azure Blob
+Table 51 - Object Storage Repository - Object storage repository - Minio
+Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
OS - Azure Blob
Name | OS - Azure Blob |
Type | AzureBlob |
@@ -1012,8 +895,8 @@
Azure Blob Name | Veeam |
Azure Blob Container | veeam-backup |
-
Table 51 - Object Storage Repository - OS - Azure Blob
-Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
1.1.14 Archive Object Storage Repository
The following section provides detailed information about Archive Object Storage Backup Repository
AWS - S3 Glacier
+Table 52 - Object Storage Repository - OS - Azure Blob
+Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
1.1.15 Archive Object Storage Repository
The following section provides detailed information about Archive Object Storage Backup Repository
AWS - S3 Glacier
Gateway Server | veeam-lnx-px |
Gateway Server Enabled | - |
@@ -1027,8 +910,8 @@
Proxy Security Group | veeam-auto-cfdff081-b091-4108-a943-a03340a08644 |
Proxy Availability Zone | us-east-1b |
-
Table 52 - Archive Object Storage Repository - AWS - S3 Glacier
-Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
Azure - Blob Archives
+Table 53 - Archive Object Storage Repository - AWS - S3 Glacier
+Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
Azure - Blob Archives
Gateway Server | veeam-lnx-px |
Gateway Server Enabled | - |
@@ -1045,15 +928,19 @@
Proxy VM Max Disks | |
Proxy VM Location | |
-
Table 53 - Archive Object Storage Repository - Azure - Blob Archives
-Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
1.1.15 ScaleOut Backup Repository
The following section provides a summary about ScaleOut Backup Repository
+Table 54 - Archive Object Storage Repository - Azure - Blob Archives
+Health Check:
Best Practice: Veeam recommend to implement Immutability where it is supported. It is done for increased security: immutability protects your data from loss as a result of attacks, malware activity or any other injurious actions.
+
1.1.16 Backup Repository Diagram.
+

+
+
Image preview: Opens the image in a new tab to view it at full resolution.
1.1.17 ScaleOut Backup Repository
The following section provides a summary about ScaleOut Backup Repository
Name | Performance Tier | Capacity Tier | Archive Tier |
SOBR - AWS S3 | VEEAM-VBR - F:\ VEEAM-VBR-02V - E:\ | AWS - S3 - Backup | AWS - S3 Glacier |
SOBR - Azure Blob | VEEAM-VBR-02V - F:\ | OS - Azure Blob | Azure - Blob Archives |
SOBR - Minio | VEEAM-VBR - E:\ | Object storage repository - Minio | Not configured |
-
Table 54 - Scale Backup Repository - VEEAM-VBR
-
1.1.15.1 ScaleOut Backup Repository Configuration
The following section provides a detailed information about the ScaleOut Backup Repository
1.1.15.1.1 SOBR - AWS S3
General Settings
+Table 55 - Scale Backup Repository - VEEAM-VBR
+1.1.17.1 ScaleOut Backup Repository Configuration
The following section provides a detailed information about the ScaleOut Backup Repository
1.1.17.1.1 SOBR - AWS S3
General Settings
Placement Policy | Performance |
Use Per VM Backup Files | Yes |
@@ -1070,8 +957,8 @@
Cost Optimized Archive Enabled | Yes |
Description | Created by PHARMAX\jocolon at 12/21/2021 8:08 PM. |
-
Table 55 - General Settings - SOBR - AWS S3
-Health Check:
Best Practice: Veeam Backup & Replication allows you to encrypt offloaded data. With the Encrypt data uploaded to object storage setting selected, the entire collection of blocks along with the metadata will be encrypted while being offloaded regardless of the jobs encryption settings. This helps you protect the data from an unauthorized access.
Performance Tier
+Table 56 - General Settings - SOBR - AWS S3
+Health Check:
Best Practice: Veeam Backup & Replication allows you to encrypt offloaded data. With the Encrypt data uploaded to object storage setting selected, the entire collection of blocks along with the metadata will be encrypted while being offloaded regardless of the jobs encryption settings. This helps you protect the data from an unauthorized access.
Performance Tier
Name | VEEAM-VBR - F:\ |
Repository | VEEAM-VBR - F:\ |
@@ -1080,8 +967,8 @@
Used Space | 95 5 GB |
Status | Normal |
-
Table 56 - Performance Tier - VEEAM-VBR - F:\
-Performance Tier
+Table 57 - Performance Tier - VEEAM-VBR - F:\
+Performance Tier
Name | VEEAM-VBR-02V - E:\ |
Repository | VEEAM-VBR-02V - E:\ |
@@ -1090,8 +977,8 @@
Used Space | 95 5 GB |
Status | Normal |
-
Table 57 - Performance Tier - VEEAM-VBR-02V - E:\
-Capacity Tier
+Table 58 - Performance Tier - VEEAM-VBR-02V - E:\
+Capacity Tier
Name | AWS - S3 - Backup |
Type | AmazonS3 |
@@ -1105,8 +992,8 @@
Use IA Storage Class | No |
Use OZ IA Storage Class | No |
-
Table 58 - Capacity Tier - AWS - S3 - Backup
-Offload Window Time Period
Permited \ Denied
+Table 59 - Capacity Tier - AWS - S3 - Backup
+Offload Window Time Period
Permited \ Denied
H | 12 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
Sun | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
Mon | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
@@ -1116,16 +1003,16 @@
Fri | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
Sat | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
-
Table 59 - Offload Window - AWS - S3 - Backup
-Archive Tier
+Table 60 - Offload Window - AWS - S3 - Backup
+Archive Tier
Name | AWS - S3 Glacier |
Type | AmazonS3Glacier |
Use Gateway Server | - |
Gateway Server | veeam-lnx-px.pharmax.local |
-
Table 60 - Archive Tier - AWS - S3 Glacier
-1.1.15.1.2 SOBR - Azure Blob
General Settings
+Table 61 - Archive Tier - AWS - S3 Glacier
+1.1.17.1.2 SOBR - Azure Blob
General Settings
Placement Policy | Data Locality |
Use Per VM Backup Files | Yes |
@@ -1142,8 +1029,8 @@
Cost Optimized Archive Enabled | Yes |
Description | Created by PHARMAX\jocolon at 12/22/2021 8:15 PM. |
-
Table 61 - General Settings - SOBR - Azure Blob
-Performance Tier
+Table 62 - General Settings - SOBR - Azure Blob
+Performance Tier
Name | VEEAM-VBR-02V - F:\ |
Repository | VEEAM-VBR-02V - F:\ |
@@ -1152,8 +1039,8 @@
Used Space | 90 GB |
Status | Normal |
-
Table 62 - Performance Tier - VEEAM-VBR-02V - F:\
-Capacity Tier
+Table 63 - Performance Tier - VEEAM-VBR-02V - F:\
+Capacity Tier
Name | OS - Azure Blob |
Type | AzureBlob |
@@ -1166,8 +1053,8 @@
Azure Blob Name | Veeam |
Azure Blob Container | veeam-backup |
-
Table 63 - Capacity Tier - OS - Azure Blob
-Offload Window Time Period
Permited \ Denied
+Table 64 - Capacity Tier - OS - Azure Blob
+Offload Window Time Period
Permited \ Denied
H | 12 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
Sun | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
Mon | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
@@ -1177,8 +1064,8 @@
Fri | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
Sat | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
-
Table 64 - Offload Window - OS - Azure Blob
-Archive Tier
+Table 65 - Offload Window - OS - Azure Blob
+Archive Tier
Name | Azure - Blob Archives |
Type | AzureArchive |
@@ -1188,8 +1075,8 @@
Azure Blob Name | Archive |
Azure Blob Container | veeamarchive |
-
Table 65 - Archive Tier - Azure - Blob Archives
-1.1.15.1.3 SOBR - Minio
General Settings
+Table 66 - Archive Tier - Azure - Blob Archives
+1.1.17.1.3 SOBR - Minio
General Settings
Placement Policy | Data Locality |
Use Per VM Backup Files | Yes |
@@ -1206,32 +1093,32 @@
Cost Optimized Archive Enabled | Yes |
Description | Created by PHARMAX\administrator at 2/27/2021 7:29 PM. |
-
Table 66 - General Settings - SOBR - Minio
-Performance Tier
+Table 67 - General Settings - SOBR - Minio
+Performance Tier
Name | VEEAM-VBR - E:\ |
Repository | VEEAM-VBR - E:\ |
Path | E:\Backups |
Total Space | 499 GB |
-Used Space | 344 GB |
+Used Space | 139 GB |
Status | Normal |
-
Table 67 - Performance Tier - VEEAM-VBR - E:\
-Capacity Tier
+Table 68 - Performance Tier - VEEAM-VBR - E:\
+Capacity Tier
Name | Object storage repository - Minio |
Service Point | https://veeam-minio.pharmax.local:9000/ |
Type | AmazonS3Compatible |
Amazon S3 Folder | SOBR |
Use Gateway Server | - |
-Gateway Server | VEEAM-WAN-01V.pharmax.local VEEAM-VBR.pharmax.local VEEAM-HVPRX-01V.pharmax.local server-dc-01v VEEAM-REPO-01V.pharmax.local VEEAM-HV-01 VEEAM-HV-01.pharmax.local VEEAM-HV-03.pharmax.local VEEAM-HV-03.pharmax.local VEEAM-TPS-01V.pharmax.local VEEAM-HV-02 VEEAM-HV-02.pharmax.local VEEAM-VBR-02V.pharmax.local veeam-lnx-px.pharmax.local |
+Gateway Server | VEEAM-VBR.pharmax.local veeam-lnx-px.pharmax.local VEEAM-VBR-02V.pharmax.local |
Immutability Period | 30 |
Immutability Enabled | No |
Size Limit Enabled | Yes |
Size Limit | 10240 |
-
Table 68 - Capacity Tier - Object storage repository - Minio
-Offload Window Time Period
Permited \ Denied
+Table 69 - Capacity Tier - Object storage repository - Minio
+Offload Window Time Period
Permited \ Denied
H | 12 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 |
Sun | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mon | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
@@ -1241,110 +1128,45 @@
Fri | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
Sat | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
-
Table 69 - Offload Window - Object storage repository - Minio
-1.1.16 SureBackup Configuration
The following section provides configuration information about SureBackup.
1.1.16.1 Application Groups
The following section provides a summary about Application Groups.
-Name | VM List |
-HV - APPGroup | LNX-WEB-01 |
-PHARMAX-AG | smallserver-01v, LINUX-VM |
-
-
Table 70 - Application Group - VEEAM-VBR
-1.1.16.2 HV - APPGroup VM Settings
LNX-WEB-01
-
-VM Name | LNX-WEB-01 |
-Credentials | administrator@pharmax.local |
-Role | WebServer |
-Test Script | WebServer |
-Startup Options | Allocated Memory: 100 Heartbeat Check: Yes Maximum Boot Time: 600 App Init Timeout: 120 Ping Check: Yes |
-
-
Table 71 - Application Group VM Settings - LNX-WEB-01
-1.1.16.3 PHARMAX-AG VM Settings
smallserver-01v
-
-VM Name | smallserver-01v |
-Credentials | - |
-Role | - |
-Test Script | - |
-Startup Options | Allocated Memory: 100 Heartbeat Check: Yes Maximum Boot Time: 600 App Init Timeout: 120 Ping Check: Yes |
-
-
Table 72 - Application Group VM Settings - smallserver-01v
-LINUX-VM
-
-VM Name | LINUX-VM |
-Credentials | root |
-Role | DNSServer, DomainControllerAuthoritative, GlobalCatalog, MailServer, SQLServer, VBO, WebServer |
-Test Script | WebServer, SQLServer, DNSServer, DomainController, GlobalCatalog, MailServer, VBO |
-Startup Options | Allocated Memory: 100 Heartbeat Check: No Maximum Boot Time: 7800 App Init Timeout: 120 Ping Check: No |
-
-
Table 73 - Application Group VM Settings - LINUX-VM
-1.1.16.4 Virtual Labs
The following section provides a summary about SureBackup Virtual Lab.
-Name | Platform | Physical Host | Physical Host Version |
-PHARMAX-VLAB | VMWare | esxsvr-00f | VMware ESXi 8.0.1 build-21495797 |
-PHARMAX-VLAB-HYPER-V | HyperV | VEEAM-HV-03 | Microsoft Windows Server 2022 Datacenter Evaluation 64-bit (10.0.20348 build:20348) |
-
-
Table 74 - Virtual Lab - VEEAM-VBR
-1.1.16.4.1 vSphere Virtual Labs Configuration
1.1.16.4.1.1 PHARMAX-VLAB Settings
-
-Host | esxsvr-00f.pharmax.local |
-Resource Pool | PHARMAX-VLAB |
-VM Folder | PHARMAX-VLAB |
-Cache Datastore | SSD-VM-HIGH-CAPACITY-PERF-KN |
-Proxy Appliance Enabled | Yes |
-Proxy Appliance | PHARMAX-VLAB |
-Networking Type | Advanced |
-Production Network | DVS-Esxi-VM-Network-DR DVS-ESXi-MANAGEMENT |
-Isolated Network | PHARMAX-VLAB DVS-Esxi-VM-Network-DR PHARMAX-VLAB DVS-ESXi-MANAGEMENT |
-Routing Between vNics | No |
-Multi Host | No |
-Static IP Mapping | Yes |
-
-
Table 75 - Virtual Lab Settings - PHARMAX-VLAB
-vNIC Settings
-Isolated Network | VLAN ID | DHCP Enabled | Network Properties |
-PHARMAX-VLAB DVS-ESXi-MANAGEMENT | 5 | Yes | IP Address: 192.168.5.254 Subnet Mask: 255.255.255.0 Masquerade IP: 192.168.255.0 DNS Server: 192.168.5.1 |
-PHARMAX-VLAB DVS-Esxi-VM-Network-DR | 33 | Yes | IP Address: 10.10.33.254 Subnet Mask: 255.255.255.0 Masquerade IP: 10.255.255.0 DNS Server: 192.168.5.1 |
-
-
Table 76 - vNIC Settings - PHARMAX-VLAB
-IP Address Mapping
-Production Network | Isolated IP Address | Access IP Address | Notes |
-DVS-Esxi-VM-Network-DR | 10.10.33.4 | 192.168.5.3 | |
-
-
Table 77 - IP Address Mapping - PHARMAX-VLAB
-Health Check:
Best Practice: It is a general rule of good practice to establish well-defined notes. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
1.2 Tape Infrastructure
The following section details Tape Infrastructure configuration information
Tape Infrastructure
-
-Tape Servers | 4 |
-Tape Library | 4 |
+Table 70 - Offload Window - Object storage repository - Minio
+
+
1.1.18 ScaleOut Backup Repository Diagram.
+

+
+
Image preview: Opens the image in a new tab to view it at full resolution.
1.2 Tape Infrastructure
The following section details Tape Infrastructure configuration information
Tape Infrastructure
+
+Tape Servers | 1 |
+Tape Library | 5 |
Tape MediaPool | 9 |
Tape Vault | 2 |
-Tape Drives | 17 |
-Tape Medium | 50 |
+Tape Drives | 21 |
+Tape Medium | 60 |
-
Table 78 - Tape Infrastructure Inventory - VEEAM-VBR
-
1.2.1 Tape Servers
+Table 71 - Tape Infrastructure Inventory - VEEAM-VBR
+1.2.1 Tape Servers
Name | Description | Status |
-VEEAM-REPO-01V.pharmax.local | Created by PHARMAX\administrator at 10/21/2022 11:18 AM. | Unavailable |
-VEEAM-TPS-01V.pharmax.local | Created by PHARMAX\administrator at 10/13/2022 10:06 AM. | Unavailable |
-VEEAM-VBR | Pharmax HQ Tape Server | Available |
-VEEAM-VBR-02V.pharmax.local | Created by PHARMAX\jocolon at 1/6/2022 9:16 PM. | Unavailable |
+VEEAM-VTL.pharmax.local | Created by PHARMAX\administrator at 12/25/2023 12:28 PM. | Available |
-
Table 79 - Tape Server - VEEAM-VBR
-Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
1.2.2 Tape Libraries
The following section provides summary information about Tape Server connected Tape Library.
1.2.2.1 ATL P3000 6.24
+Table 72 - Tape Server - VEEAM-VBR
+Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
1.2.2 Tape Libraries
The following section provides summary information about Tape Server connected Tape Library.
1.2.2.1 ATL P3000 6.24
Library Name | ATL P3000 6.24 |
Library Model | P3000 |
Library Type | Automated |
Number of Slots | 20 |
-Connected to | VEEAM-VBR-02V.pharmax.local |
+Connected to | VEEAM-VTL.pharmax.local |
Enabled | Yes |
Status | Unavailable |
-
Table 80 - Tape Library - ATL P3000 6.24
-Tape Drives
+Table 73 - Tape Library - ATL P3000 6.24
+Tape Drives
Name | Model | Serial Number | Medium | Enabled | Is Locked | State |
-Tape1 | QUANTUM SDLT600 | 45C5500101 | - | No | No | Offline |
-Tape3 | QUANTUM SDLT600 | 45C5500102 | - | No | No | Offline |
-Tape4 | QUANTUM SDLT600 | 45C5500103 | - | No | No | Offline |
+/dev/sg10 | QUANTUM SDLT600 | 45C5500103 | - | No | No | Offline |
+/dev/sg8 | QUANTUM SDLT600 | 45C5500101 | - | No | No | Offline |
+/dev/sg9 | QUANTUM SDLT600 | 45C5500102 | - | No | No | Offline |
-
Table 81 - Tape Drives - ATL P3000 6.24
-Tape Mediums
+Table 74 - Tape Drives - ATL P3000 6.24
+Tape Mediums
Name | Expiration Date | Total Space | Free Space | Locked | Retired | Worm |
vbr02vS | - | 320 GB | 320 GB | No | No | No |
vbr03vS | - | 320 GB | 320 GB | No | No | No |
@@ -1355,60 +1177,130 @@
vbr08vS | - | 320 GB | 320 GB | No | No | No |
vbr09vS | - | 320 GB | 320 GB | No | No | No |
-
Table 82 - Tape Mediums - ATL P3000 6.24
-1.2.2.2 ATL P7000 6.24
+Table 75 - Tape Mediums - ATL P3000 6.24
+1.2.2.2 ATL P4000 6.24
+
+Library Name | ATL P4000 6.24 |
+Library Model | P4000 |
+Library Type | Automated |
+Number of Slots | 20 |
+Connected to | VEEAM-VTL.pharmax.local |
+Enabled | Yes |
+Status | Unavailable |
+
+
Table 76 - Tape Library - ATL P4000 6.24
+Tape Drives
+Name | Model | Serial Number | Medium | Enabled | Is Locked | State |
+/dev/sg25 | QUANTUM SDLT600 | 45C5500401 | - | No | No | Offline |
+/dev/sg26 | QUANTUM SDLT600 | 45C5500402 | - | No | No | Offline |
+/dev/sg27 | QUANTUM SDLT600 | 45C5500403 | - | No | No | Offline |
+/dev/sg28 | QUANTUM SDLT600 | 45C5500404 | - | No | No | Offline |
+
+
Table 77 - Tape Drives - ATL P4000 6.24
+Tape Mediums
+Name | Expiration Date | Total Space | Free Space | Locked | Retired | Worm |
+vbr11vS | - | 320 GB | 320 GB | No | No | No |
+vbr12vS | - | 320 GB | 320 GB | No | No | No |
+vbr13vS | - | 320 GB | 320 GB | No | No | No |
+vbr14vS | - | 320 GB | 320 GB | No | No | No |
+vbr15vS | - | 320 GB | 320 GB | No | No | No |
+vbr16vS | - | 320 GB | 320 GB | No | No | No |
+vbr17vS | - | 320 GB | 320 GB | No | No | No |
+vbr18vS | - | 320 GB | 320 GB | No | No | No |
+vbr19vS | - | 320 GB | 320 GB | No | No | No |
+vbr20vS | - | 320 GB | 320 GB | No | No | No |
+
+
Table 78 - Tape Mediums - ATL P4000 6.24
+1.2.2.3 ATL P7000 6.24
Library Name | ATL P7000 6.24 |
Library Model | P7000 |
Library Type | Automated |
Number of Slots | 20 |
-Connected to | VEEAM-TPS-01V.pharmax.local |
+Connected to | VEEAM-VTL.pharmax.local |
Enabled | Yes |
Status | Unavailable |
-
Table 83 - Tape Library - ATL P7000 6.24
-Tape Drives
+Table 79 - Tape Library - ATL P7000 6.24
+Tape Drives
Name | Model | Serial Number | Medium | Enabled | Is Locked | State |
-Tape1 | IBM ULT3580-TD5 | 6809000813 | - | No | No | Offline |
-Tape2 | IBM ULT3580-TD5 | 8610160196 | - | No | No | Offline |
-Tape3 | IBM ULT3580-TD5 | 0741559482 | - | No | No | Offline |
+/dev/sg12 | IBM ULT3580-TD5 | 6809000813 | - | No | No | Offline |
+/dev/sg13 | IBM ULT3580-TD5 | 8610160196 | - | No | No | Offline |
+/dev/sg14 | IBM ULT3580-TD5 | 0741559482 | - | No | No | Offline |
-
Table 84 - Tape Drives - ATL P7000 6.24
-Tape Mediums
+Table 80 - Tape Drives - ATL P7000 6.24
+Tape Mediums
Name | Expiration Date | Total Space | Free Space | Locked | Retired | Worm |
-tps01vL5 | - | 0 KB | 0 KB | No | No | No |
-tps02vL5 | - | 0 KB | 0 KB | No | No | No |
-tps03vL5 | - | 0 KB | 0 KB | No | No | No |
-tps04vL5 | - | 0 KB | 0 KB | No | No | No |
-tps05vL5 | - | 0 KB | 0 KB | No | No | No |
-tps06vL5 | - | 0 KB | 0 KB | No | No | No |
-tps07vL5 | - | 0 KB | 0 KB | No | No | No |
-tps08vL5 | - | 0 KB | 0 KB | No | No | No |
-
-
Table 85 - Tape Mediums - ATL P7000 6.24
-1.2.2.3 QUANTUM Scalar i2000 7000
+tps01vL5 | - | 1 TB | 1 TB | No | No | No |
+tps02vL5 | - | 1 TB | 1 TB | No | No | No |
+tps03vL5 | - | 1 TB | 1 TB | No | No | No |
+tps04vL5 | - | 1 TB | 1 TB | No | No | No |
+tps05vL5 | - | 1 TB | 1 TB | No | No | No |
+tps06vL5 | - | 1 TB | 1 TB | No | No | No |
+tps07vL5 | - | 1 TB | 1 TB | No | No | No |
+tps08vL5 | - | 1 TB | 1 TB | No | No | No |
+
+
Table 81 - Tape Mediums - ATL P7000 6.24
+1.2.2.4 QUANTUM Scalar i2000 7000
Library Name | QUANTUM Scalar i2000 7000 |
Library Model | Scalar i2000 |
Library Type | Automated |
Number of Slots | 20 |
-Connected to | VEEAM-VBR |
+Connected to | VEEAM-VTL.pharmax.local |
Enabled | Yes |
Status | Unavailable |
-
Table 86 - Tape Library - QUANTUM Scalar i2000 7000
-Tape Drives
+Table 82 - Tape Library - QUANTUM Scalar i2000 7000
+Tape Drives
Name | Model | Serial Number | Medium | Enabled | Is Locked | State |
-Tape1 | IBM ULT3580-TD8 | 0527746823 | - | No | No | Offline |
-Tape3 | IBM ULT3580-TD8 | 1657072330 | - | No | No | Offline |
-Tape5 | IBM ULT3580-TD8 | 1260008002 | - | No | No | Offline |
+/dev/sg16 | IBM ULT3580-TD8 | 9848941746 | - | No | No | Offline |
+/dev/sg17 | IBM ULT3580-TD8 | 6950900071 | - | No | No | Offline |
+/dev/sg18 | IBM ULT3580-TD8 | 2773846603 | - | No | No | Offline |
+/dev/sg19 | IBM ULT3580-TD8 | 9352972755 | - | No | No | Offline |
+/dev/sg20 | IBM ULT3580-TD8 | 7825242222 | - | No | No | Offline |
+/dev/sg21 | IBM ULT3580-TD8 | 2508671867 | - | No | No | Offline |
+/dev/sg22 | IBM ULT3580-TD8 | 8545474151 | - | No | No | Offline |
+/dev/sg23 | IBM ULT3580-TD8 | 0410608996 | - | No | No | Offline |
+
+
Table 83 - Tape Drives - QUANTUM Scalar i2000 7000
+Tape Mediums
+Name | Expiration Date | Total Space | Free Space | Locked | Retired | Worm |
+tps02vL8 | - | 12 TB | 12 TB | No | No | No |
+tps03vL8 | - | 12 TB | 12 TB | No | No | No |
+tps04vL8 | - | 12 TB | 12 TB | No | No | No |
+tps05vL8 | - | 12 TB | 12 TB | No | No | No |
+tps06vL8 | - | 12 TB | 12 TB | No | No | No |
+tps07vL8 | - | 12 TB | 12 TB | No | No | No |
+tps08vL8 | - | 12 TB | 12 TB | No | No | No |
+tps09vL8 | - | 12 TB | 12 TB | No | No | No |
+tps10vL8 | - | 12 TB | 12 TB | No | No | No |
+tps11vL8 | - | 12 TB | 12 TB | No | No | No |
+
+
Table 84 - Tape Mediums - QUANTUM Scalar i2000 7000
+1.2.2.5 QUANTUM Scalar i2000 7000
+
+Library Name | QUANTUM Scalar i2000 7000 |
+Library Model | Scalar i2000 |
+Library Type | Automated |
+Number of Slots | 20 |
+Connected to | VEEAM-VTL.pharmax.local |
+Enabled | Yes |
+Status | Unavailable |
-
Table 87 - Tape Drives - QUANTUM Scalar i2000 7000
-Tape Mediums
+Table 85 - Tape Library - QUANTUM Scalar i2000 7000
+Tape Drives
+Name | Model | Serial Number | Medium | Enabled | Is Locked | State |
+/dev/sg4 | IBM ULT3580-TD8 | 1260008002 | - | No | No | Offline |
+/dev/sg5 | IBM ULT3580-TD8 | 0527746823 | - | No | No | Offline |
+/dev/sg6 | IBM ULT3580-TD8 | 1657072330 | - | No | No | Offline |
+
+
Table 86 - Tape Drives - QUANTUM Scalar i2000 7000
+Tape Mediums
Name | Expiration Date | Total Space | Free Space | Locked | Retired | Worm |
affe23L8 | 3/26/2022 | 12 TB | 12 TB | No | No | No |
affe24L8 | 6/4/2022 | 12 TB | 12 TB | No | No | No |
-affe25L8 | - | 12 TB | 12 TB | No | No | No |
+affe25L8 | 8/8/2023 | 12 TB | 12 TB | No | No | No |
affe26L8 | 3/5/2022 | 12 TB | 12 TB | No | No | No |
affe27L8 | - | 12 TB | 12 TB | No | No | No |
affe28L8 | - | 12 TB | 12 TB | No | No | No |
@@ -1428,58 +1320,21 @@
WRM240LY | - | 12 TB | 12 TB | No | No | Yes |
WRM241LY | - | 12 TB | 12 TB | No | No | Yes |
-
Table 88 - Tape Mediums - QUANTUM Scalar i2000 7000
-1.2.2.4 QUANTUM Scalar i2000 7000
-
-Library Name | QUANTUM Scalar i2000 7000 |
-Library Model | Scalar i2000 |
-Library Type | Automated |
-Number of Slots | 20 |
-Connected to | VEEAM-TPS-01V.pharmax.local |
-Enabled | Yes |
-Status | Unavailable |
-
-
Table 89 - Tape Library - QUANTUM Scalar i2000 7000
-Tape Drives
-Name | Model | Serial Number | Medium | Enabled | Is Locked | State |
-Tape0 | IBM ULT3580-TD8 | 0410608996 | - | No | No | Offline |
-Tape10 | IBM ULT3580-TD8 | 8545474151 | - | No | No | Offline |
-Tape4 | IBM ULT3580-TD8 | 9848941746 | - | No | No | Offline |
-Tape5 | IBM ULT3580-TD8 | 6950900071 | - | No | No | Offline |
-Tape6 | IBM ULT3580-TD8 | 2773846603 | - | No | No | Offline |
-Tape7 | IBM ULT3580-TD8 | 9352972755 | - | No | No | Offline |
-Tape8 | IBM ULT3580-TD8 | 7825242222 | - | No | No | Offline |
-Tape9 | IBM ULT3580-TD8 | 2508671867 | - | No | No | Offline |
-
-
Table 90 - Tape Drives - QUANTUM Scalar i2000 7000
-Tape Mediums
-Name | Expiration Date | Total Space | Free Space | Locked | Retired | Worm |
-tps02vL8 | - | 0 KB | 0 KB | No | No | No |
-tps03vL8 | - | 0 KB | 0 KB | No | No | No |
-tps04vL8 | - | 0 KB | 0 KB | No | No | No |
-tps05vL8 | - | 0 KB | 0 KB | No | No | No |
-tps06vL8 | - | 0 KB | 0 KB | No | No | No |
-tps07vL8 | - | 0 KB | 0 KB | No | No | No |
-tps08vL8 | - | 0 KB | 0 KB | No | No | No |
-tps09vL8 | - | 0 KB | 0 KB | No | No | No |
-tps10vL8 | - | 0 KB | 0 KB | No | No | No |
-tps11vL8 | - | 0 KB | 0 KB | No | No | No |
-
-
Table 91 - Tape Mediums - QUANTUM Scalar i2000 7000
-1.2.3 Tape Media Pools
+Table 87 - Tape Mediums - QUANTUM Scalar i2000 7000
+1.2.3 Tape Media Pools
Name | Type | Tape Count | Total Space | Free Space | Tape Library |
-Free | Free | 9 | 2 TB | 2 TB | QUANTUM Scalar i2000 7000 ATL P7000 6.24 ATL P3000 6.24 QUANTUM Scalar i2000 7000 |
-GFS Media Pool 1 | Gfs | 1 | 70 TB | 70 TB | QUANTUM Scalar i2000 7000 |
-Imported | Imported | 0 | 0 KB | 0 KB | QUANTUM Scalar i2000 7000 ATL P7000 6.24 ATL P3000 6.24 QUANTUM Scalar i2000 7000 |
+Free | Free | 37 | 134 TB | 134 TB | QUANTUM Scalar i2000 7000 ATL P7000 6.24 ATL P3000 6.24 QUANTUM Scalar i2000 7000 ATL P4000 6.24 |
+GFS Media Pool 1 | Gfs | 3 | 70 TB | 70 TB | QUANTUM Scalar i2000 7000 |
+Imported | Imported | 0 | 0 KB | 0 KB | QUANTUM Scalar i2000 7000 ATL P7000 6.24 ATL P3000 6.24 QUANTUM Scalar i2000 7000 ATL P4000 6.24 |
Oracle - Media Pool | Custom | 4 | 24 TB | 24 TB | QUANTUM Scalar i2000 7000 ATL P3000 6.24 QUANTUM Scalar i2000 7000 |
-Retired | Retired | 0 | 0 KB | 0 KB | QUANTUM Scalar i2000 7000 ATL P7000 6.24 ATL P3000 6.24 QUANTUM Scalar i2000 7000 |
+Retired | Retired | 0 | 0 KB | 0 KB | QUANTUM Scalar i2000 7000 ATL P7000 6.24 ATL P3000 6.24 QUANTUM Scalar i2000 7000 ATL P4000 6.24 |
Standard Media Pool | Custom | 3 | 35 TB | 35 TB | QUANTUM Scalar i2000 7000 |
-Unrecognized | Unrecognized | 18 | 0 KB | 0 KB | QUANTUM Scalar i2000 7000 ATL P7000 6.24 ATL P3000 6.24 QUANTUM Scalar i2000 7000 |
-WORM GFS Media Pool 1 | Gfs | 0 | 59 TB | 59 TB | QUANTUM Scalar i2000 7000 |
+Unrecognized | Unrecognized | 0 | 0 KB | 0 KB | QUANTUM Scalar i2000 7000 ATL P7000 6.24 ATL P3000 6.24 QUANTUM Scalar i2000 7000 ATL P4000 6.24 |
+WORM GFS Media Pool 1 | Gfs | 5 | 59 TB | 59 TB | QUANTUM Scalar i2000 7000 |
WORM Media Pool 1 | Custom | 5 | 59 TB | 59 TB | QUANTUM Scalar i2000 7000 |
-
Table 92 - Tape Media Pools - VEEAM-VBR
-1.2.4 Tape Media Pools Configuration
1.2.4.1 GFS Media Pool 1
Tape Library
+Table 88 - Tape Media Pools - VEEAM-VBR
+1.2.4 Tape Media Pools Configuration
1.2.4.1 GFS Media Pool 1
Tape Library
Library Name | QUANTUM Scalar i2000 7000 |
Library Id | 8e943722-c1a5-451a-9fa1-a1e5ebda79a3 |
@@ -1488,15 +1343,15 @@
Model | Scalar i2000 |
Drives | Drive 1, Drive 2, Drive 3 |
Slots | 20 |
-Tape Count | 1 |
+Tape Count | 3 |
Total Space | 70 TB |
Free Space | 70 TB |
Add Tape from Free Media Pool Automatically when more Tape are Required | Yes |
Description | |
Library Mode | Active (Used Always) |
-
Table 93 - Tape Library - GFS Media Pool 1
-Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
+Table 89 - Tape Library - GFS Media Pool 1
+Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
Name | Is Worm? | Total Space | Free Space | Tape Library |
affe27L8 | No | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
affe29L8 | No | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
@@ -1505,8 +1360,8 @@
TEK001L8 | No | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
TEK002L8 | No | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
-
Table 94 - Tape Mediums - QUANTUM Scalar i2000 7000
-Gfs Media Set
Daily Media Set Options
+Table 90 - Tape Mediums - QUANTUM Scalar i2000 7000
+Gfs Media Set
Daily Media Set Options
Override Protection Period | 0 |
Medium | TEK000L8 |
@@ -1516,26 +1371,26 @@
Move All Offline Tape into the following Media Vault | Yes |
Vault | DR - Tape Vault |
-
Table 95 - Gfs Media Set - Daily Media Set Options
-Weekly Media Set Options
+Table 91 - Gfs Media Set - Daily Media Set Options
+Weekly Media Set Options
Override Protection Period | 4 |
-Medium | affe27L8 |
+Medium | |
Media Set Name | Weekly media set #%id% %date% |
Add Tapes from Media Pool Automatically | Yes |
Append Backup Files to Incomplete Tapes | No |
-
Table 96 - Gfs Media Set - Weekly Media Set Options
-Monthly Media Set Options
+Table 92 - Gfs Media Set - Weekly Media Set Options
+Monthly Media Set Options
Override Protection Period | 12 |
-Medium | affe29L8 |
+Medium | |
Media Set Name | Monthly media set #%id% %date% |
Add Tapes from Media Pool Automatically | Yes |
Append Backup Files to Incomplete Tapes | No |
-
Table 97 - Gfs Media Set - Monthly Media Set Options
-Quarterly Media Set Options
+Table 93 - Gfs Media Set - Monthly Media Set Options
+Quarterly Media Set Options
Override Protection Period | 4 |
Medium | TEK001L8 |
@@ -1543,8 +1398,8 @@
Add Tapes from Media Pool Automatically | No |
Append Backup Files to Incomplete Tapes | No |
-
Table 98 - Gfs Media Set - Quarterly Media Set Options
-Yearly Media Set Options
+Table 94 - Gfs Media Set - Quarterly Media Set Options
+Yearly Media Set Options
Override Protection Period | 1 |
Medium | TEK002L8 |
@@ -1554,8 +1409,8 @@
Move All Offline Tape into the following Media Vault | Yes |
Vault | Pharmax - Veeam Tape Vault |
-
Table 99 - Gfs Media Set - Yearly Media Set Options
-Options
+Table 95 - Gfs Media Set - Yearly Media Set Options
+Options
Enable Parallel Processing for Tape Jobs using this Media Pool | Yes |
Jobs Pointed to this Media Pool can use up to | 2 Tape Drives Simultaneously |
@@ -1563,8 +1418,8 @@
Use Encryption | Yes |
Encryption Password | Password Global |
-
Table 100 - Media Set - GFS Media Pool 1
-1.2.4.2 Oracle - Media Pool
Tape Library
+Table 96 - Media Set - GFS Media Pool 1
+1.2.4.2 Oracle - Media Pool
Tape Library
Library Name | QUANTUM Scalar i2000 7000 |
Library Id | 8e943722-c1a5-451a-9fa1-a1e5ebda79a3 |
@@ -1580,12 +1435,12 @@
Description | |
Library Mode | Active (Used Always) |
-
Table 101 - Tape Library - Oracle - Media Pool
-Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
+Table 97 - Tape Library - Oracle - Media Pool
+Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
Name | Is Worm? | Total Space | Free Space | Tape Library |
affe28L8 | No | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
-
Table 102 - Tape Mediums - QUANTUM Scalar i2000 7000
+Table 98 - Tape Mediums - QUANTUM Scalar i2000 7000
Library Name | ATL P3000 6.24 |
@@ -1602,13 +1457,13 @@
Description | |
Library Mode | Active (Used Always) |
-
Table 103 - Tape Library - Oracle - Media Pool
-Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
+Table 99 - Tape Library - Oracle - Media Pool
+Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
Name | Is Worm? | Total Space | Free Space | Tape Library |
vbr02vS | No | 320 GB | 320 GB | ATL P3000 6.24 |
vbr07vS | No | 320 GB | 320 GB | ATL P3000 6.24 |
-
Table 104 - Tape Mediums - ATL P3000 6.24
+Table 100 - Tape Mediums - ATL P3000 6.24
Library Name | QUANTUM Scalar i2000 7000 |
@@ -1625,20 +1480,20 @@
Description | |
Library Mode | Active (Used Always) |
-
Table 105 - Tape Library - Oracle - Media Pool
-Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Media Set
+Table 101 - Tape Library - Oracle - Media Pool
+Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Media Set
Name | Oracle Media set # %id% %date% |
Automatically Create New Media Set | Daily at 12:00:00, on these days [Monday Tuesday Wednesday Thursday Friday] |
-
Table 106 - Media Set - Oracle - Media Pool
-Retention
+Table 102 - Media Set - Oracle - Media Pool
+Retention
Data Retention Policy | Protect Data for 1 Weeks |
Offline Media Tracking | No |
-
Table 107 - Media Set - Oracle - Media Pool
-Options
+Table 103 - Media Set - Oracle - Media Pool
+Options
Enable Parallel Processing for Tape Jobs using this Media Pool | Yes |
Jobs Pointed to this Media Pool can use up to | 2 Tape Drives Simultaneously |
@@ -1646,8 +1501,8 @@
Use Encryption | Yes |
Encryption Password | Password Global |
-
Table 108 - Media Set - Oracle - Media Pool
-1.2.4.3 Standard Media Pool
Tape Library
+Table 104 - Media Set - Oracle - Media Pool
+1.2.4.3 Standard Media Pool
Tape Library
Library Name | QUANTUM Scalar i2000 7000 |
Library Id | 8e943722-c1a5-451a-9fa1-a1e5ebda79a3 |
@@ -1663,34 +1518,34 @@
Description | |
Library Mode | Active (Used Always) |
-
Table 109 - Tape Library - Standard Media Pool
-Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
+Table 105 - Tape Library - Standard Media Pool
+Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
Name | Is Worm? | Total Space | Free Space | Tape Library |
affe25L8 | No | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
-
Table 110 - Tape Mediums - QUANTUM Scalar i2000 7000
-Media Set
+Table 106 - Tape Mediums - QUANTUM Scalar i2000 7000
+Media Set
Name | Standard Media set # %id% %date% |
Automatically Create New Media Set | Create new Media Set for every backup session |
-
Table 111 - Media Set - Standard Media Pool
-Retention
+Table 107 - Media Set - Standard Media Pool
+Retention
Data Retention Policy | Protect Data for 1 Months |
Offline Media Tracking | Yes |
Move all Offline Tape from this Media Pool into The following Media Vault | DR - Tape Vault |
-
Table 112 - Media Set - Standard Media Pool
-Options
+Table 108 - Media Set - Standard Media Pool
+Options
Enable Parallel Processing for Tape Jobs using this Media Pool | Yes |
Jobs Pointed to this Media Pool can use up to | 2 Tape Drives Simultaneously |
Enable Parallel Processing of Backup Chains within a Single Tape Job | Yes |
Use Encryption | No |
-
Table 113 - Media Set - Standard Media Pool
-1.2.4.4 WORM GFS Media Pool 1
Tape Library
+Table 109 - Media Set - Standard Media Pool
+1.2.4.4 WORM GFS Media Pool 1
Tape Library
Library Name | QUANTUM Scalar i2000 7000 |
Library Id | 8e943722-c1a5-451a-9fa1-a1e5ebda79a3 |
@@ -1699,15 +1554,15 @@
Model | Scalar i2000 |
Drives | Drive 1, Drive 2, Drive 3 |
Slots | 20 |
-Tape Count | 0 |
+Tape Count | 5 |
Total Space | 59 TB |
Free Space | 59 TB |
Add Tape from Free Media Pool Automatically when more Tape are Required | Yes |
Description | |
Library Mode | Active (Used Always) |
-
Table 114 - Tape Library - WORM GFS Media Pool 1
-Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
+Table 110 - Tape Library - WORM GFS Media Pool 1
+Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
Name | Is Worm? | Total Space | Free Space | Tape Library |
WRM237LY | Yes | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
WRM238LY | Yes | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
@@ -1715,53 +1570,53 @@
WRM240LY | Yes | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
WRM241LY | Yes | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
-
Table 115 - Tape Mediums - QUANTUM Scalar i2000 7000
-Gfs Media Set
Daily Media Set Options
+Table 111 - Tape Mediums - QUANTUM Scalar i2000 7000
+Gfs Media Set
Daily Media Set Options
Override Protection Period | 14 |
-Medium | WRM237LY |
+Medium | |
Media Set Name | Daily media set #%id% %date% |
Add Tapes from Media Pool Automatically | Yes |
Append Backup Files to Incomplete Tapes | Yes |
-
Table 116 - Gfs Media Set - Daily Media Set Options
-Weekly Media Set Options
+Table 112 - Gfs Media Set - Daily Media Set Options
+Weekly Media Set Options
Override Protection Period | 4 |
-Medium | WRM238LY |
+Medium | |
Media Set Name | Weekly media set #%id% %date% |
Add Tapes from Media Pool Automatically | Yes |
Append Backup Files to Incomplete Tapes | No |
-
Table 117 - Gfs Media Set - Weekly Media Set Options
-Monthly Media Set Options
+Table 113 - Gfs Media Set - Weekly Media Set Options
+Monthly Media Set Options
Override Protection Period | 12 |
-Medium | WRM239LY |
+Medium | |
Media Set Name | Monthly media set #%id% %date% |
Add Tapes from Media Pool Automatically | Yes |
Append Backup Files to Incomplete Tapes | No |
-
Table 118 - Gfs Media Set - Monthly Media Set Options
-Quarterly Media Set Options
+Table 114 - Gfs Media Set - Monthly Media Set Options
+Quarterly Media Set Options
Override Protection Period | 4 |
-Medium | WRM240LY |
+Medium | |
Media Set Name | Quarterly media set #%id% %date% |
Add Tapes from Media Pool Automatically | Yes |
Append Backup Files to Incomplete Tapes | No |
-
Table 119 - Gfs Media Set - Quarterly Media Set Options
-Yearly Media Set Options
+Table 115 - Gfs Media Set - Quarterly Media Set Options
+Yearly Media Set Options
Override Protection Period | 1 |
-Medium | WRM241LY |
+Medium | |
Media Set Name | Yearly media set #%id% %date% |
Add Tapes from Media Pool Automatically | Yes |
Append Backup Files to Incomplete Tapes | No |
-
Table 120 - Gfs Media Set - Yearly Media Set Options
-Options
+Table 116 - Gfs Media Set - Yearly Media Set Options
+Options
Enable Parallel Processing for Tape Jobs using this Media Pool | Yes |
Jobs Pointed to this Media Pool can use up to | 2 Tape Drives Simultaneously |
@@ -1769,8 +1624,8 @@
Use Encryption | Yes |
Encryption Password | Password Global |
-
Table 121 - Media Set - WORM GFS Media Pool 1
-1.2.4.5 WORM Media Pool 1
Tape Library
+Table 117 - Media Set - WORM GFS Media Pool 1
+1.2.4.5 WORM Media Pool 1
Tape Library
Library Name | QUANTUM Scalar i2000 7000 |
Library Id | 8e943722-c1a5-451a-9fa1-a1e5ebda79a3 |
@@ -1786,8 +1641,8 @@
Description | |
Library Mode | Active (Used Always) |
-
Table 122 - Tape Library - WORM Media Pool 1
-Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
+Table 118 - Tape Library - WORM Media Pool 1
+Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
Tape Mediums
Name | Is Worm? | Total Space | Free Space | Tape Library |
WRM232LY | Yes | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
WRM233LY | Yes | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
@@ -1795,21 +1650,21 @@
WRM235LY | Yes | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
WRM236LY | Yes | 12 TB | 12 TB | QUANTUM Scalar i2000 7000 |
-
Table 123 - Tape Mediums - QUANTUM Scalar i2000 7000
-Media Set
+Table 119 - Tape Mediums - QUANTUM Scalar i2000 7000
+Media Set
Name | WORM media set # %id% %date% |
Automatically Create New Media Set | Do not Create, Always continue using current Media Set |
-
Table 124 - Media Set - WORM Media Pool 1
-Retention
+Table 120 - Media Set - WORM Media Pool 1
+Retention
Data Retention Policy | Never Overwrite Data |
Offline Media Tracking | Yes |
Move all Offline Tape from this Media Pool into The following Media Vault | DR - Tape Vault |
-
Table 125 - Media Set - WORM Media Pool 1
-Options
+Table 121 - Media Set - WORM Media Pool 1
+Options
Enable Parallel Processing for Tape Jobs using this Media Pool | Yes |
Jobs Pointed to this Media Pool can use up to | 2 Tape Drives Simultaneously |
@@ -1817,19 +1672,26 @@
Use Encryption | Yes |
Encryption Password | Password Global |
-
Table 126 - Media Set - WORM Media Pool 1
-1.2.5 Tape Vaults
+Table 122 - Media Set - WORM Media Pool 1
+1.2.5 Tape Vaults
Name | Description | Automatic Protect | Location |
DR - Tape Vault | Created by PHARMAX\jocolon at 1/4/2022 11:10 PM. | No | - |
Pharmax - Veeam Tape Vault | Pharmax - HQ Tape Vault | Yes | - |
-
Table 127 - Tape Vault - VEEAM-VBR
-Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
1.2.6 NDMP Servers
+Table 123 - Tape Vault - VEEAM-VBR
+Health Check:
Best Practice: It is a general rule of good practice to establish well-defined descriptions. This helps to speed up the fault identification process, as well as enabling better documentation of the environment.
1.2.6 NDMP Servers
Name | Credentials | Port | Gateway |
-ONTAP-HQ-SAN-IC.pharmax.local | backup_admin1 | 10000 | VEEAM-VBR.pharmax.local |
-
-
Table 128 - NDMP Servers - VEEAM-VBR
-1.3 Inventory
The following section provides inventory information about the Virtual Infrastructure managed by Veeam Server veeam-vbr.pharmax.local.
Inventory
+NTAP-HQ-01V.pharmax.local | | 0 | Automatic |
+192.168.11.17 | | 0 | Automatic |
+ntapv-01.pharmax.local | | 0 | Automatic |
+ONTAP-HQ-SAN-IC.pharmax.local | | 0 | Automatic |
+
+
Table 124 - NDMP Servers - VEEAM-VBR
+
+
1.2.7 Tape Infrastructure Diagram.
+

+
+
Image preview: Opens the image in a new tab to view it at full resolution.
1.3 Inventory
The following section provides inventory information about the Virtual Infrastructure managed by Veeam Server veeam-vbr.pharmax.local.
Inventory
vCenter Servers | 3 |
ESXi Servers | 8 |
@@ -1838,39 +1700,39 @@
Protection Groups | 6 |
File Shares | 10 |
-
Table 129 - Inventory Summary - VEEAM-VBR
-
1.3.1 Virtual Infrastructure
The following sections detail the configuration about managed virtual servers backed-up by Veeam Server veeam-vbr.pharmax.local.
1.3.1.1 VMware vSphere
The following section details information about VMware Virtual Infrastructure backed-up by Veeam Server veeam-vbr.pharmax.local.
VMware vCenter
+Table 125 - Inventory Summary - VEEAM-VBR
+1.3.1 Virtual Infrastructure
The following sections detail the configuration about managed virtual servers backed-up by Veeam Server veeam-vbr.pharmax.local.
1.3.1.1 VMware vSphere
The following section details information about VMware Virtual Infrastructure backed-up by Veeam Server veeam-vbr.pharmax.local.
VMware vCenter
Name | Version | Child Host |
-192.168.5.2 | VMware vCenter Server 8.0.1 build-21560480 | comp-02a.pharmax.local, comp-01a.pharmax.local, esxsvr-00f.pharmax.local |
-vcenter-01v.pharmax.local | VMware vCenter Server 8.0.1 build-21560480 | comp-02a.pharmax.local, esxsvr-00f.pharmax.local, comp-01a.pharmax.local |
+192.168.5.2 | VMware vCenter Server 8.0.2 build-22617221 | 192.168.7.124, comp-01a.pharmax.local, esxsvr-00f.pharmax.local |
+vcenter-01v.pharmax.local | VMware vCenter Server 8.0.2 build-22617221 | esxsvr-00f.pharmax.local, comp-01a.pharmax.local, 192.168.7.124 |
vcenter-03v.pharmax.local | VMware vCenter Server 7.0.3 build-20990077 | edge-01a.pharmax.local |
-
Table 130 - vCenter Servers - VEEAM-VBR
-Esxi Host
+Table 126 - vCenter Servers - VEEAM-VBR
+Esxi Host
Name | Version |
+192.168.7.124 | VMware ESXi 7.0.3 build-20036589 |
+192.168.7.124 | VMware ESXi 7.0.3 build-20036589 |
comp-01a.pharmax.local | VMware ESXi 7.0.3 build-20328353 |
comp-01a.pharmax.local | VMware ESXi 7.0.3 build-20328353 |
-comp-02a.pharmax.local | VMware ESXi 7.0.3 build-20328353 |
-comp-02a.pharmax.local | VMware ESXi 7.0.3 build-20328353 |
disaster-01a.pharmax.local | VMware ESXi 7.0.3 build-20036589 |
edge-01a.pharmax.local | VMware ESXi 7.0.3 build-20036589 |
-esxsvr-00f.pharmax.local | VMware ESXi 8.0.1 build-21495797 |
-esxsvr-00f.pharmax.local | VMware ESXi 8.0.1 build-21495797 |
+esxsvr-00f.pharmax.local | VMware ESXi 8.0.2 build-22380479 |
+esxsvr-00f.pharmax.local | VMware ESXi 8.0.2 build-22380479 |
-
Table 131 - Esxi Hosts - VEEAM-VBR
-1.3.1.2 Microsoft Hyper-V
Hyper-V Clusters
+Table 127 - Esxi Hosts - VEEAM-VBR
+1.3.1.2 Microsoft Hyper-V
Hyper-V Clusters
Name | Credentials | Child Host |
pharmax-cluster.pharmax.local | administrator@pharmax.local | VEEAM-HV-02, VEEAM-HV-01 |
-
Table 132 - Hyper-V Clusters - VEEAM-VBR
-Hyper-V Host
+Table 128 - Hyper-V Clusters - VEEAM-VBR
+Hyper-V Host
Name | Version |
VEEAM-HV-01 | Microsoft Windows Server 2022 Datacenter Evaluation 64-bit (10.0.20348 build:20348) |
VEEAM-HV-02 | Microsoft Windows Server 2022 Datacenter Evaluation 64-bit (10.0.20348 build:20348) |
VEEAM-HV-03.pharmax.local | Microsoft Windows Server 2022 Datacenter Evaluation 64-bit (10.0.20348 build:20348) |
-
Table 133 - Hyper-V Hosts - VEEAM-VBR
-1.3.2 Physical Infrastructure
The following sections detail configuration information about managed physical infrastructure.
1.3.2.1 Protection Groups Summary
+Table 129 - Hyper-V Hosts - VEEAM-VBR
+1.3.2 Physical Infrastructure
The following sections detail configuration information about managed physical infrastructure.
1.3.2.1 Protection Groups Summary
Name | Type | Container | Schedule | Enabled |
Gurabo PC - Backup | Custom | ActiveDirectory | Periodically | Yes |
HQ - Manual Packet | Custom | ManuallyDeployed | Daily | Yes |
@@ -1879,8 +1741,8 @@
Others | Custom | ManuallyDeployed | Daily | Yes |
Server with Netapp LUNS | Custom | ActiveDirectory | Daily | Yes |
-
Table 134 - Protection Groups - VEEAM-VBR
-1.3.2.1.1 Protection Group Configuration
Gurabo PC - Backup
+Table 130 - Protection Groups - VEEAM-VBR
+1.3.2.1.1 Protection Group Configuration
Gurabo PC - Backup
Domain | pharmax.local |
Backup Objects | Name: VDI-Computers Type: OrganizationUnit Distinguished Name: OU=VDI-Computers,DC=pharmax,DC=local
Name: VEEAM WorkStations Type: OrganizationUnit Distinguished Name: OU=VEEAM WorkStations,DC=pharmax,DC=local
|
@@ -1892,14 +1754,14 @@
Deployment Options | Install Agent: Yes Upgrade Automatically: Yes Install Driver: No Reboot If Required: No |
Notification Options | Send Time: 08:00:00 Additional Address: [veeam_admin@pharmax.local] Use Notification Options: No Subject: [%JobResult%] %PGName%: (%FoundCount% new hosts found (%TotalCount% total, %SeenCount% seen) |
-
Table 135 - Protection Group Configuration - Gurabo PC - Backup
-Manually Added
+Table 131 - Protection Group Configuration - Gurabo PC - Backup
+Manually Added
Deployment Options | Install Agent: Yes |
---|