In the new vSphere 5.1, there is a missing component replaced by a new one: VMware Data Recovery (VDR) has been replaced by the new VMware vSphere Data Protection (VDP).

VDR was a backup solution introduced with vSphere 4.0 and based on the VMware vSphere API for Data Protection (VADP) which includes the Changed Block Tracking (CBT) technology (to have incremental backup). But was a limited product (especially not suitable to scale to with several VMs) and also the 2.0 version introduced in vSphere 5.0 was not so changed too much (except in a little better stability).

The new VDP is a robust, simple-to-deploy, agent-less, disk-based backup and recovery solution that use EMC Avamar variable-length segment de-duplication engine to optimize backup and recovery times. VDP is fully integrated with VMware vCenter Server and the new Web Client(instead of VDR that use a plugin only client side).

Some features are the same of VDR, included the File Lever Restore options. Others specific for this products are:

  • De-duplication occurs not only within each VM, but across all backups jobs and all VMs being backed up by the VDP appliance (but I’m quite sure that was the same also for VDR).
  • For the management (client) station a browser (IE 7, 8 on Windows, Firefox 3.6 and higher on Windows or Linux) with Adobe Flash is required. Not other software is required to handle VDP. Also the file-level restore user interface (UI) is web based, simple, and intuitive meaning end-users can perform self-service file-level restores (administrator permissions required).
  • Deployment, configuration and management of VDP is done via a web browser based graphical user interface (GUI). The majority of configuration tasks are completed using intuitive wizard-driven workflows.
  • Scheduling options are more complete now and not only weekly, but also daily and monthly.
  • Also retention policies are now more clear and simple.
  • Checkpoint are defined to help in disaster recovery of VDP.

The architecture is excatly the same of the old VDR: it works in a virtual appliance and it use a destination based on vmdk as a de-duplication store (note that the size of them could not be changed!).

The appliance is deployed by default with

  • 4 vCPUs
  • 4 GB RAM
  • Available in three sizes: .5 TB, 1 TB, and 2 TB – these are usable destination datastore sizes
  • Guest OS SuSE Linux 11

Note that vCenter Server 5.1 is required to use VDP but it can backup VMs on hosts running vSphere 4.0 and higher.

Could this product become popular (or at least useful) in backup segment? And, if yes, what will be the possible impact in the virtualization ecosystem?

vdp介绍的更多相关文章

  1. Django中Celery的实现介绍(一)

    Django中Celery的实现 Celery官网http://www.celeryproject.org/ 学习资料:http://docs.jinkan.org/docs/celery/ Cele ...

  2. Android 4.2蓝牙介绍

    蓝牙一词源于公元十世纪丹麦国王HaraldBlatand名字中的Blatand.Blatand的英文之意就是Blue tooth.这是因为这位让丹麦人引以为傲的国王酷爱吃蓝莓以至于牙龈都被染成蓝色.由 ...

  3. 【转】Android 4.2蓝牙介绍

    原文网址:http://blog.csdn.net/innost/article/details/9187199 Tieto公司某蓝牙大牛写得<程序员>投稿文章 Android 4.2蓝牙 ...

  4. 【VMware vSphere】详解VDP安装步骤

    [写在前面] 在介绍VDP安装步骤之前,建议先了解一下什么是VDP.学习不仅要知其然,还要知其所以然.附链接[运维]vSphere Data Protection简介 [具体步骤] 1,登录vCent ...

  5. VDP

    Today VMware announced a new version on their backup product vSphere Data Protection. They gave it t ...

  6. 【Kendo UI系列开发使用笔记】01-简单介绍

    ps:接触telerik出品的kendo ui系列已经快有一年了,使用过程中也在不断踩坑填坑.这套UI用起来还是非常爽的,尤其asp.net mvc版的配合lambda表达式来配置参数非常流畅.这次对 ...

  7. ZT Android 4.2蓝牙介绍

    Android 4.2蓝牙介绍 分类: Android开发系列 2013-06-27 14:16 7110人阅读 评论(22) 收藏 举报 目录(?)[-] Android 42蓝牙介绍 一  蓝牙规 ...

  8. vdp配置

    转:http://jiangjianlong.blog.51cto.com/3735273/1902879 本文将介绍VDP 6.1.2的部署与配置,主要内容包括部署VDP的OVA模板.初始化配置VD ...

  9. Django视图层详细介绍

    1 视图函数 一个视图函数,简称视图,是一个简单的Python 函数,它接受Web请求并且返回Web响应.响应可以是一张网页的HTML内容,一个重定向,一个404错误,一个XML文档,或者一张图片. ...

随机推荐

  1. CentOS 安装 Redis (高可用)

    原文:https://www.sunjianhua.cn/archives/centos-redis.html 下载地址: http://download.redis.io/releases/ 官方文 ...

  2. __NSArrayI removeObjectAtIndex:]: unrecognized selector sent to instance

    同样是删除cell问题,帮我看看问题出现在哪,谢谢! 我的类文件myFile是继承UIViewController的(目的是为了能够在一个view里切换不同的tableView),在myFile.h中 ...

  3. iOS-如何让xcode自动检查内存泄露

    在project-setting中找到 “Run Static Analyzer” 键,然后把值修改为“YES”.这样在编码的时候,xcode就可以自动为我们检查内存泄露了.

  4. EBS已安装模块

    /* Formatted on 2018/3/15 11:14:51 (QP5 v5.256.13226.35538) */ SELECT fa.application_short_name , fp ...

  5. 【Devops】【docker】【CI/CD】docker启动的Jenkins容器 - 系统管理 - 全局工具配置 - 自动安装JDK、Maven、Git、Docker

    本篇适用于jenkins是启动的docker容器,自动安装JDK  Maven  Git   Docker等全局工具 ========================================= ...

  6. MEF在运行时替换插件

    利用AppDomain的ShadowCopy特性. var setup = new AppDomainSetup { CachePath = cachePath, ShadowCopyFiles = ...

  7. java 反射原理写了一个赋值和取值通用类

    首先了解一下反射的原理,什么是反射?所谓的反射就是指java 语言在运行时拥有一项自观的能力,反射能使你得到装载到 jvm 中的类的内部信息,它不需要你在编码的时候就知道所需类的内部信息,允许程序执行 ...

  8. java项目实现流水号自动增长

    项目中有一个规则编号字段,从1开始,编号长度为5位,那么第一条数据编号就是00001. 实现的基本思路就是项目启动时,从数据库获取当前最大值,作为静态变量存储: 业务获取新的编码,考虑并发问题,获取编 ...

  9. Java Swing 使用非本地字体

    package reyo; import java.awt.Container; import java.awt.Font; import java.awt.FontFormatException; ...

  10. mac下设置eclipse自动提示

    偏好设置  -> General -> Editors -> File Associations .xml ->  设置XML Editor为default Keys 中查找 ...