vdp介绍
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介绍的更多相关文章
- Django中Celery的实现介绍(一)
Django中Celery的实现 Celery官网http://www.celeryproject.org/ 学习资料:http://docs.jinkan.org/docs/celery/ Cele ...
- Android 4.2蓝牙介绍
蓝牙一词源于公元十世纪丹麦国王HaraldBlatand名字中的Blatand.Blatand的英文之意就是Blue tooth.这是因为这位让丹麦人引以为傲的国王酷爱吃蓝莓以至于牙龈都被染成蓝色.由 ...
- 【转】Android 4.2蓝牙介绍
原文网址:http://blog.csdn.net/innost/article/details/9187199 Tieto公司某蓝牙大牛写得<程序员>投稿文章 Android 4.2蓝牙 ...
- 【VMware vSphere】详解VDP安装步骤
[写在前面] 在介绍VDP安装步骤之前,建议先了解一下什么是VDP.学习不仅要知其然,还要知其所以然.附链接[运维]vSphere Data Protection简介 [具体步骤] 1,登录vCent ...
- VDP
Today VMware announced a new version on their backup product vSphere Data Protection. They gave it t ...
- 【Kendo UI系列开发使用笔记】01-简单介绍
ps:接触telerik出品的kendo ui系列已经快有一年了,使用过程中也在不断踩坑填坑.这套UI用起来还是非常爽的,尤其asp.net mvc版的配合lambda表达式来配置参数非常流畅.这次对 ...
- ZT Android 4.2蓝牙介绍
Android 4.2蓝牙介绍 分类: Android开发系列 2013-06-27 14:16 7110人阅读 评论(22) 收藏 举报 目录(?)[-] Android 42蓝牙介绍 一 蓝牙规 ...
- vdp配置
转:http://jiangjianlong.blog.51cto.com/3735273/1902879 本文将介绍VDP 6.1.2的部署与配置,主要内容包括部署VDP的OVA模板.初始化配置VD ...
- Django视图层详细介绍
1 视图函数 一个视图函数,简称视图,是一个简单的Python 函数,它接受Web请求并且返回Web响应.响应可以是一张网页的HTML内容,一个重定向,一个404错误,一个XML文档,或者一张图片. ...
随机推荐
- 使用Application.GetResourceStream方法加载资源时得到的总是null
我们可以预先把程序中用到的资源,如图片,音乐等放入项目中,打包进XAP文档,需要的时候从中调用.下面就说说具体实现方法. 第一步,把数据存进项目. 1.右键点击项目名称-添加-新建文件夹(英文版请自行 ...
- Java知识回顾 (1) 编译环境与基本变量类型
参考资料 runoob Java知识回顾序列的相关资料,主要来自 runoob,并对其中的知识进行概况或总结,去除对一个之前了解过Java的人员无关的知识点.以便能够使得一个新手,或之前有Java经验 ...
- UITableView分割线样式与颜色
tv.separatorStyle = UITableViewCellSeparatorStyleSingleLine; //设置样式 tv.separatorColor = [UIColor c ...
- 升级WINDOWS10后任务栏的图标老是闪动是怎么回事
解决方法:1.进入设置→更新和安全→恢复2.找到高级启动,点击“立即重启3.重启后,进入第一个选择画面,点击“疑难解答”4.然后点击“高级选项”5.在其中选择“启动设置”6.这里给出了下次重启后的主要 ...
- 为什么不能用memcached存储Session
Memcached创建者Dormando很早就写过两篇文章[1][2], 告诫开发人员不要用memcached存储Session.他在第一篇文章中给出的理由大致是说,如果用memcached存储Ses ...
- unity 打包资源及网络请求资源包
第一步 导包 在Assets新建一个Editor目录 新建一个Test类 using UnityEngine; using System.Collections; using UnityEditor; ...
- [转]PHP: 深入pack/unpack
From : http://my.oschina.net/goal/blog/195749 http://www.w3school.com.cn/php/func_misc_pack.asp PHP作 ...
- 28个HTML5特征、窍门和技术
原文地址: http://www.zhangxinxu.com/wordpress/2010/08/%E7%BF%BB%E8%AF%91-%E4%BD%A0%E5%BF%85%E9%A1%BB%E7 ...
- NOIP2016 酱油记
2016.11.17 考试前最后一个周四.然而我仍旧蒟蒻... 2016.11.18 周五,上午自家开车跑到晋城,中午12点到宾馆.下午4点去机房试机,先写了个线性筛,结果c++报错!?重开机,写个a ...
- 理解 Linux 的处理器负载均值
原文链接: http://blog.scoutapp.com/articles/2009/07/31/understanding-load-averages 你可能对于 Linux 的负载均值(loa ...