Archive for the ‘Virtual Products’ Category

Comparing Vizioncore vReplicator to Veeam Backup & Replication

Tuesday, October 13th, 2009
Product Manager
Product Manager

It’s not easy comparing the two replication software leaders for VMware Infrastructure, Vizioncore and Veeam, just ask ITcomparison.com (Blog). In their October 9 post, “Vizion[c]ore vReplicator vs Veeam Backup & Replication” they took the time and effort to create a detailed comparison between us and Veeam. In addition, they even asked their readers, “If you think you got anything to add to [the comparison] at all, this is the place to do it.” Therefore we took the opportunity on their Blog site to comment on snapshots, ESXi and the Q4 release of vReplicator 3.0.

“We appreciate you taking the time to perform this comparison, as it can help better guide users toward choosing the replication solution that best meets their needs.  And to make your good comparison a little better, we’d like to provide a few clarifications and corrections.

In your comparison you noted that in vReplicator’s “hybrid” mode, a snapshot that is kept open between replication passes to record the changed blocks that are then copied to the target host. We’d like to note that vReplicator also provides the differential replication mode, which operates without maintaining an open snapshot; it scans the source VM and compares the results with the replica to determine the changed blocks that are copied over.  With a choice of these two replication modes, customers can select the right one based on their environment and replication needs.

With regards to failover, vReplicator provides the capability of test failover, an advantage that confirms the integrity of the DR VM by powering it on in an isolated state.

Another clarification is that neither product supports ESXi as a replication target. In addition, along with several performance improvements the Q4 release of vReplicator 3.0 will be licensed at $499 per socket.  The Beta Program is currently open and we can provide you with a copy of the beta release, if you’d like.”

In addition, we’d like to express our excitement for the release of vReplicator 3.0.

Key release 3.0 themes are

  • Improved replication performance
  • Additional support for VMware vSphere capabilities
  • New CPU-based licensing

And release 3.0 highlights include

  • Active Block Mapping (ABM) - a patent pending technology for fast replication performance
  • Changed block tracking
  • White space detection
  • Multi-thread processing
  • VMware vSphere Thin Provisioning support
  • VMware Storage VMotion support

In summary, vReplicator 3.0 is another benchmark release for Vizioncore specifically in the area of replication performance - speed and reduced network bandwidth.

Stay tuned for more information on vReplicator 3.0 by following Vizioncorum or any one of our social media outlets such as Twitter, Facebook or LinkedIn.

 

Vizioncore Solutions - The Answer to Your Virtual Needs

Wednesday, July 22nd, 2009

Attend the Webinar, Vizioncore Solutions - The Answer to Your Virtual Needs.

Sign up on our Webinars Calendar page:
http://www.vizioncore.com/company/events/webinar_calendar.php

The vAPI

Tuesday, June 30th, 2009
David Feathergill

David Feathergill, Chief Software Architect, Vizioncore

Since its very first version, vRanger has allowed users to extend its functionality and integrate it with other applications in their environment through the use of scripting. Long ago, in the pre-VirtualCenter days, before we had the ability backup all of the virtual machines on an individual ESX host directly in the product using the -allregisteredvms switch we created a script using the vRanger command-line interface (CLI) to do this. We understood the importance of having a scriptable interface and we made sure to provide one for our users so that they could do the same sort of thing. As we were designing vRanger Pro 4.0 DPP we wanted to retain the spirit of our CLI and allow for new types of integration, so we created the web service interface that we call the vAPI.

The vAPI web service interface acts as a facade, exposing services in the vRanger Pro 4.0 DPP platform to the outside world. The main areas that these services cover are: inventory, repositories, connections, and jobs. Developers can choose to expose functionality in their clients as they see fit. For example, an application may choose to observe events relating to jobs and display notifications about their completion and result. Another could create backup and/or restore jobs in vRanger and run them. For the administrator, we’ve created special vAPI clients, the PowerShell cmdlets.

While the vAPI web service interface is developer focused, the PowerShell cmdlets are administrator focused. The set of cmdlets that we have created give the administrator open-ended access to the platform. By using these, we allow the administrator to integrate vRanger with third-party software and to create scripts automating the protection of their virtual infrastructure. The administrator’s abilities have been greatly enhanced compared to previous releases. We expose much more of our platform functionality than ever before, with 33 cmdlets covering the main functional areas of the vRanger platform. For those interested in trying our PowerShell support, here are a few basic cmdlets that can help you get started:

  1. get-pssnapin - Lists all of the PowerShell snap-ins registered on the computer.  You should see one corresponding to vRanger in the resulting list if you are running the vRanger PowerShell console.
  2. get-command - Lists all of the cmdlets available. If you wanted a list only those pertaining to vRanger, you could issue the command “get-command -pssnapin vranger.api.powershell” in the vRanger PowerShell console.
  3. get-help - This cmdlet displays online help for PowerShell. For information about the Get-Repository cmdlet, you could issue the command “get-help Get-Repository” in the vRanger PowerShell console.

The vAPI web service allows for vRanger platform integration. It presents the core functionality of vRanger Pro 4.0 DPP to the outside world. Developers can consume the web service directly, and administrators can use the PowerShell cmdlets to create scripts to customize data protection in their environment.

–Dave