Veeam Backup & Replication version 6 is available

November 30, 2011

Veeam has released the next version of their Backup & Replication software and is now available for download.

You can get an overview of the new features here.

You can download the new version here.


Bulk creation of Veeam Backup Jobs

October 18, 2011

 

I needed to make 50+ backup jobs in a Veeam environment and decided to create a PowerShell script to automate this repetitive work. Please find below the script I made to set most of the options within a Veeam backup job. The scripts accepts to parameters: the backup location (e.g. d:\backups) and the backup job name.

# *****************************************************
# This script creates a basic backup job
# Usage  : createbackup <backup job location> <backup job name>
# Author : Ted Steenvoorden
# Version: 1.0
# Date   : 18-10-2011

# *****************************************************

$vbrserver = Get-VBRServer | Where {$_.Type -eq “Local”}
$vbrjobname = $args[1]
$vbrfolder = $args[0]
$vbrobjects = “server1″

Add-VBRBackupJob -Name $vbrjobname -Type VDDK -Server $vbrserver -Folder $vbrfolder -Objects $vbrobjects

# Set Job options

$job = Get-VBRJob | where {$_.name -eq $vbrjobname}
$options = Get-VBRJobOptions $job
$options.VDDKMode = “san”
$options.FailoverToNetworkMode = $false
$options.Algorithm = “Syntethic”
$options.RunManually = $false
Set-VBRJobOptions -job $job -options $options

# Set Job VSS options

$vssoptions = Get-VBRJobVSSOptions $job
$Credentials = New-Object -TypeName Veeam.Backup.Common.CCredentials -ArgumentList “username”,”password”,0,0
$vssoptions.Credentials = $Credentials
$vssoptions.Enabled = $true
Set-VBRJobVSSOptions -job $job -options $vssoptions

# Set Job scheduling options

$schedule = Get-VBRJobScheduleOptions $job
$schedule.OptionsDaily.Enabled = $true
$schedule.OptionsDaily.Kind = “SelectedDays”
$schedule.OptionsDaily.Time = “19:30:00″
$schedule.RetryTimes = “1″
Set-VBRJobScheduleOptions -Job $job -Options $schedule


Veeam Backup & Replication v6 coming soon!

August 29, 2011

Veeam has released some more information on Veeam Backup & Replication v6 in a short video. You can find the video here:

image

The new release, coming later this year, includes:

  • Enterprise scalability: Enhanced distributed architecture streamlines deployment and maintenance of remote office/branch office (ROBO) and large installations. Also speeds up backup, replication and restore over WANs.
  • Advanced replication: Accelerates replication by 10X, streamlines failover and provides real failback with delta sync.
  • Multi-hypervisor support: Reduces the cost and complexity of managing multi-hypervisor environments with new support for Windows Server Hyper-V and Microsoft Hyper-V Server within Veeam’s existing data protection infrastructure (one install and one console).
  • Numerous enhancements, including 1-Click File Restore: Extends Veeam′s existing file-level recovery with delegated, web-based restore directly to the original virtual machine (VM), without requiring a direct network connection or in-guest agent.

Release Week!

August 25, 2011

This week a lot of exciting new technology products have been released from VMware and Citrix. The following product have been released:

  • VMware ESXi 5.0, you can download it here.
  • VMware vCenter 5.0, you can download it here.
  • VMware Data Recovery 2.0, you can download it here.
  • Citrix XenDesktop 5.5, you can download it here.
  • Citrix XenApp 6.5, you can download it here.

So, start download and explore these new technologies.


VMware View Bootcamp

July 18, 2011

Do you want to know more of VMware View? Or are you looking for more information on a certain aspect of VMware View? Starting tomorrow VMware will start with the VMware View bootcamp, a series of nine online presentations with a new presentation released every day.

In this nine-part bootcamp, we will show you how to get started and successfully roll out and deploy your virtual desktops and applications. We will have sessions covering everything from storage and networking best practices to PCoIP tuning and optimizing your base image. We will also touch on VMware’s new security server for PCoIP and how you can take advantage of powershell to write your own scripts for View.

Every day we will publish a new video for you to view. We will lock the discussions for the video each night and move on to the next video.

At the end of this bootcamp, you will have a good understanding of the VMware View solution, how to roll it out and how to optimize View in your environment. We are also providing a free e-book of all the presentations included in this bootcamp series-so be sure to register today.

For more information or accessing the VMware View Bootcamp, click here.


Next version of Veeam Backup & Replicator announced

May 17, 2011

Veeam has announced the upcoming version of their flagship product Backup and Replicator. One major new feature of the product will be support for Microsoft Hyper-V. By adding Hyper-V support this well used product in VMware environments will also be availabe to Microsoft Hyper-V users. Veeam expects multi-hypervisor environments will quickly becoming the norm, not the exception. By extending support to Hyper-V, Veeam is providing:

· 2-in-1 backup and replication for Hyper-V: Veeam’s solution includes replication, which provides near-continuous data protection (near-CDP) and enables the best possible recovery time and recovery point objectives (RTOs and RPOs).

· Changed block tracking for Hyper-V: Veeam’s new hypervisor support includes technology for changed block tracking to enable fast, frequent and efficient backup and replication of all VMs, including those running on Cluster Shared Volumes (CSV).

· Built-in deduplication and compression: Included at no extra charge, these capabilities minimize consumption of network bandwidth and backup storage.

This next version of Veeam backup and replicator will be available to customers in the fourth quarter of 2011.


Released: VMware ESXi 4.1 build 381591

April 30, 2011

VMware has released VMware ESX(i) 4.1 build 381591. This build resolves security issues and other issues. To see the complete list go to http://kb.vmware.com/kb/1035108


Upcoming announcement from Veeam software

April 29, 2011

Something is going on at Veaam Software. They will announce the next big thing at may 16th.

image

Check it out at http://go.veeam.com/next-big-thing.html


Released: VMware vCenter Server 4.1 Update 1

February 13, 2011

With the release of VMware ESXi 4.1 update 1 a new version of VMware vCenter has also been released. This release of VMware vCenter Server 4.1 Update 1 offers the following improvements:

  • Additional Guest Operating System Customization Support: vCenter Server now supports customization of the following guest operating systems:
    • Windows 7 SP1 (x32 and x64)
    • Windows Server 2008 R2 SP1 (x32 and x64)
    • RHEL 6.0 (x32 and x64)
    • RHEL5.5 (x32 and x64)
  • Additional vCenter Server Database Support: vCenter Server now supports the following databases:
    • Microsoft SQL Server 2008 R2
    • Microsoft SQL Server 2005 SP3
    • Oracle 11g Standard/Enterprise Release 2, 11.2.0.1.0 or later,  (x32 and x64)
    • IBM DB2 9.7.2 Express C (x32 and x64)
    • IBM DB2 9.7.2 Enterprise (x32 and x64)
      For more information about using IBM DB2 – 9.7.2 database with vCenter Server 4.1 Update 1, see KB 1033201.
  • Resolved Issues: In addition, this release delivers a number of bug fixes that have been documented in the Resolved Issues section.

Released: VMware ESXi 4.1 Update 1

February 13, 2011

VMware has released a new update of the flagship product VMware ESXi. VMware ESXi 4.1 update 1 has been released and following information describes some of the enhancements available in this release of VMware ESXi:

  • Enablement of Trusted Execution Technology (TXT) ESXi 4.1 Update 1 can be configured to boot with Intel Trusted Execution Technology (TXT). This boot option can protect ESXi in some cases where system binaries are corrupted or have been tampered with. TXT is currently available on Intel Xeon processor 5600 series servers. For more information, see KB 1033811.
  • Improvement in scalability — ESXi 4.1 Update 1 supports up to 160 logical processors.
  • Support for additional guest operating systems ESXi 4.1 Update 1 provides support for RHEL 6, RHEL 5.6, SLES 11 SP1 for VMware, Ubuntu 10.10, and Solaris 10 Update 9 guest operating systems. For a complete list of guest operating systems supported in this release, see the VMware Compatibility Guide.
  • Inclusion of additional drivers ESXi 4.1 Update 1 includes the 3ware SCSI 2.26.08.036vm40 and Neterion vxge 2.0.28.21239-p3.0.1.2 drivers. For earlier releases, these drivers are only available as separate downloads.

Follow

Get every new post delivered to your Inbox.