Virtualization

最近一直忙于 VMware 虚机通过 VCB 备份的事情,发现原有的备份架构越来越不适应日益增长的服务器虚拟化环境,总体感觉 VCB 方式不适用于大量的虚拟机备份,如果一个 Virtual Center 下挂有超过 50 台以上的 VM,VCB 简直就是头疼的事情。虚拟机的备份,最终出路是通过存储端的快照来备份,NetApp 的 SMVI + NetBackup 的 NDMP 才是虚拟机备份的最终出路。碍于目前公司的软硬件环境,NDMP 目前实现不了,只能在 VCB 方面下功夫了。 新搭了两台 Media Server,同时作为 VCB 备份的 proxy,后端分别挂接了一台 VTL,每个 VTL 分配 16 个 Drive,磁带嘛慢慢加喽。郁闷的是,两台服务器,按照同样的步骤,但就是有一台在建立 Flash-backup 类型的备份策略时,最终总会提示“Snapshot could not be created with VMware method”。 折腾了好久,最终发现原来是名称解析问题,因为这台 Media Server 使用的 IP 之前被另外一台服务器使用过,WINS 名称和 DNS 名称不一致所致,临时通过修改 Host [...]

Continue reading about 又一次的被 NetBackup 中涉及的名称解析打败了

xuming on January 13th, 2010

可以在 Linux 机器上安装 rdesktop 程序通过 rdp 协议连接远程 Windows 桌面,如果只是想使用其中的一个应用程序,而不想登录整个桌面呢?尝试使用 rdesktop 的 seamlessrdp 模式吧。 操作过程: 1. 到 http://www.cendio.com/seamlessrdp/ 下载 seamlessrdp.zip 文件,解压缩到目标 Windows 机器的一个目录,如 c:\seamlessrdp 目录; 2. 然后在 Linux 机器上执行: rdesktop -A -s “c:\seamlessrdp\seamlessrdpshell.exe notepad” -u username -p password 192.168.0.1 即可以开启一个窗口,显示 192.168.0.1 这台 Windows 机器上的 notepad 程序在当前的 Linux 桌面了。可以替换 notepad 为其他任何安装在目标 Windows 机器上的软件,必要的时候使用绝对路径指定应用程序的路径。 需要考虑的问题是,受限于 Terminal Service 的问题,Windows [...]

Continue reading about 如何使用 rdesktop 的 seamlessrdp 模式?

xuming on January 7th, 2010

如果您的 VMware vSphere 4.0/VI 3.5 环境部署在 NetApp 的存储上,看看这个 TR-3808 文档吧,这是对  TR-3697 的更新。 内容提要: This document compares the performance of 4GbE FC, 1GbE and 10GbE iSCSI, and 1GbE and 10GbE NFS protocols using both VMware® vSphere™ 4.0 and ESX 3.5 on NetApp® storage systems. This document seeks to compare the individual protocol performance and CPU utilization at varying [...]

Continue reading about New VMware and NetApp Protocol Performance Report

xuming on January 5th, 2010

嗯,最近的域名备案,查封,怒江路机房事件等等等等,一度让我看低云计算在国内的发展前景。一方面是炒得热火朝天的云计算概念,一方面是岌岌可危的生存环境,恶俗的令人厌恶。 在云计算方面,觉得 VMware 似乎慢了半拍,虽然 2009 年 9 月份随着 vSphere 4.0 的发布,提出了 vSphere 是业界第一款云操作系统,但是真正使用 vSphere 作为商用云计算平台的公司目前都还标明了“This service is currently in limited beta”(http://www.vmware.com/appliances/services/vcloud-express.html),目前还达不到 Amazon 使用 Xen 的成熟程度。 三种常见的云计算服务及其服务提供商:    * Software-as-a-Service (SaaS)      SalesForce CRM      Google Apps    * Platform-as-a-Service (PaaS)      Google App Engine      Microsoft Azure    * Infrastructure-as-a-Service (IaaS)      Amazon EC2      [...]

Continue reading about 恶俗的云计算

xuming on January 5th, 2010

vSphere 4.0 有个很危险的默认设置,如果用户在 ESX 控制台上同时按住 Ctrl+Alt+Del,ESX Host 会立刻重启,即使当时这个 Host 上有正在运行的 VM。奇怪的是 ESX 3.5 是不存在这个问题的,4.0 反而存在,不得不说这是 VMware 的一个疏忽,因为现在很多 Linux 的发行版都已经默认注释掉这个设置了。 如果解决这个问题呢? [root@ntbesx49 ~]# vi /etc/inittab       # 编辑 /etc/inittab 这个文件 # Trap CTRL-ALT-DELETE # ca::ctrlaltdel:/sbin/shutdown -t3 -r now     # 将这一行注释掉 [root@ntbesx49 ~]# init q   # 重新读取 /etc/inittab 文件,作用是不重启而立刻生效

Continue reading about vSphere 4.0 的一个危险的默认设置

xuming on January 4th, 2010

在 vSphere 4.0 中新建虚机,默认的虚拟网卡是 E1000,  这里有两份 VMware 官方文档,都是关于虚拟网卡的选择和性能测试的: http://www.vmware.com/pdf/vsp_4_vmxnet3_perf.pdf http://www.vmware.com/files/pdf/perf_comparison_virtual_network_devices_wp.pdf 上面两份文档,一份对比了 vSphere 4.0 环境下 VMXNET 3 和 VMXNET 2 的性能对比,得出的结论是无论是 Windows 还是 Linux 的虚拟机,VMXNET 3 相比 VMXNET 2 在性能综合表现上更好,而且 VMXNET 3 引入了一些新的功能和改进,如 支持 TSO6 和 RSS。TSO6 这个功能在部署支持 IPv6 网络流量的应用程序时很有用,而 RSS 功能的引入对一些需要高扩展的应用部署具有很大作用。而这些功能都是 VMXNET 2 不具备的。 另一份文档比较了在 ESX 3.5 环境下 vlance, e1000 以及 vmxnet 这三种虚拟网卡的性能表现,其最终的结论是如果 Host 支持硬件虚拟化,选择 [...]

Continue reading about vNIC: E1000, VMXNET 2, VMXNET 3

xuming on December 31st, 2009

As far as security vendors are concerned, everything is in jeopardy, indeed. Here is another sample of this story – The dark side of virtualization, you can get the whitepaper here. Agree or disagree is your own business, but I just can’t stop hating this.

Continue reading about The dark side of virtualization

xuming on December 30th, 2009

From Hany Michael’s blog, we see lots of books that published in 2009 entitled with vSphere. Of all the 7 books I only get 2 of them at present, I hope I can possess them all in the near future, especially the book vSphere 4.0 Quick Start Guide.  (哪位好心人买这本书送给我吧!^_^) The book list is: Mastering VMware [...]

Continue reading about All the books that entitled with vSphere in 2009

xuming on December 29th, 2009

In the last few days, a great article about the comparison of Cisco UCS and HP Matix has been quoted in many web sites. Although Cisco is a new attendant in the server hardware market, but with its UCS bundled with EMC and VMware, anyone can ignore it presence. The first public comparison between the [...]

Continue reading about Cisco UCS vs HP Matrix

xuming on December 23rd, 2009

As we all know that there are different tools, e.g. Hyper-V Manager, Virtual Machine Manager and System Center Operations Manager (SCOM), you will need to manage the Hyper-V environment and soon you will find out these three tools are sold separately but not sold as a bundle. Below are excerpts from the whitepaper of A [...]

Continue reading about The Diff between vSphere and Hyper-V (excerpt)