VSphere

xuming on January 26th, 2010

目前还是草稿阶段,不是正式版。 相比 VI3 的 Hardening Guide 具有如下亮点: * 结构上更清晰明了 – 使用了标准的文档格式,在文档结构上,模板定义上以及参考文档引用方面都相比 VI3 的对应部分更正式。 * 推荐设置方面选择更多 – 这份文档将所有的操作指引划分为三个安全等级,而不是为所有的场景给出一个笼统的推荐。这样做的好处是管理员可以有更多的选择,更好的根据自身环境的需求做出更好的配置。 需要指出的是,这个 Hardening Guide 有超过 100 个操作指引,主要按照如下几个部分进行划分: * Introduction * Virtual Machines * Host * vNetwork * vCenter * Console OS (for ESX) 如何获得:http://communities.vmware.com/community/vmtn/general/security?view=documents

Continue reading about VMware release the draft of vSphere 4.0 Hardening Guide

xuming on January 20th, 2010

RHEL 5.4 正式将 KVM 应用到生产,彻底摈弃了以往的 RHEL 5.0 版本中的 Xen。让我们看看 RHEL 5.4 中的 KVM 都支持哪些功能,支持 live migration (在线迁移),load balancing (负载均衡),snapshots (快照),flexible storage (灵活存储),memory page sharing (内存共享)和 ballooning, SSL encryption, multiple virtual CPUs 等等。以上这些功能都是服务器虚拟化方面的功能,RHEL 5.4 还具有针对桌面虚拟化的功能,使用 SPICE 协议,支持 rapid provisioning (快速部署),linked images,desktop pooling 以及 search-based 管理等功能,看来用户在 Citrix 的 XenDesktop 和 VMware View 之外又有了一种新的选择。 呃,这些功能还不够你兴奋的吗,看来 Red Hat 真是厚积薄发啊?看好 [...]

Continue reading about It’s time to give KVM and SPICE a try

xuming on January 18th, 2010

[Original Source] The new Top25 as published by Eric siebert on vSphere-land: Yellow Bricks – Duncan Epping – 158 #1 votes – total score of 4,191 Virtual Geek – Chad Sakac – 111 #1 votes – total score of 2,938 Scott Lowe’s Blog – Scott Lowe – 56 #1 votes – total score of 2,889 [...]

Continue reading about vSphere-land Top25 bloggers

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 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 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)

admin on October 14th, 2009

习惯了使用 VMware 的产品,在测试 Hyper-V 的时候发现很多不同的地方,先总结一下,主要从 Hyper-V R2 角度考虑。 ##### # 缺点 ############################# 1. 网络配置太简单,几乎没有什么可选; 2. 但是在配置 virtual networks 又发现很容易搞混网卡之间的对应关系; 3. 配置复杂,如果要实现 Live Migration 功能,会发现有太多的东西需要配置; 4. 管理分散,需要不断的在 Host 上的 Hyper-V Manager,Failover Cluster Manager 和 SCVMM 2008 R2 Console 之间切换; 5. 补丁管理问题,如果每月一次的重启会是梦魇; ##### # 优点 ############################# 1. 有个 save state 功能,会自动在 Host 重启之前保存 VM 状态,然后在重启后自动恢复。如果是 Host 关机,则现在启动后 [...]

Continue reading about Hyper-V R2 和 vSphere 个人使用感受